When I run devtools::check()
, my build is noting my .lintr
(located in the root directory) as being a hidden file most likely included in error. Is there anyway to prevent this from being noted on a check? It was not included in error, I need it to lint my package.
Asked
Active
Viewed 179 times
3

Dylan Russell
- 936
- 1
- 10
- 29
-
5Add .lintr to your .Rbuildignore file – Hong Ooi Jun 02 '20 at 08:29