"Description": "A modern module system for R. Organise code into hierarchical, composable, reusable modules, and use it effortlessly across projects via a flexible, declarative dependency loading syntax.",
"Depends": [
"R (>= 3.6.0)"
],
"Imports": [
"tools"
],
"License": "MIT + file LICENSE",
"Encoding": "UTF-8",
"Suggests": [
"devtools",
"knitr (>= 1.40)",
"rmarkdown",
"R6",
"rlang",
"roxygen2 (>= 7.2.1)",
"shiny",
"stringr",
"testthat (>= 3.1.7)"
],
"Enhances": [
"rstudioapi"
],
"VignetteBuilder": "knitr",
"RoxygenNote": "7.3.1",
"NeedsCompilation": "yes",
"Author": "Konrad Rudolph [aut, cre] (<https://orcid.org/0000-0002-9866-7051>), Michael Schubert [ctb] (<https://orcid.org/0000-0002-6862-5221>)",
"Description": "A dependency management toolkit for R. Using 'renv', you can create and manage project-local R libraries, save the state of these libraries to a 'lockfile', and later restore your library as required. Together, these tools can help make your projects more isolated, portable, and reproducible.",