Package: renv
Type: Package
Title: Project Environments
Version: 0.13.0-9
Authors@R: c(
    person("Kevin", "Ushey", role = c("aut", "cre"), email = "kevin@rstudio.com"),
    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: R6, BiocManager, cli, covr, devtools, knitr, packrat,
        remotes, reticulate, rmarkdown, rstudioapi, testthat, uuid,
        yaml
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
RemoteType: github
RemoteHost: api.github.com
RemoteRepo: renv
RemoteUsername: rstudio
RemoteRef: master
RemoteSha: cb15fc3dff91b0e8c12465d02db49816ec70b6b4
GithubRepo: renv
GithubUsername: rstudio
GithubRef: master
GithubSHA1: cb15fc3dff91b0e8c12465d02db49816ec70b6b4
NeedsCompilation: no
Packaged: 2021-03-03 14:03:08 UTC; Stijn
Author: Kevin Ushey [aut, cre],
  RStudio [cph]
Maintainer: Kevin Ushey <kevin@rstudio.com>
Built: R 3.5.0; ; 2021-03-03 14:03:10 UTC; windows
