-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.36 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: testextra
Type: Package
Title: Extract Test Blocks
Version: 0.1.0.9000
Authors@R: c(
person("Andrew", "Redd", role = c("aut", "cre")
, email = "[email protected]"
, comment = c(ORCID = "https://orcid.org/000-0002-6149-2438")
),
person("R Documentation Task Force", role=c("ctb")
, comment = c(url = "https://rdoctaskforce.github.io/")
),
person("R Consortium", role=c("fnd", "cph")
, comment = c(url = "https://www.r-consortium.org")
))
Maintainer: Andrew Redd <[email protected]>
Description: A collection of testing enhancements and utilities.
Including utilities for extracting inline test blocks from
package source files.
License: GPL-2
Encoding: UTF-8
Language: en-US
LazyData: true
Imports: assertthat,
methods,
parsetools,
pkgcond,
postlogic,
purrr,
rlang,
stringi,
testthat,
utils
Suggests:
covr,
devtools,
withr,
rstudioapi,
htmltools,
shiny,
yaml,
DT
Roxygen: list(markdown = TRUE, roclets = c('rd'))
RoxygenNote: 7.0.2
Collate:
'extract_tests.R'
'catch_condition.R'
'inheritance.R'
'new_namespace.R'
'strings.R'
'util-testing.R'
'validity.R'
'coverage.R'
URL: https://github.com/RDocTaskForce/testextra
BugReports: https://github.com/RDocTaskForce/testextra/issues