-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 881 Bytes
/
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
Package: vise
Title: Package Discovery and Management Based on 'renv'
Version: 0.0.0.9004
Authors@R:
person("Zhian N.", "Kamvar", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1458-7108"))
Description: The 'renv' package is a wonderful tool for managing projects that
is extensible and reliable. Vise serves as an opinionated implementation of
'renv' that provides an one-function interface to the hydrate, restore,
snapshot workflow.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/zkamvar/vise
BugReports: https://github.com/zkamvar/vise/issues
Imports:
renv (>= 0.17.3),
utils
Suggests:
testthat (>= 3.0.0),
curl,
desc,
remotes,
withr
Remotes: r-lib/remotes
Config/testthat/edition: 3
Config/Needs/check: github::r-lib/remotes