forked from reactorlabs/r-tests-old-version
-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
41 lines (41 loc) · 1.09 KB
/
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
Package: genthat
Type: Package
Title: A Framework for Unit Tests Generation
Version: 0.1.8
URL: https://github.com/PRL-PRG/genthat
BugReports: https://github.com/PRL-PRG/genthat/issues
Authors@R: c(
person("Filip", "Krikava", email="[email protected]", role=c("aut", "cre")),
person("Roman", "Tsegelskyi", email="[email protected]", role="aut"),
person("Petr", "Maj", email="[email protected]", role="aut"),
person("Filippo", "Ghibellini", email="[email protected]", role="ctb"),
person("Michal", "Vacha", email="[email protected]", role="ctb"),
person("Lei", "Zhao", email="[email protected]", role="ctb")
)
Description: Extracting testthat compatible tests from runnable code
License: GPL (>= 2)
Depends: R (>= 3.4.0)
Imports:
codetools,
covr,
digest,
dplyr,
formatR,
magrittr,
methods,
Rcpp (>= 0.11.3),
testthat,
tools,
utils,
withr
LinkingTo: Rcpp
Suggests:
devtools,
knitr,
rmarkdown,
readr,
roxygen2 (>= 5.0.0)
LazyData: TRUE
RoxygenNote: 6.0.1
VignetteBuilder: knitr
SystemRequirements: C++11