forked from r-lib/usethis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
70 lines (70 loc) · 1.8 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: usethis
Title: Automate Package and Project Setup
Version: 2.0.1.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4757-117X")),
person(given = "Jennifer",
family = "Bryan",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6983-2759")),
person(given = "Malcolm",
family = "Barrett",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0299-5825")),
person(given = "RStudio",
role = c("cph", "fnd")))
Description: Automate package and project setup tasks that are
otherwise performed manually. This includes setting up unit testing,
test coverage, continuous integration, Git, 'GitHub', licenses,
'Rcpp', 'RStudio' projects, and more.
License: MIT + file LICENSE
URL: https://usethis.r-lib.org, https://github.com/r-lib/usethis
BugReports: https://github.com/r-lib/usethis/issues
Depends:
R (>= 3.2)
Imports:
cli,
clipr (>= 0.3.0),
crayon,
curl (>= 2.7),
ellipsis,
desc (>= 1.3.0),
fs (>= 1.3.0),
gert (>= 1.0.2),
gh (>= 1.2.1),
glue (>= 1.3.0),
jsonlite,
lifecycle (>= 1.0.0),
purrr,
rappdirs,
rlang (>= 0.4.10),
rprojroot (>= 1.2),
rstudioapi,
stats,
utils,
whisker,
withr (>= 2.3.0),
yaml
Suggests:
covr,
knitr,
magick,
mockr,
pkgload,
rmarkdown,
roxygen2,
spelling (>= 1.2),
styler (>= 1.2.0),
testthat (>= 3.0.2)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9001
Config/testthat/edition: 3