When using function check_package() or the CI provided by checklist, I get >50 warnings, mostly with the same message. The different messages are in my case:
Passing linters as variables was deprecated in lintr version 2.0.1.9001. Use a call to the linters (see ?linters) instead.
The use of linters of class 'function' was deprecated in lintr version 2.0.1.9001. Use linters classed as 'linter' (see ?Linter) instead.
(I know I can ignore them for now, but to resolve on occasion. ;-) )
When using function
check_package()
or the CI provided by checklist, I get >50 warnings, mostly with the same message. The different messages are in my case:Passing linters as variables was deprecated in lintr version 2.0.1.9001. Use a call to the linters (see ?linters) instead.
The use of linters of class 'function' was deprecated in lintr version 2.0.1.9001. Use linters classed as 'linter' (see ?Linter) instead.
(I know I can ignore them for now, but to resolve on occasion. ;-) )