Skip to content

Commit

Permalink
g_km snapshots were losing nestcolor theme
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Oct 16, 2024
1 parent 41d568d commit c4559a8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions R/analyze_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ s_summary <- function(x,
#' @export
s_summary.numeric <- function(x,
na.rm = TRUE, # nolint
denom,
.N_row, # nolint
.N_col, # nolint
.var,
control = control_analyze_vars(),
...) {
checkmate::assert_numeric(x)
Expand Down
11 changes: 10 additions & 1 deletion man/analyze_variables.Rd

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

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

# skip_if_too_deep
skip_if_too_deep <- function(depth) {
Expand Down

0 comments on commit c4559a8

Please sign in to comment.