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:   mef
Date:           Sat Feb 15 23:54:07 UTC 2025

Modified Files:
        pkgsrc/devel/R-R6: Makefile distinfo

Log Message:
(devel/R-R6) Updated 2.5.1 to 2.6.1

R6 2.6.1
========
* Closed #298: In `.DollarNames.R6()`, avoid use of
  `NextMethod()`. This is to work around a compatibility issue with
  RStudio IDE. (#299)

R6 2.6.0
========
* R6 methods no longer recommends `initialize` or `.__enclos_env__` in
  autocomplete.

* The deprecated `lock` parameter has been removed.

* `R6Class()` now prints a message when a `finalize` method is public
  instead of private.

* When a superclass is not cloneable, then subclasses cannot be
  cloneable (@IndrajeetPatil, #247).

* Fixed #253: Errors could occur when deep cloning if a member object
  was an environment with a class that had a `$` method. Deep cloning
  now uses `get0()` instead of `$`. R6 now requires R >=
  3.2. (@zeehio, #274)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-R6/Makefile \
    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.7 pkgsrc/devel/R-R6/Makefile:1.8
--- pkgsrc/devel/R-R6/Makefile:1.7      Sat May 28 23:45:45 2022
+++ pkgsrc/devel/R-R6/Makefile  Sat Feb 15 23:54:07 2025
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2022/05/28 23:45:45 wen Exp $
+# $NetBSD: Makefile,v 1.8 2025/02/15 23:54:07 mef Exp $
 
 R_PKGNAME=     R6
-R_PKGVER=      2.5.1
+R_PKGVER=      2.6.1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Encapsulated classes with reference semantics
 LICENSE=       mit
 
+# Package suggested but not available: 'lobstr'
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-R6/distinfo
diff -u pkgsrc/devel/R-R6/distinfo:1.7 pkgsrc/devel/R-R6/distinfo:1.8
--- pkgsrc/devel/R-R6/distinfo:1.7      Sat May 28 23:45:45 2022
+++ pkgsrc/devel/R-R6/distinfo  Sat Feb 15 23:54:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/05/28 23:45:45 wen Exp $
+$NetBSD: distinfo,v 1.8 2025/02/15 23:54:07 mef Exp $
 
-BLAKE2s (R/R6_2.5.1.tar.gz) = cc23c5605b9353f902fd9b8429d3fa44da9572e25b885e377926c44c122e81ea
-SHA512 (R/R6_2.5.1.tar.gz) = e479714066a1f37d39e7fec824492233b25086941678921d153fb3ab5fe8ec2ce0bf774eb491435e8d2da660daded0a97648672327d7a46af4dee0eb57d44d48
-Size (R/R6_2.5.1.tar.gz) = 63422 bytes
+BLAKE2s (R/R6_2.6.1.tar.gz) = 12ad354cc6cef840def9e224fec066acd98eb88cba6571272522e773e032e208
+SHA512 (R/R6_2.6.1.tar.gz) = f3d66ec2bae1c4e12eaf209842a47848c57e9ea24c1f677065774722c690a5d51d6fb5a595b33cf7657d4a6f512e72d0226ba45cb804ab533a5321601991071b
+Size (R/R6_2.6.1.tar.gz) = 64507 bytes



Home | Main Index | Thread Index | Old Index