Skip to content

Commit

Permalink
(textproc/R-htmlTable) Updated 2.2.1 to 2.4.3, make test passed
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
mef committed Jan 2, 2025
1 parent cba938a commit 557321d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions textproc/R-htmlTable/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand All @@ -27,6 +27,13 @@ TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
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

Expand Down
8 changes: 4 additions & 4 deletions textproc/R-htmlTable/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 557321d

Please sign in to comment.