We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.10.5
Make sure to have {here} not installed.
{here}
foo.R
box::use( ./bar[asdf] )
bar.R
box::use( here[here], ) #' @export asdf <- here
lintr::lint( "./foo.R", linters = box.linters::box_mod_fun_exists_linter() )
Linters fails to run with the following error:
Error: Linter 'box.linters::box_mod_fun_exists_linter' failed in <snip>/foo.R: there is no package called ‘here’
I would expect an error lint and/or a graceful handling of the missing package.
The text was updated successfully, but these errors were encountered:
It's caused by loading the module:
box.linters/R/get_box_module_exports.R
Line 32 in 27df08a
Sorry, something went wrong.
When branches are created from issues, their pull requests are automatically linked.
box.linters version
0.10.5
Sample source code to lint
Make sure to have
{here}
not installed.foo.R
bar.R
Lint command used
Lint result
Linters fails to run with the following error:
Expected result
I would expect an error lint and/or a graceful handling of the missing package.
The text was updated successfully, but these errors were encountered: