forked from datacamp/testwhat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1002 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
38
39
40
41
42
43
Package: testwhat
Type: Package
Title: Easily write submission correctness tests for R exercises
Version: 4.11.1
Date: 2014-07-31
Description: This package makes it easy for teachers to test students'
code submissions for R exercises, e.g., for interactive R courses on DataCamp.
Depends:
R (>= 3.0.0)
Imports:
evaluate,
markdown,
R6,
stringdist,
magrittr,
praise
Suggests:
car,
covr,
dplyr,
ggvis,
ggplot2,
jsonlite,
knitr,
lazyeval,
pkgdown,
rmarkdown,
rpart,
stats,
testthat,
utils,
withr
License: GPL-3 + file LICENSE
LazyData: true
URL: https://github.com/datacamp/testwhat
BugReports: https://github.com/datacamp/testwhat/issues
Authors@R: c(
person("Andreas", "Alfons", role = "aut"),
person("Filip", "Schouwenaars", ,"[email protected]", role = c("aut", "cre")),
person("Vincent", "Vankrunkelsven", ,"[email protected]", role = c("aut"))
)
RoxygenNote: 6.1.1
VignetteBuilder: knitr