-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
37 lines (37 loc) · 904 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
36
37
Package: learnrhash
Type: Package
Title: Tools for hashing learnr sessions
Version: 0.2.0
Authors@R:
c(person(given = "Colin",
family = "Rundel",
role = c("aut", "cre"),
email = "rundel@gmail.com"),
person(given = "Mine",
family = "Cetinkaya-Rundel",
role = "aut",
email = "mine@rstudio.com")
)
Description: This package provides tools for the hashing of learnr sessions.
The resulting hashes are presented as base64 encoded strings which can easily
be copied into a web form, LMS submission tool, etc.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
learnr (> 0.10.1),
shiny,
base64enc,
dplyr,
tidyr,
purrr,
clipr,
rlang,
tibble,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
testthat
Depends:
R (>= 3.5.0)