/usr/lib/R/site-library/R.utils/INDEX is in r-cran-r.utils 2.5.0-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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 | Arguments Static class to validate and process arguments
Assert The Assert class
FileProgressBar A progress bar that sets the size of a file
accordingly
GString Character string with advanced substitutions
Java Static class for Java related methods
LComments The LComments class
NullVerbose A Verbose class ignoring everything
Options The Options class
ProgressBar Provides text based counting progress bar
R.utils-package Package R.utils
Settings Class for applicational settings
SmartComments Abstract class SmartComments
System Static class to query information about the
system
TextStatusBar A status bar at the R prompt that can be
updated
TimeoutException TimeoutException represents timeout errors
VComments The VComments class
Verbose Class to writing verbose messages to a
connection or file
addFinalizerToLast Modifies .Last() to call 'finalizeSession()
as.character.binmode Converts a binary/octal/hexadecimal number into
a string
attachLocally.list Assigns an objects elements locally
callHooks Call hook functions by hook name
callHooks.function Call hook functions
capitalize Capitalizes/decapitalizes each character string
in a vector
captureOutput Evaluate an R expression and captures the
output
cmdArgs Simple access to parsed command-line arguments
colClasses Creates a vector of column classes used for
tabular reading
compressFile Compressing and decompressing files
compressPDF Compresses a PDF (into a new PDF)
copyDirectory Copies a directory
countLines Counts the number of lines in a text file
createFileAtomically Creates a file atomically
createLink Creates a link to a file or a directory
createWindowsShortcut Creates a Microsoft Windows Shortcut (.lnk
file)
dataFrame Allocates a data frame with given column
classes
detachPackage Detaches packages by name
dimNA< - Sets the dimension of an object with the option
to infer one dimension autmatically
displayCode Displays the contents of a text file with line
numbers and more
doCall Executes a function call with option to ignore
unused arguments
downloadFile.character
Downloads a file
egsub Global substitute of expression using regular
expressions
env Creates a new environment, evaluates an
expression therein, and returns the environment
extract.array Extract a subset of an array, matrix or a
vector with unknown dimensions
fileAccess Checks the permission of a file or a directory
filePath Construct the path to a file from components
and expands Windows Shortcuts along the
pathname from root to leaf
finalizeSession Function to call for finalizing the R session
findSourceTraceback Finds all 'srcfile' objects generated by
source() in all call frames
gcDLLs Identifies and removes DLLs of packages already
unloaded
gcat Parses, evaluates and outputs a GString
getAbsolutePath Gets the absolute pathname string
getParent Gets the string of the parent specified by this
pathname
getRelativePath Gets the relative pathname relative to a
directory
gstring Parses and evaluates a GString into a regular
string
hasUrlProtocol Checks if one or several pathnames has a URL
protocol
hpaste Concatenating vectors into human-readable
strings
inAnyInterval.numeric Checks if a set of values are inside one or
more intervals
insert Insert values to a vector at certain positions
installPackages Install R packages by name or URL
intToBin Converts an integer to a
binary/octal/hexadecimal number
intervalsToSeq.matrix Generates a vector of indices from a matrix of
intervals
isAbsolutePath Checks if this pathname is absolute
isDirectory Checks if the file specification is a directory
isEof.connection Checks if the current file position for a
connection is at the 'End of File'
isFile Checks if the file specification is a file
isOpen.character Checks if there is an open connection to a file
isPackageInstalled Checks if a package is installed or not
isPackageLoaded Checks if a package is loaded or not
isReplicated Identifies all entries with replicated values
isSingle Identifies all entries that exists exactly ones
isUrl Checks if one or several pathnames is URLs
isZero Checks if a value is (close to) zero or not
lastModified Gets the time when the file was last modified
listDirectory Gets the file names in the directory
loadObject Method to load object from a file or a
connection
mapToIntervals.numeric
Maps values to intervals
mergeIntervals.numeric
Merges intervals
mkdirs Creates a directory including any necessary but
nonexistent parent directories
mout Miscellaneous functions for outputting via
message()
mpager A \"pager\" function that outputs to standard
error
nullfile Gets the pathname of the NULL device on the
current platform
onGarbageCollect Registers a function to be called when the R
garbage collector is (detected to be) running
onSessionExit Registers a function to be called when the R
session finishes
patchCode Patches installed and loaded packages and more
popBackupFile Drops a backup suffix from the backup pathname
popTemporaryFile Drops a temporary suffix from the temporary
pathname
printf C-style formatted output
pushBackupFile Appends a backup suffix to the pathname
pushTemporaryFile Appends a temporary suffix to the pathname
queryRCmdCheck Gets the on R CMD check if the current R
session was launched by it
readBinFragments Reads binary data from disjoint sections of a
connection or a file
readRdHelp Reads one or more Rd help files in a certain
format
readTable Reads a file in table format
readTableIndex Reads a single column from file in table format
readWindowsShortcut Reads a Microsoft Windows Shortcut (.lnk file)
removeDirectory Removes a directory
resample Sample values from a set of elements
saveObject Saves an object to a file or a connection
seqToHumanReadable Gets a short human readable string
representation of an vector of indices
seqToIntervals Gets all contigous intervals of a vector of
indices
setOption Sets a option in R
shell.exec2 Open a file or URL using Windows File
Associations
sourceDirectory Sources files recursively to either local or
global environment
sourceTo Parses and evaluates code from a file or a
connection
splitByPattern Splits a single character string by pattern
stext Writes text in the margin along the sides of a
plot
subplots Creates a grid of subplots
systemR Launches another R process from within R
toUrl Converts a pathname into a URL
touchFile Updates the timestamp of a file
unwrap.array Unwrap an array, matrix or a vector to an array
of more dimensions
useRepos Sets package repositories
withCapture Evaluates an expression and captures the code
and/or the output
withLocale Evaluate an R expression with locale set
temporarily
withOptions Evaluate an R expression with options set
temporarily
withRepos Evaluate an R expression with repositories set
temporarily
withSeed Evaluate an R expression with a temporarily set
random set
withSink Evaluate an R expression while temporarily
diverting output
withTimeout Evaluate an R expression and interrupts it if
it takes too long
wrap.array Reshape an array or a matrix by permuting
and/or joining dimensions
writeBinFragments Writes binary data to disjoint sections of a
connection or a file
writeDataFrame.data.frame
Writes a data.frame to tabular text file
|