pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-gdata



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 17 12:03:36 UTC 2023

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

Log Message:
(math/R-gdata) Updated 2.18.0 to 2.19.0, make test passed

Changes in 2.19.0 (2023-05-06)
------------------------------

New functions:

- Added update.data.frame() to replace rows of a data frame.

New features:

- Added argument 'add.col.nums' to left() and right().

Other changes:

- Improved ll() so it handles S4 objects. Also accepts unit="GB" (contributed by
  Michael Chirico) and unit="B", now case-insensitive.

- Improved right() so it returns the rightmost columns of a matrix or data
  frame.

- Renamed first two arguments of startsWith() to 'x' and 'prefix'.

- Removed elem() - was deprecated in gregmisc/gdata 2.0.3 (2005-02-25).

- Excel file support is now deprecated, to be removed in the near future. At the
  user level, the functions installXLSXsupport(), read.xls(), sheetCount(),
  sheetNames(), xls2csv(), xls2sep(), xls2tab(), xls2tsv(), and xlsFormats() now
  raise a warning about the functionality being deprecated. Excel file support
  was first introduced in gregmisc/gdata 1.11.0 back in 2004, but today we have
  packages such as openxlsx, readxl, XLConnect, and xlsx offering dedicated
  Excel file support with more features. When Excel file support will be removed
  from the gdata package, it will result in lighter package maintenance and no
  more Perl warnings on the user side.

- Package maintainer is Arni Magnusson.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/R-gdata/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-gdata/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-gdata/Makefile
diff -u pkgsrc/math/R-gdata/Makefile:1.18 pkgsrc/math/R-gdata/Makefile:1.19
--- pkgsrc/math/R-gdata/Makefile:1.18   Tue Jun 28 11:34:36 2022
+++ pkgsrc/math/R-gdata/Makefile        Sat Jun 17 12:03:36 2023
@@ -1,15 +1,25 @@
-# $NetBSD: Makefile,v 1.18 2022/06/28 11:34:36 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/06/17 12:03:36 mef Exp $
 
 R_PKGNAME=     gdata
-R_PKGVER=      2.18.0
-PKGREVISION=   4
-CATEGORIES=    math
+R_PKGVER=      2.19.0
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Various R programming tools for data manipulation
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      R-gtools>=3.5.0:../../math/R-gtools
+DEPENDS+=      R-RUnit-[0-9]*:../../devel/R-RUnit
+
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-ae-[0-9]*:../../fonts/tex-ae
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-epstopdf-pkg-[0-9]*:../../print/tex-epstopdf-pkg
+TEST_DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr
+TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_TOOLS+=    perl:run
 REPLACE_PERL+= inst/bin/*.bat inst/perl/*.pl

Index: pkgsrc/math/R-gdata/distinfo
diff -u pkgsrc/math/R-gdata/distinfo:1.8 pkgsrc/math/R-gdata/distinfo:1.9
--- pkgsrc/math/R-gdata/distinfo:1.8    Tue Oct 26 10:55:27 2021
+++ pkgsrc/math/R-gdata/distinfo        Sat Jun 17 12:03:36 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:55:27 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/06/17 12:03:36 mef Exp $
 
-BLAKE2s (R/gdata_2.18.0.tar.gz) = 832dd1512e7aeaac0be03e373ee02cecae9de9bacbf3cccca51f01e30bc18d5c
-SHA512 (R/gdata_2.18.0.tar.gz) = 609a412970d46bed0d12191b1015fac96b48244cb9fb35506be07ae0544583566669c0e233a52f418dafdfc787a92cfbbf6554cb336af06c257b3bb6058e4fd5
-Size (R/gdata_2.18.0.tar.gz) = 1058430 bytes
+BLAKE2s (R/gdata_2.19.0.tar.gz) = 3a7718398e1f59a2ea1397dc4a2e20c9ebb54617fdba5fc2c89ed40a09c0421e
+SHA512 (R/gdata_2.19.0.tar.gz) = 62f1a0cf8d03d318bb0a1f0183d1bf1e463659f2b9cdd30b8603505760daff80d2f2712af5d49fc6e8bb24f79bb56a39bb3cea1c7b6340d49efba4f3dc5e43d9
+Size (R/gdata_2.19.0.tar.gz) = 1435207 bytes



Home | Main Index | Thread Index | Old Index