-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
34 lines (34 loc) · 1.05 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
31
32
33
34
Package: capsule
Title: A streamlined inversion of `renv`
Version: 0.4.2
Authors@R:
c(person(given = "Miles",
family = "McBain",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2865-2548")),
person(given = "Garrick",
family = "Aden-Buie",
role = c("aut"),
email = "[email protected]"))
Description: A `capsule` is a stable local package library that you consciously choose to execute code within. Think of it as representing 'production', while your normal interactive R session represents 'development'.
License: MIT + file LICNSE
Encoding: UTF-8
LazyData: true
Imports:
callr,
renv (>= 0.7.0.125),
withr,
using (>= 0.4.0),
fs,
jsonlite,
stats,
utils
Remotes:
anthonynorth/using
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Copyright: 2022 Miles McBain, unless noted. Some MIT licensed code taken from RStudio bears Copyright in comments.