Skip to content

Commit

Permalink
Update to 2.3.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wen committed Dec 21, 2018
1 parent e84ad3b commit 586e35b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/R-R6/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions devel/R-R6/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 586e35b

Please sign in to comment.