-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
Package: tutorial.helpers
Title: Helper Functions for Creating Tutorials
Version: 0.6.1.9008
Authors@R:
person(given = "David",
family = "Kane",
role = c("aut", "cre", "cph"),
email = "dave.kane@gmail.com",
comment = c(ORCID = "0000-0002-6660-3934"))
Description: Helper functions for creating, editing, and testing tutorials
created with the 'learnr' package. Provides a simple method for allowing
students to download their answers to tutorial questions. For examples
of its use, see the 'positron.tutorials' and 'r4ds.tutorials' packages.
Depends:
R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: quarto
Suggests:
fs,
googledrive,
httr,
knitr,
quarto,
roxygen2,
testthat (>= 3.0.0),
tidyverse
Config/testthat/edition: 3
Imports:
dplyr,
jsonlite,
learnr,
mime,
purrr,
rmarkdown,
rstudioapi,
rvest,
shiny,
tibble
BugReports: https://github.com/PPBDS/tutorial.helpers/issues
URL: https://ppbds.github.io/tutorial.helpers/, https://github.com/PPBDS/tutorial.helpers