-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.25 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
Package: pkgreviewr
Type: Package
Title: rOpenSci package review project template
Version: 0.3.1
Authors@R: c(person("Anna", "Krystalli", email = "annakrystalli@googlemail.com",
role = c("aut", "cre")),
person("Maëlle", "Salmon", email = "maelle.salmon@yahoo.se", role = "aut"))
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://github.com/ropensci-org/pkgreviewr
BugReports: https://github.com/ropensci-org/pkgreviewr/issues
Encoding: UTF-8
LazyData: true
Imports:
devtools,
git2r (>= 0.23.0),
usethis (>= 1.2.0),
here,
reprex,
gh,
base64enc,
magrittr,
covr,
goodpractice,
assertthat,
httr,
rstudioapi,
clipr,
clisymbols,
crayon,
dplyr,
glue,
fs (>= 1.3.1),
shiny,
withr,
spelling,
emo
Suggests:
testthat,
mockery,
knitr,
rmarkdown,
mockthat
RoxygenNote: 7.1.2
Remotes:
hadley/emo,
mangoTheCat/goodpractice
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Date: 2021-08-12