summaryrefslogtreecommitdiff
path: root/devel/R-R6
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-12-21 06:25:09 +0000
committerwen <wen@pkgsrc.org>2018-12-21 06:25:09 +0000
commit50d881156a2eaa086bc352fafaf7e21d1bc4aebd (patch)
tree0873ac3b72afcce296b61eb7cf65d8197d4aceb7 /devel/R-R6
parent9aa10593e67fcf165ec066c7244215acc4bff914 (diff)
downloadpkgsrc-50d881156a2eaa086bc352fafaf7e21d1bc4aebd.tar.gz
Update to 2.3.0
Upstream changes: R6 2.3.0 Vignettes are no longer included as part of the source package because of their large size. Documentation is now at https://r6.r-lib.org/. Fixed #125: The print.R6 method now always returns the object that was passed to it. Fixed #155: In some cases, a cloned object’s methods could refer to the wrong super object. (#156) Fixed #94, #133: When cloning an object which contained a function that is not a method, the corresponding function in the new object would have its environment changed, as though it were a method. Now it no longer has a changed environment. (#156) Fixed #121: If a finalize method was present, it would prevent objects passed to initialize from getting GC’d. Fixed #158: If a $set method of an R6 generator object is given the value NULL, it previously removed the named item. Now it adds the named item with the value NULL. Fixed #159: Printing an R6 object containing a large vector was slow.
Diffstat (limited to 'devel/R-R6')
-rw-r--r--devel/R-R6/Makefile4
-rw-r--r--devel/R-R6/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/R-R6/Makefile b/devel/R-R6/Makefile
index b95a50bc376..1d4ea2247af 100644
--- a/devel/R-R6/Makefile
+++ b/devel/R-R6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:42 brook Exp $
+# $NetBSD: Makefile,v 1.3 2018/12/21 06:25:09 wen Exp $
CATEGORIES= devel
@@ -8,7 +8,7 @@ COMMENT= Classes with reference semantics
LICENSE= mit
R_PKGNAME= R6
-R_PKGVER= 2.2.2
+R_PKGVER= 2.3.0
USE_LANGUAGES= # none
diff --git a/devel/R-R6/distinfo b/devel/R-R6/distinfo
index add8fff89b7..d9ded6b37f8 100644
--- a/devel/R-R6/distinfo
+++ b/devel/R-R6/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/03/10 01:21:00 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/12/21 06:25:09 wen Exp $
-SHA1 (R/R6_2.2.2.tar.gz) = 79a34be63e9cf52844a2a9277967d7c31af6d51d
-RMD160 (R/R6_2.2.2.tar.gz) = 4a10794ba79c2ea27a7f7e4291ec4d4d8f95768d
-SHA512 (R/R6_2.2.2.tar.gz) = 52a026de258e8e9467e7a9c63020bdfb52d5e034ebcc413ec9f346023f7d0168b7df480b37a26bb7fbdb2eb046b6b82533b94c5d8195a682d58ce89a992217f5
-Size (R/R6_2.2.2.tar.gz) = 322959 bytes
+SHA1 (R/R6_2.3.0.tar.gz) = 43b4c18c2a1cfdf1188056a085d6d71db160dc3a
+RMD160 (R/R6_2.3.0.tar.gz) = 6018b794e1319a0c1d59c659b990193a62de5b09
+SHA512 (R/R6_2.3.0.tar.gz) = 47aef4bbb80b43f0f4836d51211aa861208d58e5ad63c96ead7f47a34566bf61f86b97849e77f3ffe4153aa9eff3553d9e309a797987d833c6eba54c365adb8d
+Size (R/R6_2.3.0.tar.gz) = 30968 bytes