Skip to content

Commit

Permalink
(devel/R-cachem) Updated 1.0.6 to 1.0.8
Browse files Browse the repository at this point in the history
# cachem 1.0.8

* Fixed #38: With a `cache_mem`, `$reset()` did not fully reset the
  cache, and calling calling `$prune()` could result in an
  error. (#39)

# cachem 1.0.7

* `cache_disk()` gains a `read_fn`, `write_fn` and `extension`
  arguments, to allow specifying custom formats for serializing object
  to disk. (@jimhester)
  • Loading branch information
mef committed Jun 11, 2023
1 parent a3006c8 commit 5b77113
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/R-cachem/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.2 2021/11/28 00:49:54 mef Exp $
# $NetBSD: Makefile,v 1.3 2023/06/11 10:37:33 mef Exp $

R_PKGNAME= cachem
R_PKGVER= 1.0.6
R_PKGVER= 1.0.8
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Cache R Objects with Automatic Pruning
LICENSE= mit # + file LICENSE

DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang
DEPENDS+= R-fastmap-[0-9]*:../../devel/R-fastmap
DEPENDS+= R-fastmap>=1.1.1:../../devel/R-fastmap

TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat

Expand Down
8 changes: 4 additions & 4 deletions devel/R-cachem/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/11/28 00:49:54 mef Exp $
$NetBSD: distinfo,v 1.5 2023/06/11 10:37:33 mef Exp $

BLAKE2s (R/cachem_1.0.6.tar.gz) = 9c64e3da8b60c11f21926d00e3b41b644c0af0b184d637bad41d83e001cb33a2
SHA512 (R/cachem_1.0.6.tar.gz) = 79736de4d40119c13dbddd33ddc589da37ddb7a95d611e24b8a3246209b4ebd396590eab645712ea308df744324bcc1d173d06f3567797983cd066618c7fd976
Size (R/cachem_1.0.6.tar.gz) = 25413 bytes
BLAKE2s (R/cachem_1.0.8.tar.gz) = b58ad14e8a60279dbf52be5002183c6b06d9df312066ae29c83f14c3eb8e2ad4
SHA512 (R/cachem_1.0.8.tar.gz) = ac3818bff98e3efd4ab1e94b72be7ff919004b081973d29c5838405e1abf241624fcbeb963103aba33db11b9fde1d8f838659b883c39b9fb8499e0b9f48c328e
Size (R/cachem_1.0.8.tar.gz) = 26510 bytes

0 comments on commit 5b77113

Please sign in to comment.