Package: envsetup Title: Support the Setup of the R Environment for Clinical Trial Programming Workflows Version: 0.3.0 Authors@R: c( person("Nicholas", "Masel", email = "nmasel@its.jnj.com", role = c("aut", "cre")), person("Mike", "Stackhouse", email = "mike.stackhouse@atorusresearch.com", role = c("aut"), comment = c(ORCID = "0000-0001-6030-723X")), person("Aidan", "Ceney", email = "aidan.ceney@atorusresearch.com", role = "aut"), person("Johnson & Johnson Innovative Medicine", role = c("cph", "fnd")), person("Atorus Research, Inc.", role = "cph") ) Description: The purpose of this package is to support the setup the R environment. The two main features are 'autos', to automatically source files and/or directories into your environment, and 'paths' to consistently set path objects across projects for input and output. Both are implemented using a configuration file to allow easy, custom configurations that can be used for multiple or all projects. License: Apache License 2.0 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: config, fs, purrr, rlang, usethis, envnames, utils Suggests: rmarkdown, testthat, knitr, kableExtra, magrittr, devtools, readr, tidyr, withr, lintr, styler, renv, covr VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://github.com/pharmaverse/envsetup BugReports: https://github.com/pharmaverse/envsetup/issues Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://pharmaverse.r-universe.dev Date/Publication: 2025-10-17 16:24:31 UTC RemoteUrl: https://github.com/pharmaverse/envsetup RemoteRef: HEAD RemoteSha: 9b4fed1c69f0d5ece4eddb9c2f62b67a15bd0f44 NeedsCompilation: no Packaged: 2026-05-25 10:40:32 UTC; root Author: Nicholas Masel [aut, cre], Mike Stackhouse [aut] (ORCID: ), Aidan Ceney [aut], Johnson & Johnson Innovative Medicine [cph, fnd], Atorus Research, Inc. [cph] Maintainer: Nicholas Masel