Actions run in #132 showed a new lintr warning
Warning: file=vaccine-comparisons.Rmd,line=42,col=1,[object_usage_linter] Could not find exported symbols for package "epidemics" in libraries '/home/runner/work/_temp/Library', '/opt/R/4.5.2/lib/R/site-library', '/opt/R/4.5.2/lib/R/library' (there is no package called ‘epidemics’). This may lead to false positives.
This could be a byproduct of having epidemics still installed from GitHub.
Temporally opted to remove the object_usage_linter from defaults by adding object_usage_linter = NULL to .lintr file
Tested in #133
This is to register the step, and discuss if this could also leak any other unexpected relevant issue to lint for.
Actions run in #132 showed a new lintr warning
This could be a byproduct of having epidemics still installed from GitHub.
Temporally opted to remove the
object_usage_linterfrom defaults by addingobject_usage_linter = NULLto.lintrfileTested in #133
This is to register the step, and discuss if this could also leak any other unexpected relevant issue to lint for.