-
Notifications
You must be signed in to change notification settings - Fork 155
/
DESCRIPTION
30 lines (30 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: renv
Type: Package
Title: Project Environments
Version: 1.0.11.9000
Authors@R: c(
person("Kevin", "Ushey", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0003-2880-7407")),
person("Hadley", "Wickham", role = c("aut"), email = "[email protected]",
comment = c(ORCID = "0000-0003-4757-117X")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
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.
License: MIT + file LICENSE
URL: https://rstudio.github.io/renv/, https://github.com/rstudio/renv
BugReports: https://github.com/rstudio/renv/issues
Imports: utils
Suggests: BiocManager, cli, compiler, covr, cpp11, devtools, gitcreds, jsonlite,
jsonvalidate, knitr, miniUI, modules, packrat, pak, R6, remotes, reticulate,
rmarkdown, rstudioapi, shiny, testthat, uuid, waldo, yaml, webfakes
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: bioconductor,python,install,restore,snapshot,retrieve,remotes