The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
rprofile stream-lines project
.Rprofile
configuration loading.
rprofile is on CRAN. Install it via
install.packages('rprofile')
To use the package, add the following as the first line in a project
.Rprofile
file:
if (requireNamespace("rprofile", quietly = TRUE)) rprofile::load()
In most cases, that’s it. See the documentation for available parameters to customize the configuration.
At the moment, rprofile performs the following actions, in order, unless disabled via arguments:
.env
file in its current
path, the environment variables it contains will be loaded via
readRenviron()
.~/.Rprofile
, or a
file set via the R_PROFILE_USER
environment variable) is
loaded. Any errors that occur while loading this file will be converted
into warnings, and rprofile::load()
will invisibly return
whether the file loaded without errors.pkgload::load_all(export_all = FALSE)
. To avoid disrupting
the regular package load order, this action will be deferred until after
all default packages (given by
getOption('defaultPackages')
) have been loaded and
attached.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.