/usr/lib/R/site-library/checkmate/DESCRIPTION is in r-cran-checkmate 1.8.2-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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | Package: checkmate
Type: Package
Title: Fast and Versatile Argument Checks
Description: Tests and assertions to perform frequent argument checks. A
substantial part of the package was written in C to minimize any worries
about execution time overhead.
Version: 1.8.2
Authors@R: c(
person("Michel", "Lang", NULL, "michellang@gmail.com", role = c("cre", "aut")),
person("Bernd", "Bischl", NULL, "bernd_bischl@gmx.de", role = "ctb")
)
URL: https://github.com/mllg/checkmate
URLNote: https://github.com/mllg/checkmate
BugReports: https://github.com/mllg/checkmate/issues
NeedsCompilation: yes
ByteCompile: yes
Encoding: UTF-8
Depends: R (>= 3.0.0)
Imports: backports, utils
Suggests: data.table, devtools, ggplot2, knitr, rmarkdown, magrittr,
microbenchmark, testthat (>= 0.11.0), tibble
License: BSD_3_clause + file LICENSE
VignetteBuilder: knitr
RoxygenNote: 5.0.1
Collate: 'AssertCollection.R' 'allMissing.R' 'anyInfinite.R'
'anyMissing.R' 'anyNaN.R' 'asInteger.R' 'assert.R' 'helper.R'
'makeExpectation.R' 'makeTest.R' 'makeAssertion.R'
'checkAccess.R' 'checkArray.R' 'checkAtomic.R'
'checkAtomicVector.R' 'checkCharacter.R' 'checkChoice.R'
'checkClass.R' 'checkComplex.R' 'checkCount.R'
'checkDataFrame.R' 'checkDataTable.R' 'checkDate.R'
'checkDirectoryExists.R' 'checkEnvironment.R' 'checkFactor.R'
'checkFileExists.R' 'checkFlag.R' 'checkFunction.R'
'checkInt.R' 'checkInteger.R' 'checkIntegerish.R' 'checkList.R'
'checkLogical.R' 'checkMatrix.R' 'checkNamed.R' 'checkNames.R'
'checkNull.R' 'checkNumber.R' 'checkNumeric.R' 'checkOS.R'
'checkPathForOutput.R' 'checkScalar.R' 'checkScalarNA.R'
'checkSetEqual.R' 'checkString.R' 'checkSubset.R'
'checkTibble.R' 'checkVector.R' 'coalesce.R' 'isIntegerish.R'
'matchArg.R' 'qassert.R' 'qassertr.R' 'vname.R' 'wfwl.R'
'zzz.R'
Packaged: 2016-11-02 09:34:07 UTC; lang
Author: Michel Lang [cre, aut],
Bernd Bischl [ctb]
Maintainer: Michel Lang <michellang@gmail.com>
Repository: CRAN
Date/Publication: 2016-11-02 18:15:25
Built: R 3.3.2; x86_64-pc-linux-gnu; 'Wed, 30 Nov 2016 11:00:03 +0100'; unix
|