GSK-Biostatistics / slushy

https://gsk-biostatistics.github.io/slushy/
Apache License 2.0
17 stars 1 forks source link

add `renv_config` option to config #18

Open bzkrouse opened 5 months ago

bzkrouse commented 5 months ago

Currently renv config options need to be passed as environment variables. Move them to their own section to be processed like renv::settings. This also makes it easier to trace them back to the documentation with ?renv::config.

By no longer using environment variables, we need to decide how they will be applied to the project. Probably easiest to append them with "renv.config." and do them as a global option.