-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 863 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
Package: testex
Title: Add Tests to Examples
Version: 0.2.0.9000
Authors@R:
c(
person(
"Doug", "Kelkhoff",
email = "[email protected]",
role = c("aut", "cre")
)
)
Description:
Add tests in-line in examples. Provides standalone functions for
facilitating easier test writing in Rd files. However, a more familiar
interface is provided using 'roxygen2' tags. Tools are also provided for
facilitating package configuration and use with 'testthat'.
URL: https://github.com/dgkf/testex, https://dgkf.github.io/testex/
License: MIT + file LICENSE
Depends:
R (>= 3.2.0)
Imports:
utils
Suggests:
testthat,
withr,
callr,
roxygen2,
spelling,
knitr,
rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Language: en-US
VignetteBuilder: knitr