forked from apreshill/campout
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.2 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
Package: campout
Title: Convert DataCamp Course into Alternative Formats
Version: 0.0.0.9000
Authors@R: c(
person(given = "Luke",
family = "Johnston",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4169-2616")),
person(given = "Alison",
family = "Hill",
role = c("aut")),
person(given="Kevin",
family="Reuning",
email="[email protected]",
comment=c(ORCID = "0000-0003-0022-6301"),
role = c("aut"))
)
Description: Convert a DataCamp course into another alternative source for learners
to use, rather than get a subscription.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
URL:
https://github.com/apreshill/campout,
https://github.com/lwjohnst86/campout
BugReports: https://github.com/lwjohnst86/campout/issues
RoxygenNote: 6.1.1
Imports:
dplyr,
purrr,
magrittr,
readr,
stringr,
usethis,
fs,
here,
glue,
learnr,
git2r,
stringi,
R.utils,
utils,
tidyr,
rlang (>= 0.1.2),
withr
Suggests:
testthat (>= 2.1.0),
covr,
roxygen2