forked from ropensci-org/pkgreviewr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 990 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
29
30
31
32
33
34
35
36
37
Package: pkgreviewr
Type: Package
Title: rOpenSci package review project template
Version: 0.0.3
Authors@R: person("Anna", "Krystalli", email = "annakrystalli@googlemail.com",
role = c("aut", "cre"))
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: MIT + file LICENSE
URL: https://github.com/ropenscilabs/pkgreviewr
BugReports: https://github.com/ropenscilabs/pkgreviewr/issues
Encoding: UTF-8
LazyData: true
Imports:
git2r (>= 0.21.0),
devtools,
usethis (>= 1.2.0),
here,
reprex,
gh,
base64enc,
whoami,
magrittr,
covr,
goodpractice,
assertthat,
httr,
rstudioapi
Suggests:
testthat,
mockery,
knitr,
rmarkdown
RoxygenNote: 6.0.1
Remotes: MangoTheCat/goodpractice
VignetteBuilder: knitr