HenrikBengtsson / startup

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

startup(all = TRUE): Wrong order; ~/.Rprofile.d/ should be sourced before ./.Rprofile.d/ #77

Closed HenrikBengtsson closed 4 years ago

HenrikBengtsson commented 4 years ago

With

startup::startup(all = TRUE)

in ~/.Rprofile, it currently processes files under ./.Renviron.d/ before ~/.Renviron.d/ and files under ./.Rprofile.d/ before ~/.Rprofile.d/. It should probably process account-wide startup files before folder-specific ones, such that one can override the account-wide ones.