-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
23 lines (23 loc) · 959 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
Package: plr
Title: Utility Functions for 'PrairieLearn' and R
Version: 0.1.0
Date: 2021-08-17
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Alton", "Barbehenn", role = "aut",
comment = c(ORCID = "0009-0000-3364-7204")),
person("David", "Dalpiaz", role = "aut",
comment = c(ORCID = "0000-0003-4478-9288")))
Description: 'PrairieLearn' is an online problem-driven learning
system for creating homeworks and tests. This package adds some
helper functions for using it along with R as we are currently
doing for <https://stat447.com> and <https://stat385.org>
(and previously for predecessor course <https://stat430.com>).
License: GPL (>= 2)
OS_type: unix
NeedsCompilation: no
Encoding: UTF-8
LazyData: true
Imports: unix, jsonlite
Suggests: tinytest
RoxygenNote: 7.2.1