forked from r-lib/testthat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.2 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: testthat
Version: 0.10.0.9000
Title: Unit Testing for R
Description: A unit testing system designed to be fun, flexible and easy to
set up.
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
person("RStudio", role = "cph")
)
URL: https://github.com/hadley/testthat
BugReports: https://github.com/hadley/testthat/issues
Depends:
R (>= 3.1.0),
methods
Imports:
digest,
crayon
Suggests:
devtools
License: MIT + file LICENSE
Collate:
'auto-test.r'
'colour-text.r'
'compare.r'
'context.r'
'describe.r'
'evaluate-promise.r'
'expect-that.r'
'expectation.r'
'expectations-equality.R'
'expectations-matches.R'
'expectations-old.R'
'expectations.r'
'make-expectation.r'
'mock.r'
'reporter.r'
'reporter-check.R'
'reporter-list.r'
'reporter-minimal.r'
'reporter-multi.r'
'reporter-rstudio.R'
'reporter-silent.r'
'reporter-stop.r'
'reporter-summary.r'
'reporter-tap.r'
'reporter-teamcity.r'
'reporter-zzz.r'
'test-example.R'
'test-files.r'
'test-package.r'
'test-results.r'
'test-that.r'
'traceback.r'
'utils.r'
'watcher.r'