/usr/lib/R/site-library/testthat/DESCRIPTION is in r-cran-testthat 0.9.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | Package: testthat
Version: 0.9.1
Title: Testthat code. Tools to make testing fun :)
Description: A testing package specifically tailored for R
that's fun, flexible and easy to set up.
Authors@R: as.person(c(
"Hadley Wickham <hadley@rstudio.com> [aut, cre]",
"RStudio [cph]"))
URL: https://github.com/hadley/testthat
BugReports: https://github.com/hadley/testthat/issues
Depends: R (>= 3.1.0), methods
Imports: digest
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.r' 'library.r'
'make-expectation.r' 'mock.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'
Packaged: 2014-09-29 19:17:50 UTC; hadley
Author: Hadley Wickham [aut, cre],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-10-01 19:16:27
Built: R 3.1.1; x86_64-pc-linux-gnu; 2014-10-06 07:09:40 UTC; unix
|