forked from rstudio/parsons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 877 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: parsons
Type: Package
Title: Create Parsons Programming Problems in 'learnr` Tutorials
Version: 0.0.3.9000
Date: 2019-08-19
Authors@R: c(
person("Andrie", "de Vries", role = c("cre", "aut"), email = "[email protected]"),
person("Barret", "Schloerke", role = "ctb", email = "[email protected]")
)
Description: Create Parsons Programming Problems in 'learnr' Tutorials.
URL: https://github.com/rstudio/parsons
BugReports: https://github.com/rstudio/parsons/issues
License: MIT + file LICENSE
LazyData: TRUE
Imports:
sortable (>= 0.3.1),
htmltools,
htmlwidgets,
learnr (>= 0.9.2),
shiny,
assertthat,
utils,
rlang
Suggests:
knitr,
testthat (>= 2.1.0),
withr,
rmarkdown
Remotes:
rstudio/sortable,
rstudio/learnr
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8