.debugCache             Attach debug info to return for Cache
.file.move              Move a file to a new location - Defunct - use
                        'hardLinkOrCopy'
.prefix                 Add a prefix or suffix to the basename part of
                        a file path
.prepareFileBackedRaster
                        Copy the file-backing of a file-backed Raster*
                        object
.removeCacheAtts        Remove attributes that are highly varying
.requireNamespace       Provide standard messaging for missing package
                        dependencies
.setSubAttrInList       Set subattributes within a list by reference
.wrap                   Deal with class for saving to and loading from
                        Cache or Disk
Cache                   Saves a wide variety function call outputs to
                        disk and optionally RAM, for recovery later
CacheDigest             The exact digest function that 'Cache' uses
CacheGeo                Cache-like function for spatial domains
Checksums               Calculate checksum
Copy                    Recursive copying of nested environments, and
                        other "hard to copy" objects
Filenames               Return the filename(s) from a Raster* object
Path-class              Coerce a character string to a class "Path"
assessDataType          Assess the appropriate raster layer data type
basename2               A version of 'base::basename' that is 'NULL'
                        resistant
checkAndMakeCloudFolderID
                        Check for presence of 'checkFolderID' (for
                        'Cache(useCloud)')
checkPath               Check directory path
checkRelative           An alternative to 'basename' and 'dirname' when
                        there are sub-folders
cloudDownload           Download from cloud, if necessary
compareNA               'NA'-aware comparison of two vectors
convertPaths            Change the absolute path of a file
copySingleFile          Copy a file using 'robocopy' on Windows and
                        'rsync' on Linux/macOS
createCache             Functions to create and work with a cache
determineFilename       Determine filename, either automatically or
                        manually
downloadFile            A wrapper around a set of downloading functions
downloadRemote          Download a remote file
extractFromArchive      Extract files from archive
fastMask                Faster operations on rasters (DEPRECATED
                        because 'terra::mask' is fast)
fixErrorsIn             Fix common errors in GIS layers, using 'terra'
getRelative             Relative paths
internetExists          Checks for existed of a url or the internet
                        using <https://CRAN.R-project.org>
isUpdated               Has a cached object has been updated?
linkOrCopy              Hardlink, symlink, or copy a file
mergeCache              Merge two cache repositories together
messageDF               Use 'message' with a consistent use of
                        'verbose'
minFn                   Get min or maximum value of a (Spat)Raster
movedCache              Deal with moved cache issues
normPath                Normalize file paths
objSize                 Wrapper around 'lobstr::obj_size'
paddedFloatToChar       Convert numeric to character with padding
postProcess             Generic function to post process objects
postProcessTo           Transform a GIS dataset so it has the
                        properties (extent, projection, mask) of
                        another
preProcessParams        Download, Checksum, Extract files
prepInputs              Download and optionally post-process files
rasterRead              A helper to
                        'getOption("reproducible.rasterRead")'
reproducible-package    The 'reproducible' package
reproducibleOptions     'reproducible' options
retry                   A wrapper around 'try' that retries on failure
saveToCache             Save an object to Cache
searchFull              Search up the full scope for functions
set.randomseed          Set seed with a random value using Sys.time()
showCache               Examining and modifying the cache
studyAreaName           Get a unique name for a given study area
tempdir2                Make a temporary (sub-)directory
tempfile2               Make a temporary file in a temporary
                        (sub-)directory
unrarPath               The known path for unrar or 7z
writeFuture             Write to cache repository, using
                        'future::future'
