-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.19 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
Type: Package
Package: pkgreviewr
Title: rOpenSci package review project template
Version: 0.3.9999
Authors@R: c(
person("Anna", "Krystalli", , "annakrystalli@googlemail.com", role = c("aut"),
comment = c(ORCID = "0000-0002-2378-4915", "Created the package")),
person("Maëlle", "Salmon", , "maelle@ropensci.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2815-0399"))
)
Description: Creates files and collects materials necessary to complete an
rOpenSci package review. Review files are prepopulated with review
package specific metadata. Review package source code is also cloned
for local testing and inspection.
License: GPL (>= 3)+ file LICENSE
URL: https://docs.ropensci.org/pkgreviewr/, https://github.com/ropensci-org/pkgreviewr
BugReports: https://github.com/ropensci-org/pkgreviewr/issues
Imports:
assertthat,
brio,
cli,
curl,
desc,
fs (>= 1.3.1),
gert,
gh,
rlang,
usethis,
withr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
hadley/emo
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000