Skip to content

Commit a4b93e0

Browse files
committed
update changelog
1 parent 7a55c17 commit a4b93e0

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: simpleCache
22
Version: 0.4.1
3-
Date: 2018-06-08
3+
Date: 2019-02-26
44
Title: Simply Caching R Objects
55
Description: Provides intuitive functions for caching R objects, encouraging
66
reproducible, restartable, and distributed R analysis. The user selects a

NEWS renamed to NEWS.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,43 @@
11
# Change log
22
All notable changes to this project will be documented in this file.
33

4-
## [0.4.0] -- 2017-12-20
4+
## simpleCache [0.4.1] -- 2019-02-26
5+
6+
- fixes unit tests on windows
7+
- fixes lifespan bug that used creation time instead of modification time
8+
- allow arg-less directory setting to default to current working dir
9+
10+
## simpleCache [0.4.0] -- 2017-12-20
511

612
- adds a lifespan arg to simpleCache() to create auto-expiring caches
713
- remove unnecessary parse argument to simpleCache()
814
- viewCacheDirs() renamed to simpleCacheOptions()
915

10-
## [0.3.1] -- 2017-08-21
16+
## simpleCache [0.3.1] -- 2017-08-21
1117

1218
- fixed a bug in unit tests that left behind a test cache in user home dir.
1319
- changes cache building to happen in parent.frame()
1420
- repaired vignette so R code is displayed properly
1521
- added deleteCaches() function and docs
1622
- reduced size of unit test cache for speed increase
1723

18-
## [0.3.0] -- 2017-08-21
24+
## simpleCache [0.3.0] -- 2017-08-21
1925

2026
- switched default cache dir to tempdir()
2127
- changed availCaches() to listCaches()
2228
- changes cache building to happen in globalenv(), so that any loaded
2329
packages are available for cache building
2430

2531

26-
## [0.2.1] -- 2017-07-30
32+
## simpleCache [0.2.1] -- 2017-07-30
2733

2834
- added examples
2935

30-
## [0.2.0] -- 2017-07-30
36+
## simpleCache [0.2.0] -- 2017-07-30
3137

3238
- support for batchjobs parallel processing
3339
- docs, prep for submission to CRAN
3440

35-
## [0.0.1]
41+
## simpleCache [0.0.1]
3642

3743
- long-term stable version

0 commit comments

Comments
 (0)