forked from PRL-PRG/genthat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
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="krikava@gmail.com", role=c("aut", "cre")),
person("Roman", "Tsegelskyi", email="roman.tsegelskyi@gmail.com", role="aut"),
person("Petr", "Maj", email="peta.maj82@gmail.com", role="aut"),
person("Filippo", "Ghibellini", email="f.ghibellini@gmail.com", role="ctb"),
person("Michal", "Vacha", email="michal.vacha@live.com", role="ctb"),
person("Lei", "Zhao", email="leizhao833@gmail.com", 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