-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.37 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
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("cansav09@gmail.com","csavonen@fredhutch.org"), role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6331-7070")),
person("John", "Muschelli", , "muschellij2@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-6469-1750")),
person("Carrie", "Wright", , "cwrigh60@jhu.edu", role = "ctb"),
person("Howard", "Baek", , "notifications@github.com", role = "ctb"),
person("Kate", "Isaac", , "kisaac@fredhutch.org", 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
Imports:
bookdown,
curl,
dplyr,
fs,
httr,
gitcreds,
jsonlite,
knitr,
magrittr,
openssl,
purrr,
readr,
rmarkdown,
rprojroot,
rvest,
stringr,
webshot2,
xml2,
yaml,
getPass,
googledrive,
googlesheets4,
spelling,
tidyr,
quarto,
R.utils,
withr
Suggests:
testthat,
tibble
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Config/testthat/edition: 3