Package: pkgfilecache 0.1.5
pkgfilecache: Download and Manage Optional Package Data
Manage optional data for your package. The data can be hosted anywhere, and you have to give a Uniform Resource Locator (URL) for each file. File integrity checks are supported. This is useful for package authors who need to ship more than the 5 Megabyte of data currently allowed by the the Comprehensive R Archive Network (CRAN).
Authors:
pkgfilecache_0.1.5.tar.gz
pkgfilecache_0.1.5.zip(r-4.5)pkgfilecache_0.1.5.zip(r-4.4)pkgfilecache_0.1.5.zip(r-4.3)
pkgfilecache_0.1.5.tgz(r-4.4-any)pkgfilecache_0.1.5.tgz(r-4.3-any)
pkgfilecache_0.1.5.tar.gz(r-4.5-noble)pkgfilecache_0.1.5.tar.gz(r-4.4-noble)
pkgfilecache_0.1.5.tgz(r-4.4-emscripten)pkgfilecache_0.1.5.tgz(r-4.3-emscripten)
pkgfilecache.pdf |pkgfilecache.html✨
pkgfilecache/json (API)
# Install 'pkgfilecache' in R: |
install.packages('pkgfilecache', repos = c('https://dfsp-spirit.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dfsp-spirit/pkgfilecache/issues
cachechecksumdeveloper-toolsdownloadfilesfilestoragehome-directory
Last updated 10 months agofrom:291b348693. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | NOTE | Oct 29 2024 |
R-4.5-linux | NOTE | Oct 29 2024 |
R-4.4-win | NOTE | Oct 29 2024 |
R-4.4-mac | NOTE | Oct 29 2024 |
R-4.3-win | NOTE | Oct 29 2024 |
R-4.3-mac | NOTE | Oct 29 2024 |
Exports:are_files_availableensure_files_availableerase_file_cacheget_absolute_path_for_filesget_cache_dirget_filepathget_pkg_infolist_availableremove_cached_files
Dependencies:curldigestdownloaderrappdirs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check whether the given files exist in the package cache. | are_files_available |
Ensure all given files exist in the file cache, download them if they are not. | ensure_files_available |
Delete the full package cache directory for the given package. | erase_file_cache |
Construct absolute path for package cache files. | get_absolute_path_for_files |
Get the absolute path of the package cache. | get_cache_dir |
Retrieve the path to a single file from the package cache. | get_filepath |
Construct a pkg_info object to be used with all other functions. | get_pkg_info |
List files that are available locally in the package cache. | list_available |
Delete all the given files from the package cache. | remove_cached_files |