Skip to content

Commit

Permalink
Final edits before v0.5.4 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
stitam authored Jan 23, 2024
1 parent 928ea81 commit f644273
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 94 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: Suite of tools for managing cached files, targeting
Provides utilities to manage cache directories, including targeting
files by path or by key; cached directories can be compressed and
uncompressed easily to save disk space.
Version: 0.5.3
Version: 0.5.4
Authors@R: c(person("Scott", "Chamberlain", role = "aut",
comment = c(ORCID="0000-0003-2542-2202")),
person("Tamás", "Stirling", role = c("ctb", "cre"),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
hoardr 0.5.4
============

### BUG FIXES

* `testthat::test_check()` failed when full path for cache dir was `tempdir()`.
Replaced `tempdir()` with a full path that works (#23).

hoardr 0.5.3
============

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
[![status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![cran checks](https://badges.cranchecks.info/worst/hoardr.svg)](https://badges.cranchecks.info/worst/hoardr.svg)
[![R-check](https://github.com/ropensci/hoardr/workflows/R-check/badge.svg)](https://github.com/ropensci/hoardr/actions?query=workflow%3AR-check)
[![codecov.io](https://codecov.io/github/ropensci/hoardr/coverage.svg?branch=master)](https://codecov.io/github/ropensci/hoardr?branch=master)
[![codecov.io](https://codecov.io/github/ropensci/hoardr/coverage.svg?branch=master)](https://app.codecov.io/github/ropensci/hoardr?branch=master)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/hoardr)](https://cran.r-project.org/package=hoardr)
[![cran version](https://www.r-pkg.org/badges/version/hoardr)](https://cran.r-project.org/package=hoardr)

Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![cran
checks](https://badges.cranchecks.info/worst/hoardr.svg)](https://badges.cranchecks.info/worst/hoardr.svg)
[![R-check](https://github.com/ropensci/hoardr/workflows/R-check/badge.svg)](https://github.com/ropensci/hoardr/actions?query=workflow%3AR-check)
[![codecov.io](https://codecov.io/github/ropensci/hoardr/coverage.svg?branch=master)](https://codecov.io/github/ropensci/hoardr?branch=master)
[![codecov.io](https://codecov.io/github/ropensci/hoardr/coverage.svg?branch=master)](https://app.codecov.io/github/ropensci/hoardr?branch=master)
[![rstudio mirror
downloads](https://cranlogs.r-pkg.org/badges/hoardr)](https://cran.r-project.org/package=hoardr)
[![cran
Expand Down Expand Up @@ -54,7 +54,7 @@ set cache path

``` r
x$cache_path_set("foobar", type = 'tempdir')
#> [1] "/tmp/RtmpQCahl1/R/foobar"
#> [1] "/tmp/Rtmp4oqK58/R/foobar"
```

make the directory if doesn’t exist
Expand All @@ -73,15 +73,15 @@ list the files

``` r
x$list()
#> [1] "/tmp/RtmpQCahl1/R/foobar/foo.txt"
#> [1] "/tmp/Rtmp4oqK58/R/foobar/foo.txt"
```

details

``` r
x$details()
#> <cached files>
#> directory: /tmp/RtmpQCahl1/R/foobar
#> directory: /tmp/Rtmp4oqK58/R/foobar
#>
#> file: /foo.txt
#> size: 0 mb
Expand All @@ -95,10 +95,6 @@ x$list()
#> character(0)
```

## todo

see [issue 1](https://github.com/ropensci/hoardr/issues/1)

## Meta

- Please [report any issues or
Expand Down
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/ropensci/hoardr",
"issueTracker": "https://github.com/ropensci/hoardr/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.5.3",
"version": "0.5.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.2 (2022-10-31)",
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -125,9 +125,9 @@
"applicationCategory": "Data",
"isPartOf": "https://ropensci.org",
"keywords": ["caching", "data", "files", "xml", "pdf", "r", "rstats", "r-package"],
"fileSize": "31.604KB",
"fileSize": "32.029KB",
"releaseNotes": "https://github.com/ropensci/hoardr/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/hoardr/blob/master/README.md",
"contIntegration": ["https://github.com/ropensci/hoardr/actions?query=workflow%3AR-check", "https://codecov.io/github/ropensci/hoardr?branch=master"],
"contIntegration": ["https://github.com/ropensci/hoardr/actions?query=workflow%3AR-check", "https://app.codecov.io/github/ropensci/hoardr?branch=master"],
"developmentStatus": "https://www.repostatus.org/#active"
}
12 changes: 12 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# hoardr 0.5.4

This patch release was submitted in response to a notification from the CRAN
team regarding a test failure which emerged recently.

## revdepcheck results

We checked 11 reverse dependencies (5 from CRAN + 6 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

# hoardr 0.5.3

This patch release was submitted to CRAN because the maintainer of the project
Expand Down
38 changes: 0 additions & 38 deletions revdep/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions revdep/check.R

This file was deleted.

40 changes: 0 additions & 40 deletions revdep/problems.md

This file was deleted.

0 comments on commit f644273

Please sign in to comment.