HenrikBengtsson / startup

:wrench: R package: startup - Friendly R Startup Configuration
https://henrikbengtsson.github.io/startup/
163 stars 5 forks source link

CRAN: Don't use dot-prefix #71

Closed HenrikBengtsson closed 5 years ago

HenrikBengtsson commented 5 years ago

However correct and informative the names of package folders .Renviron.d/ and .Rprofile.d/ are, they will trigger a (false-positive) R CMD check NOTE:

Version: 0.11.0 
Check: for hidden files and directories 
Result: NOTE 
    Found the following hidden files and directories:
     inst/.Renviron.d
     inst/.Rprofile.d
    These were most likely included in error. See section 'Package
    structure' in the 'Writing R Extensions' manual. 

This, in turn, will prevent frictionless CRAN submissions - each submission requires a manual followup email and manual inspection by the CRAN team.

I think it's worth renaming these to Renviron.d and Rprofile.d.

HenrikBengtsson commented 5 years ago

Oh... already done (commit c303cb33).