/usr/lib/R/site-library/checkmate/INDEX 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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | %??% Coalesce operator
AssertCollection Collect multiple assertions
allMissing Check if an object contains missing values
anyInfinite Check if an object contains infinite values
anyNaN Check if an object contains NaN values
asInteger Convert an argument to an integer
assert Combine multiple checks into one assertion
checkAccess Check file system access rights
checkArray Check if an argument is an array
checkAtomic Check that an argument is an atomic vector
checkAtomicVector Check that an argument is an atomic vector
checkCharacter Check if an argument is a vector of type
character
checkChoice Check if an object is an element of a given set
checkClass Check the class membership of an argument
checkComplex Check if an argument is a vector of type
complex
checkCount Check if an argument is a count
checkDataFrame Check if an argument is a data frame
checkDataTable Check if an argument is a data table
checkDate Check that an argument is a Date
checkDirectoryExists Check for existence and access rights of
directories
checkEnvironment Check if an argument is an environment
checkFactor Check if an argument is a factor
checkFileExists Check existence and access rights of files
checkFlag Check if an argument is a flag
checkFunction Check if an argument is a function
checkInt Check if an argument is a single integerish
value
checkInteger Check if an argument is vector of type integer
checkIntegerish Check if an object is an integerish vector
checkList Check if an argument is a list
checkLogical Check if an argument is a vector of type
logical
checkMatrix Check if an argument is a matrix
checkNamed Check if an argument is named
checkNames Check names to comply to specific rules
checkNull Check if an argument is NULL
checkNumber Check if an argument is a single numeric value
checkNumeric Check that an argument is a vector of type
numeric
checkOS Check the operating system
checkPathForOutput Check if a path is suited for creating an
output file
checkScalar Check if an argument is a single atomic value
checkScalarNA Check if an argument is a single missing value
checkSetEqual Check if an argument is equal to a given set
checkString Check if an argument is a string
checkSubset Check if an argument is a subset of a given set
checkTibble Check if an argument is a tibble
checkVector Check if an argument is a vector
checkmate-package Fast and Versatile Argument Checks
makeAssertion Turn a Check into an Assertion
makeExpectation Turn a Check into an Expectation
makeTest Turn a Check into a Test
matchArg Partial Argument Matching
qassert Quick argument checks on (builtin) R types
qassertr Quick recursive arguments checks on lists and
data frames
vname Lookup a variable name
wf Get the index of the first/last TRUE
|