forked from mikldk/roxytest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·29 lines (29 loc) · 906 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
Package: roxytest
Type: Package
Title: Various Tests with 'roxygen2'
Version: 0.0.1.9011
Authors@R: c(
person(given = "Mikkel Meyer", family = "Andersen",
email = "[email protected]", role = c("aut", "cre")),
person(given = "Ege", family = "Rubak",
email = "[email protected]", role = c("ctb"))
)
Maintainer: Mikkel Meyer Andersen <[email protected]>
Description: Various tests as 'roxygen2' roclets: e.g. 'testthat' and 'tinytest' tests.
Also other static analysis tools as checking parameter documentation consistency and others.
License: GPL (>= 2)
Imports:
roxygen2,
methods
Depends:
R (>= 2.10)
Suggests:
testthat (>= 2.1.0),
tinytest (>= 1.1.0),
knitr,
rmarkdown
BugReports: https://github.com/mikldk/roxytest/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("rd", "collate", "namespace"))
RoxygenNote: 7.1.1
VignetteBuilder: knitr