Commits

Jonathan Keane authored f2f663be0a8
MINOR: [R] cleanup some notes in our checks This cleans up a handful of NOTEs I noticed on as-cran. Though when I run `make check` locally I'm getting the following: ``` NOTE Found the following hidden files and directories: tools/.env These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. ``` I'm not sure if we need to add that to `.Rbuildignore` or not copy it, or do something else with it so that CRAN doesn't complain about it. Closes #11414 from jonkeane/notes Authored-by: Jonathan Keane <jkeane@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>