forked from rstudio/renv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 864 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: renv
Type: Package
Title: Project Environments for R
Version: 0.6.0-138
Authors@R: c(
person("Kevin", "Ushey", role = c("aut", "cre"), email = "[email protected]"),
person("RStudio", role = c("cph"))
)
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
BugReports: https://github.com/rstudio/renv/issues
Imports: utils
Suggests: covr, knitr, packrat, remotes, reticulate, rmarkdown, rstudioapi, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1.9000
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr