pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-htmlTable
Module Name: pkgsrc
Committed By: mef
Date: Thu Jan 2 12:55:27 UTC 2025
Modified Files:
pkgsrc/textproc/R-htmlTable: Makefile distinfo
Log Message:
(textproc/R-htmlTable) Updated 2.2.1 to 2.4.3, make test passed
## Changes for 2.4.3
- Minor test improvement (PR #89)
## Changes for 2.4.2
- Updated JQuery dependency in interactiveTable to 3.7.1
- Dropped reshape in favor of pivot_wider (issue #88)
## Changes for 2.4.1
- Updated JQuery dependency in interactiveTable (issue #85)
## Changes for 2.4.0
- The `txtRound.data.frame` converted all data to a matrix before rounding all elements. Changed
to only convert numeric variables and also added tidy-select syntax. The function now returns
the entire input `data.frame` with rounded elements as requested.
- The `txtMergeLines` now returns an `knitr::asis_output` if html mode is activated. Fixed also
multiline strings conversion into latex/html format.
- Added vignette for the text formatting functions.
## Changes for 2.3.0
- Added `rnames_unique` parameter to `tidyHtmlTable` so that rows can have non-unique names
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/R-htmlTable/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/R-htmlTable/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-htmlTable/Makefile
diff -u pkgsrc/textproc/R-htmlTable/Makefile:1.3 pkgsrc/textproc/R-htmlTable/Makefile:1.4
--- pkgsrc/textproc/R-htmlTable/Makefile:1.3 Wed Sep 8 11:15:48 2021
+++ pkgsrc/textproc/R-htmlTable/Makefile Thu Jan 2 12:55:27 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/09/08 11:15:48 mef Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/02 12:55:27 mef Exp $
R_PKGNAME= htmlTable
-R_PKGVER= 2.2.1
+R_PKGVER= 2.4.3
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -27,6 +27,13 @@ TEST_DEPENDS+= R-tibble-[0-9]*:../../mat
TEST_DEPENDS+= R-tidyselect-[0-9]*:../../devel/R-tidyselect
TEST_DEPENDS+= R-tidyr-[0-9]*:../../math/R-tidyr
TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
+TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= # none
Index: pkgsrc/textproc/R-htmlTable/distinfo
diff -u pkgsrc/textproc/R-htmlTable/distinfo:1.4 pkgsrc/textproc/R-htmlTable/distinfo:1.5
--- pkgsrc/textproc/R-htmlTable/distinfo:1.4 Tue Oct 26 11:21:31 2021
+++ pkgsrc/textproc/R-htmlTable/distinfo Thu Jan 2 12:55:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:21:31 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/01/02 12:55:27 mef Exp $
-BLAKE2s (R/htmlTable_2.2.1.tar.gz) = 375017c7072914db74f7f1ff85ce531d2a3eec1b04f8146f1f5100a1273a53cd
-SHA512 (R/htmlTable_2.2.1.tar.gz) = 4b03ebf23a064554a009a34c7b2ab2a004977f5ce4522318ebb7f2c57c539ce56d543cb762d3641cfd518326b715157638efcb6ac4000d9bbcc3e7ebb67b91c6
-Size (R/htmlTable_2.2.1.tar.gz) = 422456 bytes
+BLAKE2s (R/htmlTable_2.4.3.tar.gz) = 9b95d6bfda3ba40731c900cb9f744e330a6f86bc01ea351aaf7de2c3c2cb94f2
+SHA512 (R/htmlTable_2.4.3.tar.gz) = 3174b14db267b0f3a1f17cd2de4139a2250c1d862b83ed522b8c1838bdb20c399194f6f2c52bec70ff230ca865fde0c23453f7d3a4a884903c116a27ddbf5a5b
+Size (R/htmlTable_2.4.3.tar.gz) = 432827 bytes
Home |
Main Index |
Thread Index |
Old Index