HenrikBengtsson / startup

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

sysinfo(): Add `quiet` and `save` flags to reflect CLI R option `--quiet` and `--no-save` #117

Closed HenrikBengtsson closed 1 year ago

HenrikBengtsson commented 1 year ago

Added sysinfo() fields quiet and save. The latter is special because it can take value NA. Before closing this issue, we need to make sure that save=NA is supported as a filename tag.

HenrikBengtsson commented 1 year ago

Verified that the following now works:

a,save=FALSE.R
a,save=TRUE.R
a,save=NA.R