forked from r-lib/testthat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1011 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
36
37
38
39
40
41
42
43
44
45
Package: testthat
Type: Package
Title: Testthat code. Tools to make testing fun :)
Version: 0.8.1.0.99
Author: Hadley Wickham <[email protected]>
Maintainer: Hadley Wickham <[email protected]>
Description: A testing package specifically tailored for R
that's fun, flexible and easy to set up.
URL: http://had.co.nz/
Depends:
R (>= 2.15.0)
Imports:
digest,
methods
License: MIT + file LICENSE
LazyData: true
Roxygen: list(wrap = FALSE)
Collate:
'auto-test.r'
'colour-text.r'
'compare.r'
'context.r'
'describe.r'
'evaluate-promise.r'
'expect-that.r'
'expectation.r'
'expectations.r'
'library.r'
'make-expectation.r'
'reporter.r'
'reporter-list.r'
'reporter-minimal.r'
'reporter-multi.r'
'reporter-silent.r'
'reporter-stop.r'
'reporter-summary.r'
'reporter-tap.r'
'reporter-teamcity.r'
'reporter-zzz.r'
'test-files.r'
'test-package.r'
'test-that.r'
'traceback.r'
'utils.r'
'watcher.r'