head 1.8; access; symbols pkgsrc-2026Q1:1.8.0.10 pkgsrc-2026Q1-base:1.8 pkgsrc-2025Q4:1.8.0.8 pkgsrc-2025Q4-base:1.8 pkgsrc-2025Q3:1.8.0.6 pkgsrc-2025Q3-base:1.8 pkgsrc-2025Q2:1.8.0.4 pkgsrc-2025Q2-base:1.8 pkgsrc-2025Q1:1.8.0.2 pkgsrc-2025Q1-base:1.8 pkgsrc-2024Q4:1.7.0.22 pkgsrc-2024Q4-base:1.7 pkgsrc-2024Q3:1.7.0.20 pkgsrc-2024Q3-base:1.7 pkgsrc-2024Q2:1.7.0.18 pkgsrc-2024Q2-base:1.7 pkgsrc-2024Q1:1.7.0.16 pkgsrc-2024Q1-base:1.7 pkgsrc-2023Q4:1.7.0.14 pkgsrc-2023Q4-base:1.7 pkgsrc-2023Q3:1.7.0.12 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.10 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.7.0.8 pkgsrc-2023Q1-base:1.7 pkgsrc-2022Q4:1.7.0.6 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.7.0.4 pkgsrc-2022Q3-base:1.7 pkgsrc-2022Q2:1.7.0.2 pkgsrc-2022Q2-base:1.7 pkgsrc-2022Q1:1.6.0.4 pkgsrc-2022Q1-base:1.6 pkgsrc-2021Q4:1.6.0.2 pkgsrc-2021Q4-base:1.6 pkgsrc-2021Q3:1.4.0.10 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.8 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.6 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.4 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.2 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.3.0.8 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.4 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.6 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.2 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.2.0.6 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.4 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.2 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.8 date 2025.02.15.23.54.07; author mef; state Exp; branches; next 1.7; commitid ZW8p43zcHJrWKCJF; 1.7 date 2022.05.28.23.45.45; author wen; state Exp; branches; next 1.6; commitid 1r8UObTxBdcOESFD; 1.6 date 2021.10.26.10.14.01; author nia; state Exp; branches; next 1.5; commitid XMBRkrafc79x2jeD; 1.5 date 2021.10.07.13.38.56; author nia; state Exp; branches; next 1.4; commitid TK9Y8OXA04EYMSbD; 1.4 date 2020.07.31.18.15.23; author brook; state Exp; branches; next 1.3; commitid kfaQCbxM9zlPegiC; 1.3 date 2019.07.31.14.58.13; author brook; state Exp; branches; next 1.2; commitid rn46ZVswbZKEUcxB; 1.2 date 2018.12.21.06.25.09; author wen; state Exp; branches; next 1.1; commitid r20a10UXkcg1dD4B; 1.1 date 2018.03.10.01.21.00; author minskim; state Exp; branches; next ; commitid oWnGTjqGe0WKIQtA; desc @@ 1.8 log @(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) @ text @$NetBSD: distinfo,v 1.7 2022/05/28 23:45:45 wen Exp $ 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 @ 1.7 log @Update to 2.5.1 Upstream changes: R6 2.5.1 Removed unused packages from Suggests section in DESCRIPTION. R6 2.5.0 Resolved #195: Slightly clearer message when there is an error in the initialize() method. Fixed #214: When a non-portable object inheritance was cloned, methods that were inherited (and not overridden) had the wrong environment. (#215, #217) Printing R6 objects, no longer includes .__active__. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.6 2021/10/26 10:14:01 nia Exp $ d3 3 a5 3 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 @ 1.6 log @archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.5 2021/10/07 13:38:56 nia Exp $ d3 3 a5 3 BLAKE2s (R/R6_2.4.1.tar.gz) = 80989458796442d0d90e415d2aeb6ee9cd1d38d87eda49a319522b139f49f1e8 SHA512 (R/R6_2.4.1.tar.gz) = bf165edf15f4fb3a4ad94b80bcf96f255b6889649b40c7f27af10841a55d81d02f8a42707fc08a5bcadfa94d77d67f4617739a75b3e7d99ba57bb9100dde98b0 Size (R/R6_2.4.1.tar.gz) = 35536 bytes @ 1.5 log @devel: Remove SHA1 hashes for distfiles @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.4 2020/07/31 18:15:23 brook Exp $ d3 1 a3 1 RMD160 (R/R6_2.4.1.tar.gz) = a169b91b0a65eb8fa2db92a988e01839f2385592 @ 1.4 log @R-R6: update to 2.4.1. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.3 2019/07/31 14:58:13 brook Exp $ a2 1 SHA1 (R/R6_2.4.1.tar.gz) = be38b1e429d2fc076a60a364b6f1b7be4404c799 @ 1.3 log @R-R6: update to version 2.4.0. Update to the canonical form of an R package. @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 4 SHA1 (R/R6_2.4.0.tar.gz) = 21469ba4e4a891aa0eb1c05378079d08033ee5f8 RMD160 (R/R6_2.4.0.tar.gz) = 9ea40b4aa8154ee3703a5f9053edca36913c89fd SHA512 (R/R6_2.4.0.tar.gz) = a2082f1e3cc1517c89ab257b7cd609042ca5ad58e2e798955a6deb53ff61090ff4d8ee8c2552c57a2914d4d83e76b71ecb081181e4cdda3d336b06c71cadd8e4 Size (R/R6_2.4.0.tar.gz) = 31545 bytes @ 1.2 log @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. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.1 2018/03/10 01:21:00 minskim Exp $ d3 4 a6 4 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 @ 1.1 log @devel/R-R6: Import version 2.2.2 The R6 package allows the creation of classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.1 2018/02/07 20:40:58 minskim Exp $ d3 4 a6 4 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 @