shiny-for-r-rhino / .Rprofile
appsilon-open-source's picture
Basic Rhino application.
a2b91d8
raw
history blame
301 Bytes
if (file.exists("renv")) {
source("renv/activate.R")
} else {
# The `renv` directory is automatically skipped when deploying with rsconnect.
message("No 'renv' directory found; renv won't be activated.")
}
# Allow absolute module imports (relative to the app root).
options(box.path = getwd())