-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1021 Bytes
/
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
Package: qcbsRworkshops
Title: Download, update and render QCBS R workshops
Version: 0.5.0.9000
Date: 2020-11-02
Authors@R:
c(
person("Kevin", "Cazelles", email = "[email protected]", comment = c(ORCID = "0000-0001-6619-9874"), role = c("aut", "cre")),
person("Marie-Hélène", "Brice", comment = c(ORCID = "0000-0003-0390-4833"), role = c("aut"))
)
Description: Set of helper functions to make contributions to QCBS R workshops easy. Download, update and render QCBS R workshops in HTML and PDF and extract R script.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/QCBSRworkshops/qcbsRworkshops, https://github.com/QCBSRworkshops/QCBSRworkshops.github.io
BugReports: https://github.com/QCBSRworkshops/qcbsRworkshops/issues
LazyData: true
Suggests:
testthat
Imports:
blastula,
cli,
clipr,
crayon,
devtools,
fs,
glue,
knitr,
pagedown,
remotes,
rmarkdown,
tools,
utils,
yaml,
xaringan
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1