| addTags | Add a Tag to a Cached Object in the Repository |
| archiveExtractBinary | Tests if unrar or 7zip exist |
| assessDataType | Assess the appropriate raster layer data type |
| basename2 | A version of 'base::basename' that is 'NULL' resistant |
| Cache | Saves a wide variety function call outputs to disk and... |
| CacheDigest | The exact digest function that 'Cache' uses |
| CacheGeo | Cache-like function for spatial domains |
| CacheHelpers | Low-level functions to create and work with a cache |
| cacheId | Extract the cache id of an object |
| checkAndMakeCloudFolderID | Check for presence of 'checkFolderID' (for 'Cache(useCloud)') |
| checkPath | Check directory path |
| checkRelative | An alternative to 'basename' and 'dirname' when there are... |
| Checksums | Calculate checksum |
| cloudDownload | Download from cloud, if necessary |
| cloudUploadFromCache | Upload a file to cloud directly from local 'cachePath' |
| compareNA | 'NA'-aware comparison of two vectors |
| convertCallToCommonFormat | Convert all ways of calling a function into canonical form,... |
| convertPaths | Change the absolute path of a file |
| Copy | Recursive copying of nested environments, and other "hard to... |
| copyFile | Copy a file using 'robocopy' on Windows and 'rsync' on... |
| debugCache | Attach debug info to return for Cache |
| deprecated | Do some minor error fixing |
| detectActiveCores | Count Active Threads Based on CPU Usage |
| determineFilename | Determine filename, either automatically or manually |
| digest | Calculate the hashes of multiple files |
| dlGeneric | Download file from generic source url |
| dlGoogle | Download file from Google Drive |
| dot-applyUrlRemap | Apply the user-supplied URL remap hook |
| dot-dlGooglePublic | Download a _public_ Google Drive file without authentication |
| dot-expandAlsoExtractPatterns | Expand regex patterns in 'alsoExtract' against a known list... |
| dot-file.move | Move a file to a new location - Defunct - use... |
| dot-formalsNotInCurrentDots | Identify which formals to a function are not in the current... |
| dot-formatDuration | Format a duration in seconds as a compact human-readable... |
| dot-isMemoised | Evaluate whether a cacheId is memoised |
| dot-objSizeWithTry | 'lobstr::obj_size' with a 'try' to address issue #72 |
| dot-parallelRangedDownload | Download a file in parallel using HTTP Range requests |
| dot-probeRange | Probe a URL for size and HTTP Range support |
| dot-remapUrlEarly | Resolve and remap a URL early, before the COG fast-path |
| dot-removeCacheAtts | Remove attributes that are highly varying |
| dot-requireNamespace | Provide standard messaging for missing package dependencies |
| dot-urlRemapFn | Resolve the 'reproducible.urlRemap' option to a remap... |
| dot-useParallelDownload | Decide whether to use the parallel ranged download path |
| dot-whereInStack | Search for objects in the call stack |
| dotWrap | Deal with class for saving to and loading from Cache or Disk |
| downloadFile | A wrapper around a set of downloading functions |
| downloadRemote | Download a remote file |
| dumpPreDigest | Dump the element-by-element 'preDigest' of a 'Cache()' call |
| exportedMethods | Exported generics and methods |
| extractFromArchive | Extract files from archive |
| Filenames | Return the filename(s) from a Raster* object |
| fixErrorsIn | Fix common errors in GIS layers, using 'terra' |
| gdalwarpFns | 3-Step postProcess sequence for SpatRasters using 'gdalwarp' |
| grepSysCalls | Grep system calls |
| guessAtTarget | Try to pick a file to load |
| harmonizeCall | Harmonize all forms of call |
| internetExists | Checks for existed of a url or the internet using... |
| isInteractive | Alternative to 'interactive()' for unit testing |
| isLinux | Test whether system is Linux specifically |
| isSpatial | Some spatial helper functions |
| isUnix | Test whether system is unix-alike (macOS, Linux, BSD, ...) |
| isUpdated | Has a cached object has been updated? |
| isWindows | Test whether system is Windows |
| keepOrigGeom | Keep original geometries of 'sf' objects |
| linkOrCopy | Hardlink, symlink, or copy a file |
| listFilesInArchive | List files in either a '.zip' or or '.tar' file |
| listGoogleDriveFolder | List a Google Drive folder, using a mirror listing when... |
| listNamed | Create a list with names from object names |
| loadFile | Load a file from the cache |
| makeUrlRemap | Build a URL remap function from a manifest |
| matchCall2 | Remove 'quote' and determine if call uses '...' |
| mergeCache | Merge two cache repositories together |
| mergeShownCacheCloud | Fold cloud cache metadata into a local 'showCache' result for... |
| messageColoured | Use 'message' with a consistent use of 'verbose' |
| movedCache | Deal with moved cache issues |
| normPath | Normalize file paths |
| numCoresToUse | Estimate Number of CPU Cores to Use for Parallel Processing |
| objSize | Wrapper around 'lobstr::obj_size' |
| paddedFloatToChar | Convert numeric to character with padding |
| Path-class | Coerce a character string to a class "Path" |
| pkgEnv | The 'reproducible' package environments |
| postProcess | Generic function to post process objects |
| postProcessInputsSuperseded | Superseded 'postProcess' input functions |
| postProcessTo | Transform a GIS dataset so it has the properties (extent,... |
| 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 |
| prepInputs | Download and optionally post-process files |
| prepInputsCOG | Fast spatial subsetting of Cloud Optimized GeoTiff (COG)... |
| prepInputsLog | URL access log for 'prepInputs' / 'preProcess' |
| prepInputsWithTiles | Alternative to 'prepInputs' that can use Spatial Tiles stored... |
| prepopulateCacheAsync | Pre-populate the in-memory 'showCache' cache for a given... |
| preProcess | Download, checksum, extract files |
| purge | Purge individual line items from checksums file |
| purgeChecksums | Purge the checksums of a single file |
| rasterRead | A helper to 'getOption("reproducible.rasterRead")' |
| relativePaths | Relative paths |
| remapFilenames | Remap file names |
| reproducibleOptions | 'reproducible' options |
| reproducible-package | The 'reproducible' package |
| retry | A wrapper around 'try' that retries on failure |
| robustDigest | Create reproducible digests of objects in R |
| saveToCache | Save an object to Cache |
| search | Search up the full scope for functions |
| set.randomseed | Set seed with a random value using Sys.time() |
| setSubAttrInList | Set subattributes within a list by reference |
| showCacheCloud | List and read all cloud cache metadata (dbFile) files |
| 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 |
| terra-migration | Get min or maximum value of a (Spat)Raster |
| testForArchiveExtract | Returns 'unrar' path and creates a shortcut as... |
| unrarPath | The known path for unrar or 7z |
| usesPointer | Does an object use a pointer? |
| viewCache | Examining and modifying the cache |
| writeFuture | Write to cache repository, using 'future::future' (defunct) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.