-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
65 lines (65 loc) · 1.17 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
Type: Package
Package: r3admin
Title: R-Cubed Teaching Helper Functions.
Version: 0.0.1
Authors@R:
person("Luke", "Johnston", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4169-2616"))
Description: Contains functions to help with managing, running, and
developing the r-cubed courses.
License: MIT + file LICENSE
URL: https://github.com/rostools/r3admin
BugReports: https://github.com/rostools/r3admin/issues
Depends:
R (>= 2.10)
Imports:
checkmate,
clipr,
commonmark,
datapasta,
desc,
downlit,
dplyr,
fs,
gert,
ghclass,
gitlabr,
glue,
googledrive,
googlesheets4,
here,
ids,
lifecycle,
lubridate,
magrittr,
maps,
pdftools,
purrr,
randomizr,
readr,
rlang,
rprojroot,
rversions,
stringr,
targets,
tibble,
tidyr,
tidyselect,
whatthreewords (>= 0.1.3),
whisker,
withr,
xml2,
yaml
Suggests:
gt,
knitr,
rmarkdown,
tarchetypes
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Remotes:
DavidASmith/whatthreewords