Package: rprofile Title: Load Both User-Global and Project-Specific R Profile Configurations Version: 0.4.0.9000 Authors@R: c( person("Konrad", "Rudolph", , "konrad.rudolph@roche.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-9866-7051")), person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"), comment = c(ROR = "00by1q217")) ) Description: Use rprofile::load() inside a project '.Rprofile' file to ensure that the user-global '.Rprofile' is loaded correctly regardless of its location, and that other common resources (in particular 'renv') are also set up correctly. BugReports: https://github.com/klmr/rprofile/issues Depends: R (>= 4.1) Imports: utils Enhances: pkgload, renv License: MIT + file LICENSE Encoding: UTF-8 Repository: https://klmr.r-universe.dev Date/Publication: 2025-07-03 15:20:06 UTC RemoteUrl: https://github.com/klmr/rprofile RemoteRef: main RemoteSha: 0580f779b8070ddee357d7313e7e38fd4d3040f4 NeedsCompilation: no Packaged: 2026-06-17 08:01:57 UTC; root Author: Konrad Rudolph [cre, aut] (ORCID: ), F. Hoffmann-La Roche AG [cph, fnd] (ROR: ) Maintainer: Konrad Rudolph