Closed HenrikBengtsson closed 7 years ago
Add startup::install(append = FALSE) to overwrite an existing ~/.Rprofile so that one can create a clean file from scratch.
startup::install(append = FALSE)
~/.Rprofile
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).
startup::install(overwrite = TRUE)
Add
startup::install(append = FALSE)
to overwrite an existing~/.Rprofile
so that one can create a clean file from scratch.