pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-tidyr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Sep 22 23:37:05 UTC 2024

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

Log Message:
(math/R-tidyr) Updated 1.3.0 to 1.3.1, make test does not pass yet (font tex-ec issue)

# tidyr 1.3.1

* `pivot_wider` now uses `.by` and `|>` syntax for the dplyr helper message to
  identify duplicates (@boshek, #1516)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-tidyr/Makefile \
    pkgsrc/math/R-tidyr/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-tidyr/Makefile
diff -u pkgsrc/math/R-tidyr/Makefile:1.8 pkgsrc/math/R-tidyr/Makefile:1.9
--- pkgsrc/math/R-tidyr/Makefile:1.8    Mon Jul  3 12:44:50 2023
+++ pkgsrc/math/R-tidyr/Makefile        Sun Sep 22 23:37:05 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/07/03 12:44:50 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/09/22 23:37:05 mef Exp $
 
 R_PKGNAME=     tidyr
-R_PKGVER=      1.3.0
+R_PKGVER=      1.3.1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Easily tidy data with 'spread()' and 'gather()' functions
@@ -27,12 +27,16 @@ TEST_DEPENDS+=      R-data.table-[0-9]*:../..
 TEST_DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite
 TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 TEST_DEPENDS+= R-readr-[0-9]*:../../textproc/R-readr
+TEST_DEPENDS+= R-repurrrsive-[0-9]*:../../math/R-repurrrsive
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
 TEST_DEPENDS+= R-purrr-[0-9]*:../../devel/R-purrr
 TEST_DEPENDS+= R-tidyselect-[0-9]*:../../devel/R-tidyselect
 
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/math/R-tidyr/distinfo
diff -u pkgsrc/math/R-tidyr/distinfo:1.8 pkgsrc/math/R-tidyr/distinfo:1.9
--- pkgsrc/math/R-tidyr/distinfo:1.8    Wed Jun  7 12:05:50 2023
+++ pkgsrc/math/R-tidyr/distinfo        Sun Sep 22 23:37:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/06/07 12:05:50 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/09/22 23:37:05 mef Exp $
 
-BLAKE2s (R/tidyr_1.3.0.tar.gz) = ebf74a30ef01f776cf6ef3dce302231408d66d42f8f27a99b525564159c35e73
-SHA512 (R/tidyr_1.3.0.tar.gz) = 3a46dab708f4c02ed254a20a465db39763b45f113d556563b71e5ff5124ff5a40a30968b38b97d6b28d36d33ea8f0aa176773ad3dbb0d35d23356ccaaaf1a20f
-Size (R/tidyr_1.3.0.tar.gz) = 823546 bytes
+BLAKE2s (R/tidyr_1.3.1.tar.gz) = 10bc5cb08fa520da1d6d40022c4801f3df4899ab26a072d7048082e235913d50
+SHA512 (R/tidyr_1.3.1.tar.gz) = a5f57a7c93cf603c02b3e922c9944be48fd812e46e425c66aebf5704e689f949105c0c98e9c0d882f290f0ac29641d67e04e61741bf2716c2e139853c326b7f2
+Size (R/tidyr_1.3.1.tar.gz) = 809058 bytes



Home | Main Index | Thread Index | Old Index