Skip to content

Commit

Permalink
import symx and declare none to make cran happy
Browse files Browse the repository at this point in the history
  • Loading branch information
certara-smouksassi committed Jul 9, 2024
1 parent b8cd369 commit 2714014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ importFrom(ggbeeswarm,position_quasirandom)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(scales,identity_trans)
importFrom(scales,label_parse)
importFrom(scales,label_percent)
Expand Down
2 changes: 2 additions & 0 deletions R/ggkmrisktable.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' @importFrom rlang :=
#' @importFrom rlang .data
#' @importFrom rlang syms
#' @importFrom survival survfit
#' @importFrom survival Surv
#' @import tidyr
Expand Down Expand Up @@ -321,6 +322,7 @@ ggkmrisktable <- function(data = lung_long, # long format filter to Endpoint of
theme_certara = TRUE,
return_list = FALSE
) {
none = NULL
timevar <- time
statusvar <- status
endpointinputvar <- endpoint
Expand Down

0 comments on commit 2714014

Please sign in to comment.