pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-sets



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun  8 16:01:40 UTC 2023

Modified Files:
        pkgsrc/math/R-sets: Makefile distinfo

Log Message:
(math/R-sets) Updated 1.0.18 to 1.0.24

(R CMD Rdconv -t txt  /tmp/math/R-sets/work/sets/inst/NEWS.Rd | head -40 )
News for Package 'sets'

Changes in version 1.0-24:

        * add missing methods in NAMESPACE

Changes in version 1.0-23:

        * Fix formals mismatch in .as.list.gset()

Changes in version 1.0-22:

        * Add ORCID IDs

Changes in version 1.0-21:

        * Vectorize all [cg]set predicates and check for correct
          arguments

        * add 'as.vector()' methods for [cg]sets

        * rename element class to gset_element to avoid name clash with
          ggplot

Changes in version 1.0-20:

        * Some small fixes in interval code

        * '[gc]set_complement(a, b)' now use the union of the universes
          of 'a' and 'b', and the max. bound of 'a' and 'b' if no
          global defaults are specified.

Changes in version 1.0-19:

        * no user-level changes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-sets/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-sets/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-sets/Makefile
diff -u pkgsrc/math/R-sets/Makefile:1.1 pkgsrc/math/R-sets/Makefile:1.2
--- pkgsrc/math/R-sets/Makefile:1.1     Sat Aug 28 06:26:31 2021
+++ pkgsrc/math/R-sets/Makefile Thu Jun  8 16:01:40 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/08/28 06:26:31 mef Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/08 16:01:40 mef Exp $
 
 R_PKGNAME=     sets
-R_PKGVER=      1.0-18
+R_PKGVER=      1.0-24
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Sets, Generalized Sets, Customizable Sets and Intervals

Index: pkgsrc/math/R-sets/distinfo
diff -u pkgsrc/math/R-sets/distinfo:1.3 pkgsrc/math/R-sets/distinfo:1.4
--- pkgsrc/math/R-sets/distinfo:1.3     Tue Oct 26 10:55:32 2021
+++ pkgsrc/math/R-sets/distinfo Thu Jun  8 16:01:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:55:32 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/06/08 16:01:40 mef Exp $
 
-BLAKE2s (R/sets_1.0-18.tar.gz) = 9430833a876ef081a4b3958cfbb380adf2105d89f1c99eb695e2d297e8491bdc
-SHA512 (R/sets_1.0-18.tar.gz) = 4569baf26a8a999544cd3bf10b598ba242ca34730c7b07919645650cf12212e87d7f687e594ec89426ea25a55b8800a7c27a9550037df54d5b571072579b3498
-Size (R/sets_1.0-18.tar.gz) = 422583 bytes
+BLAKE2s (R/sets_1.0-24.tar.gz) = 3b48ffe7914293d85fc6b144d0a686c7df79a864f36b8b2e09a3e2d2ee2bc009
+SHA512 (R/sets_1.0-24.tar.gz) = 39c8b78daa06ff6d01b30d3f6fb776982a01118e6191c83b8ef864084bdc9bb774a5bd2771a1425a36f97782f72ed3001fe759141378c81029ecd2df078bc585
+Size (R/sets_1.0-24.tar.gz) = 275195 bytes



Home | Main Index | Thread Index | Old Index