pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-readr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 17 14:14:38 UTC 2023

Modified Files:
        pkgsrc/textproc/R-readr: Makefile distinfo

Log Message:
(textproc/R-readr) Updated 2.1.2 to 2.1.4

# readr 2.1.4

* No user-facing changes. Patch release with internal changes
  requested by CRAN.

# readr 2.1.3

* Help files below `man/` have been re-generated, so that they give
  rise to valid HTML5. (This is the impetus for this release, to keep
  the package safely on CRAN.)

* `mini-gapminder-africa.csv` and friends are new example datasets
  accessible via `readr_example()`, which have been added to
  illustrate reading multiple files at once, into a single data frame.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/R-readr/Makefile \
    pkgsrc/textproc/R-readr/distinfo

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

Modified files:

Index: pkgsrc/textproc/R-readr/Makefile
diff -u pkgsrc/textproc/R-readr/Makefile:1.6 pkgsrc/textproc/R-readr/Makefile:1.7
--- pkgsrc/textproc/R-readr/Makefile:1.6        Sun May  1 15:52:39 2022
+++ pkgsrc/textproc/R-readr/Makefile    Sat Jun 17 14:14:38 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/05/01 15:52:39 mef Exp $
+# $NetBSD: Makefile,v 1.7 2023/06/17 14:14:38 mef Exp $
 
 R_PKGNAME=     readr
-R_PKGVER=      2.1.2
+R_PKGVER=      2.1.4
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,14 +16,22 @@ DEPENDS+=   R-tibble>=2.1.3:../../math/R-t
 DEPENDS+=      R-hms>=0.4.1:../../time/R-hms
 DEPENDS+=      R-vroom-[0-9]*:../../textproc/R-vroom
 
+TEST_DEPENDS+= R-clipr-[0-9]*:../../devel/R-clipr
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
 TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-vroom-[0-9]*:../../textproc/R-vroom
 TEST_DEPENDS+= R-waldo-[0-9]*:../../devel/R-waldo
 
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_TOOLS+=    gmake
 USE_LANGUAGES= c c++
 
Index: pkgsrc/textproc/R-readr/distinfo
diff -u pkgsrc/textproc/R-readr/distinfo:1.6 pkgsrc/textproc/R-readr/distinfo:1.7
--- pkgsrc/textproc/R-readr/distinfo:1.6        Sun May  1 15:52:39 2022
+++ pkgsrc/textproc/R-readr/distinfo    Sat Jun 17 14:14:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/05/01 15:52:39 mef Exp $
+$NetBSD: distinfo,v 1.7 2023/06/17 14:14:38 mef Exp $
 
-BLAKE2s (R/readr_2.1.2.tar.gz) = 16fb9cffe0a8e39f8cc8d583427cf272568ec5d228f04d41e791d207b5252265
-SHA512 (R/readr_2.1.2.tar.gz) = 449bb104a244448b72fe7d9f4c99e622652bc09a3636dbd1091c12de3971b822e5e10d09918ed97ae346508ef8819640a9a778feaf56f82de5af4300f4bdd021
-Size (R/readr_2.1.2.tar.gz) = 302240 bytes
+BLAKE2s (R/readr_2.1.4.tar.gz) = 20b861abc5a1a50f41b468ff0b239bf5b4141b5c1ba70b0be08ca303ac66882d
+SHA512 (R/readr_2.1.4.tar.gz) = 6652731d6085ad7cfbfade41bf42bf4cf3a9d94d22b207053adc5154f2694084a3d12b4c98fe24b8f58ae022f6cb1ae182aad589e1d5338933c5f25b21be0612
+Size (R/readr_2.1.4.tar.gz) = 298083 bytes



Home | Main Index | Thread Index | Old Index