{shiny} module UI functions for ns() omissionThis is a simple wrapper of lintr::lint_package() call using only the
module_namespace_linter() from {SIAtools}. See the
linter documentation for more details.
lint_ns(path = curr_proj(), ...)An object of class c("lints", "list"), each element of which is a "list" object.
character, path to the package root directory. Default is the current project’s directory.
Arguments passed on to lintr::lint_package
parse_settingsLogical, default TRUE. Whether to try and parse the settings. Otherwise,
the default_settings() are used.
relative_pathif TRUE, file paths are printed using their path relative to the base directory.
If FALSE, use the full absolute path.
exclusionsexclusions for exclude(), relative to the package path.
show_progressLogical controlling whether to show linting progress with a simple text
progress bar via utils::txtProgressBar(). The default behavior is to show progress in
interactive() sessions not running a testthat suite.
Other linter-related functions:
module_namespace_linter()