-
Notifications
You must be signed in to change notification settings - Fork 317
/
DESCRIPTION
59 lines (59 loc) · 1.55 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
Package: testthat
Title: Unit Testing for R
Version: 3.2.1.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("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.6.0)
Imports:
brio (>= 1.1.3),
callr (>= 3.7.3),
cli (>= 3.6.1),
desc (>= 1.4.2),
digest (>= 0.6.33),
evaluate (>= 1.0.1),
jsonlite (>= 1.8.7),
lifecycle (>= 1.0.3),
magrittr (>= 2.0.3),
methods,
pkgload (>= 1.3.2.1),
praise (>= 1.0.0),
processx (>= 3.8.2),
ps (>= 1.7.5),
R6 (>= 2.5.1),
rlang (>= 1.1.1),
utils,
waldo (>= 0.6.0),
withr (>= 3.0.2)
Suggests:
covr,
curl (>= 0.9.5),
diffviewer (>= 0.1.0),
knitr,
rmarkdown,
rstudioapi,
S7,
shiny,
usethis,
vctrs (>= 0.1.0),
xml2
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: watcher, parallel*
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.2