-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 920 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
Package: ottr
Title: An R Autograding Extension for Otter-Grader
Version: 1.5.1
Authors@R: c(
person(given = "Christopher",
family = "Pyles",
email = "cpyles@berkeley.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8520-7593")),
person(given = "UC Berkeley Data Science Education Program",
role = c("cph")))
Maintainer: Christopher Pyles <cpyles@berkeley.edu>
Description:
An R autograding extension for Otter-Grader (<https://otter-grader.readthedocs.io>). It supports
grading R scripts, R Markdown documents, and R Jupyter Notebooks.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.0.0)
Imports:
jsonlite,
testthat,
tools,
R6,
zip,
methods
Suggests:
IRdisplay,
mockery,
rmarkdown,
stringr,
withr,
IRkernel
Config/testthat/edition: 3