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.
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.