-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.42 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
Type: Package
Package: ottrpal
Title: Companion Tools for Open-Source Tools for Training Resources (OTTR)
Version: 1.3.0
Authors@R: c(
person("Candace", "Savonen", , c("[email protected]","[email protected]"), role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6331-7070")),
person("John", "Muschelli", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-6469-1750")),
person("Carrie", "Wright", , "[email protected]", role = "ctb"),
person("Howard", "Baek", , "[email protected]", role = "ctb"),
person("Kate", "Isaac", , "[email protected]", role = "ctb")
)
Description: Tools for converting Open-Source Tools for Training Resources
(OTTR) courses into Leanpub or Coursera courses. 'ottrpal' is for use
with the OTTR Template repository to create courses.
License: GPL-3
URL: https://github.com/jhudsl/ottrpal
BugReports: https://github.com/jhudsl/ottrpal/issues
Depends:
R (>= 3.5.0)
Imports:
bookdown,
curl,
dplyr,
fs,
httr,
janitor,
jsonlite,
knitr (>= 1.33),
magrittr,
openssl,
purrr,
R.utils,
readr,
rmarkdown (>= 2.10),
rprojroot,
rvest,
stringr,
webshot2,
xml2,
yaml
Suggests:
testthat (>= 3.0.0),
tibble,
utils
Remotes:
jhudsl/cow
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Config/testthat/edition: 3