zachmayer / caretEnsemble

caret models all the way down :turtle:
Other
226 stars 75 forks source link

Fix lintr test #261

Closed antongomez closed 1 week ago

antongomez commented 1 week ago

The lintr package has undergone changes since version 3.0.0. Now, to verify if the code in a package is free of lint errors, it is necessary to create a .lintr file in the base directory of the package and specify the desired linters. In the test file, simply execute lint_package() on the package's base directory and ensure that no errors are returned.

zachmayer commented 1 week ago

awesome. I appreciate the info and the update. this seems like it got a little big. How do you want to break it down?

I'd be happy to modernize my lint checks and delint the package.