Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/roxygen2/version: 8.0.0
2 changes: 2 additions & 0 deletions R/zzz.R
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required for the autovalidate? We avoid using " nocov". Indeed, I do not think it makes a difference in the package coverage.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# nocov start
.onLoad <- function(libname, pkgname) { # nolint
# adapted from https://github.com/r-lib/devtools/blob/master/R/zzz.R
teal_default_options <- list(teal.threshold_slider_vs_checkboxgroup = 5)
Expand Down Expand Up @@ -45,6 +46,7 @@
teal.data::datanames
teal.widgets::optionalSelectInput
}
# nocov end


### END ENSURE CHECK PASSES
139 changes: 70 additions & 69 deletions man/ChoicesFilterState.Rd

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

112 changes: 55 additions & 57 deletions man/DFFilterStates.Rd

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

Loading
Loading