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:
parent
2b0a62bda1
commit
7ecba06fd5
4 changed files with 32 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
21
textproc/R-cran-htmlTable/Makefile
Normal file
21
textproc/R-cran-htmlTable/Makefile
Normal 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>
|
||||
3
textproc/R-cran-htmlTable/distinfo
Normal file
3
textproc/R-cran-htmlTable/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1651941285
|
||||
SHA256 (htmlTable_2.4.0.tar.gz) = 4ca2b5616d77cfeee8ae5ca74307b86407d478b12d1ce17ba9c447e233b89a9d
|
||||
SIZE (htmlTable_2.4.0.tar.gz) = 438209
|
||||
7
textproc/R-cran-htmlTable/pkg-descr
Normal file
7
textproc/R-cran-htmlTable/pkg-descr
Normal 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue