Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Oct 16, 2024
1 parent c4559a8 commit f085c21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/analyze_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ s_summary.character <- function(x,
denom = c("n", "N_col", "N_row"),
.N_row, # nolint
.N_col, # nolint
.var,
verbose = TRUE,
...) {
if (na.rm) {
Expand Down
1 change: 1 addition & 0 deletions man/analyze_variables.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Extra libraries (suggested) for tests
library(dplyr)
library(nestcolor)

# skip_if_too_deep
skip_if_too_deep <- function(depth) {
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-g_km.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
library(nestcolor)

df <- tern_ex_adtte %>%
filter(PARAMCD == "OS") %>%
mutate(is_event = CNSR == 0)
Expand Down

0 comments on commit f085c21

Please sign in to comment.