Skip to content

filecacher

File Cacher

v0.2.9 · Jan 19, 2024 · MIT + file LICENSE

Description

The main functions in this package are with_cache() and cached_read(). The former is a simple way to cache an R object into a file on disk, using 'cachem'. The latter is a wrapper around any standard read function, but caches both the output and the file list info. If the input file list info hasn't changed, the cache is used; otherwise, the original files are re-read. This can save time if the original operation requires reading from many files, and/or involves lots of processing.

Downloads

358

Last 30 days

10686th

785

Last 90 days

3K

Last year

Trend: +59.8% (30d vs prior 30d)

CRAN Check Status

1 NOTE
13 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (1 non-OK)
NOTE r-oldrel-macos-x86_64

package dependencies

Package suggested but not available for checking: ‘arrow’

Check History

NOTE 13 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-x86_64

package dependencies

Package suggested but not available for checking: ‘arrow’

Dependency Network

Dependencies Reverse dependencies cachem glue here purrr rlang vctrs filecacher

Version History

new 0.2.9 Mar 10, 2026
updated 0.2.9 ← 0.2.7 diff Jan 18, 2024
updated 0.2.7 ← 0.2.5 diff Nov 16, 2023
updated 0.2.5 ← 0.2.4 diff Nov 12, 2023
updated 0.2.4 ← 0.2.3 diff Nov 9, 2023
new 0.2.3 Nov 8, 2023