-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
53 lines (53 loc) · 1.33 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
Package: codecheck
Title: Helper Functions for CODECHECK Project
Version: 0.11.4
Authors@R:
c(person(given = "Stephen",
family = "Eglen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8607-8025")),
person(given = "Daniel",
family = "Nuest",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0024-5046")),
person(given = "Angelina",
family = "Momin",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6875-1551")),
person(given = "Sam",
family = "Langton",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1322-1553"))
)
Description: This contains helper functions for CODECHECKERS (<https://codecheck.org.uk>).
License: MIT + file LICENSE
Depends: R (>= 4.0.0), gh, R.cache, parsedate
Imports:
dplyr,
tidyr,
magrittr,
yaml,
xtable,
stringr,
rmarkdown,
knitr,
jsonlite,
assertthat,
rorcid,
osfr,
httr,
zen4R,
whisker,
pdftools
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests:
tinytest,
ttdo,
skimr