Skip to content

Commit

Permalink
(devel/R-memoise) Updated 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
# memoise 2.0.1

# Version 2.0.0.9000

* Winston Chang is now the maintainer.

* The default value for the `hash` argument of `memoise()` is now
  taken with an indirection in case `memoise()` is called at the
  top-level of a namespace (r-lib/rlang#1177).

* Fixed a bug in `has_cache()` that caused it to get the value unnecessarily. (#123)
  • Loading branch information
mef committed Dec 17, 2022
1 parent ab76ba2 commit 69899b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-memoise/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2021/05/31 22:43:04 mef Exp $
# $NetBSD: Makefile,v 1.6 2022/12/17 15:26:16 mef Exp $

R_PKGNAME= memoise
R_PKGVER= 2.0.0
R_PKGVER= 2.0.1
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions devel/R-memoise/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 10:14:05 nia Exp $
$NetBSD: distinfo,v 1.5 2022/12/17 15:26:16 mef Exp $

BLAKE2s (R/memoise_2.0.0.tar.gz) = 81885b82610fa29b73b2623cafdf3f4f4ba9d6a37eab91b5a37221a628648cac
SHA512 (R/memoise_2.0.0.tar.gz) = fb1a961131d6621ad7bcf8db6f5488ee44ebf903aa36502f7587d752213d310bea6a4d5cc4db0761661f95d3509fe65c183168df9265ac7aa839051c0e984f48
Size (R/memoise_2.0.0.tar.gz) = 17337 bytes
BLAKE2s (R/memoise_2.0.1.tar.gz) = 800aeace27760481918da25f372dff45357e3487d9e243ab5c117f35e53a7534
SHA512 (R/memoise_2.0.1.tar.gz) = e2565495917335cbddf8fd794e91ae1451181bab5f2daa2e8ed797461e647ecfbacc5e57bd06b274b2f6b563036895b18892898704dbc9e0966721b34584cd9b
Size (R/memoise_2.0.1.tar.gz) = 17852 bytes

0 comments on commit 69899b2

Please sign in to comment.