forked from carpentries/sandpaper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
125 lines (125 loc) · 3.75 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Package: sandpaper
Title: Create and Curate Carpentries Lessons
Version: 0.16.9.9000-1
Authors@R: c(
person(given = "Robert",
family = "Davey",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5589-7754")),
person(given = "Erin",
family = "Becker",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6832-0233")),
person(given = "Zhian N.",
family = "Kamvar",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1458-7108")),
person(given = "Julien",
family = "Colomb",
role = c("ctb"),
comment = c(ORCID = "0000-0002-3127-5520")),
person(given = "Ben",
family = "Companjen",
role = c("ctb"),
comment = c(ORCID = "0000-0002-7023-9047")),
person(given = "Toby",
family = "Hodges",
role = c("ctb"),
email = "[email protected]"),
person(given = "François",
family = "Michonneau",
role = c("ctb"),
email = "[email protected]"),
person(given = "Kelly",
family = "Barnes",
role = c("ctb"),
email = "[email protected]"),
person(given = "Hugo",
family = "Gruson",
role = c("ctb"),
email = "[email protected]"),
person(given = "Milan",
family = "Malfait",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9144-3701")),
person(given = "Joel H.",
family = "Nitta",
role = c("aut", "trl"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4719-7472")),
person(given = "Yanina",
family = "Bellini Saibene",
role = c("ctb", "trl"),
comment = c(ORCID = "0000-0002-4522-7466")),
person(given = "Martin",
family = "Raden",
role = c("ctb", "trl"),
comment = c(ORCID = "0000-0002-7926-5911")),
person())
Description: We provide tools to build a Carpentries-themed lesson repository
into an accessible standalone static website. These include local tools and
those designed to be used in a continuous integration context so that all the
lesson author needs to focus on is writing the content of the actual lesson.
License: MIT + file LICENSE
Depends: R (>= 4.0)
Imports:
pkgdown (>= 1.6.0),
pegboard (>= 0.7.0),
cli (>= 3.4.0),
commonmark,
fs (>= 1.5.0),
gh,
gert (>= 1.0.1),
rstudioapi,
rlang (>= 0.4.3),
glue,
assertthat,
yaml,
desc,
knitr (>= 1.33),
rmarkdown (>= 2.4),
renv (>= 0.14.0),
rprojroot,
usethis (>= 2.0.0),
withr,
whisker,
callr,
servr,
utils,
tools,
pagedown,
Suggests:
testthat (>= 3.0.0),
covr,
markdown,
brio,
xml2,
xslt,
jsonlite,
sessioninfo,
mockr,
varnish (>= 0.3.0),
reticulate,
jupytextR (>= 0.1.0),
BiocManager
Additional_repositories: https://carpentries.r-universe.dev/
Remotes:
carpentries/pegboard,
LearnToDiscover/varnish,
milanmlft/jupytextR
SystemRequirements: pandoc (>= 2.11.4) - https://pandoc.org
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
Config/testthat/parallel: false
Config/Needs/check: rstudio/renv
Config/potools/style: explicit
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://carpentries.github.io/sandpaper/, https://github.com/carpentries/sandpaper/, https://carpentries.github.io/workbench/
BugReports: https://github.com/carpentries/sandpaper/issues/
VignetteBuilder: knitr