HenrikBengtsson / startup

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

Add startup::install(append = FALSE) #23

Closed HenrikBengtsson closed 7 years ago

HenrikBengtsson commented 7 years ago

Add startup::install(append = FALSE) to overwrite an existing ~/.Rprofile so that one can create a clean file from scratch.

HenrikBengtsson commented 7 years ago

startup::install(overwrite = TRUE) it is. Also added extra assertion that backup files also are of the same size as their origins (in addition to assert they are actually created).