Skip to content

Commit 7c42ab6

Browse files
authored
Merge pull request #28 from stitam/release
Final edits before v0.5.5
2 parents f92a15c + 0831157 commit 7c42ab6

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

‎DESCRIPTION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: Suite of tools for managing cached files, targeting
66
Provides utilities to manage cache directories, including targeting
77
files by path or by key; cached directories can be compressed and
88
uncompressed easily to save disk space.
9-
Version: 0.5.4
9+
Version: 0.5.5
1010
Authors@R: c(person("Scott", "Chamberlain", role = "aut",
1111
comment = c(ORCID="0000-0003-2542-2202")),
1212
person("Tamás", "Stirling", role = c("ctb", "cre"),

‎NEWS.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
hoardr 0.5.5
2+
============
3+
4+
### BUG FIXES
5+
6+
* Some tests began to fail on MS Windows, probably because of mixed slash
7+
directions. Slash directions are now normalised (#26).
8+
9+
110
hoardr 0.5.4
211
============
312

@@ -6,6 +15,7 @@ hoardr 0.5.4
615
* `testthat::test_check()` failed when full path for cache dir was `tempdir()`.
716
Replaced `tempdir()` with a full path that works (#23).
817

18+
919
hoardr 0.5.3
1020
============
1121

‎codemeta.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
17+
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -125,7 +125,7 @@
125125
"applicationCategory": "Data",
126126
"isPartOf": "https://ropensci.org",
127127
"keywords": ["caching", "data", "files", "xml", "pdf", "r", "rstats", "r-package"],
128-
"fileSize": "32.029KB",
128+
"fileSize": "32.514KB",
129129
"releaseNotes": "https://github.com/ropensci/hoardr/blob/master/NEWS.md",
130130
"readme": "https://github.com/ropensci/hoardr/blob/master/README.md",
131131
"contIntegration": ["https://github.com/ropensci/hoardr/actions?query=workflow%3AR-check", "https://app.codecov.io/github/ropensci/hoardr?branch=master"],

‎cran-comments.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# hoardr 0.5.5
2+
3+
This patch release was submitted in response to a notification from the CRAN
4+
team regarding a test failure which emerged recently.
5+
16
# hoardr 0.5.4
27

38
This patch release was submitted in response to a notification from the CRAN

0 commit comments

Comments
 (0)