File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11Package: simpleCache
22Version: 0.5.0
3- Date: 2026-02-26
3+ Date: 2026-02-27
44Title: Simply Caching R Objects
55Description: Provides intuitive functions for caching R objects, encouraging
66 reproducible, restartable, and distributed R analysis. The user selects a
Original file line number Diff line number Diff line change 11# Change log
22All notable changes to this project will be documented in this file.
33
4+ ## simpleCache [ 0.5.0] -- 2026-02-27
5+
6+ - Added custom serialization backend support via RCACHE.BACKEND option,
7+ allowing users to plug in qs2, saveRDS, or any save/load functions
8+ - Added lock file documentation to cluster caches vignette
9+ - Added custom backend demo script in inst/examples/custom_backends.R
10+
411## simpleCache [ 0.4.3] -- 2026-02-26
512
613 - Fixed BugReports URL in DESCRIPTION to point to issues tracker
You can’t perform that action at this time.
0 commit comments