Package: renviron 0.5.1
renviron: Environment Variable Management for R Projects
The `renviron` package is an essential toolkit for managing environment variables in R projects, offering advanced capabilities for modifying, creating, and deleting variables within `.Renviron` and other custom configuration files. This package supports dynamic handling of environment variables directly from R, making it invaluable for projects that demand precise configuration management. Key features include the ability to specify custom file names for environment settings, selectively load variables, and ensure secure handling of sensitive data like API keys and database credentials. Whether updating single variables, managing global settings across multiple projects, or securely masking variable values for confidentiality, `renviron` provides robust functionality wrapped in an easy-to-use interface. This makes it an ideal solution for developers and data scientists seeking efficient and secure environment variable management.
Authors:
renviron_0.5.1.tar.gz
renviron_0.5.1.zip(r-4.5)renviron_0.5.1.zip(r-4.4)renviron_0.5.1.zip(r-4.3)
renviron_0.5.1.tgz(r-4.4-any)renviron_0.5.1.tgz(r-4.3-any)
renviron_0.5.1.tar.gz(r-4.5-noble)renviron_0.5.1.tar.gz(r-4.4-noble)
renviron_0.5.1.tgz(r-4.4-emscripten)renviron_0.5.1.tgz(r-4.3-emscripten)
renviron.pdf |renviron.html✨
renviron/json (API)
# Install 'renviron' in R: |
install.packages('renviron', repos = c('https://adatar-do.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/adatar-do/renviron/issues
Last updated 7 months agofrom:ec2d5cdd93. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 22 2024 |
R-4.5-win | OK | Oct 22 2024 |
R-4.5-linux | OK | Oct 22 2024 |
R-4.4-win | OK | Oct 22 2024 |
R-4.4-mac | OK | Oct 22 2024 |
R-4.3-win | OK | Oct 22 2024 |
R-4.3-mac | OK | Oct 22 2024 |
Exports:%>%renviron_addrenviron_deleterenviron_existsrenviron_getrenviron_listrenviron_loadrenviron_pathrenviron_saverenviron_unset_allscoped_path_r
Dependencies:askpassbitbit64clicliprcpp11crayoncredentialscurldescfansifsgertghgitcredsgluehmshttr2inijsonlitelifecyclemagrittropensslpillarpkgconfigprettyunitsprogresspurrrR6rappdirsreadrrlangrprojrootrstudioapisystibbletidyselecttzdbusethisutf8vctrsvroomwhiskerwithryamlzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add or update an environment variable in the environment file | renviron_add |
Remove an environment variable from the environment file and system | renviron_delete |
Check if an environment variable exists | renviron_exists |
Retrieve a specific environment variable from the environment file | renviron_get |
List and mask environment variables | renviron_list |
Load Environment Variables from the .Renviron File | renviron_load |
Retrieve the path to the .Renviron file | renviron_path |
Save environment variables to the environment file | renviron_save |
Unset all environment variables from the environment file | renviron_unset_all |
Determine Scoped Path for R Environments | scoped_path_r |