forked from r-lib/testthat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.51 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
56
57
58
59
60
61
62
63
Package: testthat
Title: Unit Testing for R
Version: 3.1.0.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "RStudio",
role = c("cph", "fnd")),
person(given = "R Core team",
role = "ctb",
comment = "Implementation of utils::recover()"))
Description: Software testing is important, but, in part because it is
frustrating and boring, many of us avoid it. 'testthat' is a testing
framework for R that is easy to learn and use, and integrates with
your existing 'workflow'.
License: MIT + file LICENSE
URL: https://testthat.r-lib.org, https://github.com/r-lib/testthat
BugReports: https://github.com/r-lib/testthat/issues
Depends:
R (>= 3.1)
Imports:
brio,
callr (>= 3.5.1),
cli (>= 2.2.0),
crayon (>= 1.3.4),
desc,
digest,
ellipsis (>= 0.2.0),
evaluate,
jsonlite,
lifecycle,
magrittr,
methods,
pkgload,
praise,
processx,
ps (>= 1.3.4),
R6 (>= 2.2.0),
rlang (>= 0.4.9),
utils,
waldo (>= 0.2.4),
withr (>= 2.3.0)
Suggests:
covr,
curl (>= 0.9.5),
diffviewer (>= 0.1.0),
knitr,
mockery,
rmarkdown,
rstudioapi,
shiny,
usethis,
vctrs (>= 0.1.0),
xml2
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/start-first: watcher, parallel*
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.1.2