pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-R6
Module Name: pkgsrc
Committed By: wen
Date: Fri Dec 21 06:25:09 UTC 2018
Modified Files:
pkgsrc/devel/R-R6: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-R6/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-R6/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-R6/Makefile
diff -u pkgsrc/devel/R-R6/Makefile:1.2 pkgsrc/devel/R-R6/Makefile:1.3
--- pkgsrc/devel/R-R6/Makefile:1.2 Sat Jul 28 14:40:42 2018
+++ pkgsrc/devel/R-R6/Makefile Fri Dec 21 06:25:09 2018
@@ -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 semantic
LICENSE= mit
R_PKGNAME= R6
-R_PKGVER= 2.2.2
+R_PKGVER= 2.3.0
USE_LANGUAGES= # none
Index: pkgsrc/devel/R-R6/distinfo
diff -u pkgsrc/devel/R-R6/distinfo:1.1 pkgsrc/devel/R-R6/distinfo:1.2
--- pkgsrc/devel/R-R6/distinfo:1.1 Sat Mar 10 01:21:00 2018
+++ pkgsrc/devel/R-R6/distinfo Fri Dec 21 06:25:09 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index