textproc/R-cran-htmlTable: new port

Tables with state-of-the-art layout elements such as row spanners, column
spanners, table spanners, zebra striping, and more. While allowing advanced
layout, the underlying css-structure is simple in order to maximize
compatibility with common word processors. The package also contains a few text
formatting functions that help outputting text compatible with HTML/LaTeX.

WWW: https://cran.r-project.org/web/packages/htmlTable/
This commit is contained in:
Steven Kreuzer 2022-05-07 16:53:44 +00:00
commit 7ecba06fd5
No known key found for this signature in database
GPG key ID: 66BAB4B6E0D6F907

View file

@ -11,6 +11,7 @@
SUBDIR += R-cran-commonmark
SUBDIR += R-cran-formatR
SUBDIR += R-cran-highr
SUBDIR += R-cran-htmlTable
SUBDIR += R-cran-htmltools
SUBDIR += R-cran-hunspell
SUBDIR += R-cran-markdown

View file

@ -0,0 +1,21 @@
PORTNAME= htmlTable
DISTVERSION= 2.4.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Advanced tables for Markdown/HTML
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-htmlwidgets>0:www/R-cran-htmlwidgets \
R-cran-rstudioapi>0:devel/R-cran-rstudioapi \
R-cran-checkmate>0:devel/R-cran-checkmate
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1651941285
SHA256 (htmlTable_2.4.0.tar.gz) = 4ca2b5616d77cfeee8ae5ca74307b86407d478b12d1ce17ba9c447e233b89a9d
SIZE (htmlTable_2.4.0.tar.gz) = 438209

View file

@ -0,0 +1,7 @@
Tables with state-of-the-art layout elements such as row spanners, column
spanners, table spanners, zebra striping, and more. While allowing advanced
layout, the underlying css-structure is simple in order to maximize
compatibility with common word processors. The package also contains a few text
formatting functions that help outputting text compatible with HTML/LaTeX.
WWW: https://cran.r-project.org/web/packages/htmlTable/