diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-14 21:34:42 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2013-05-14 21:34:42 +0000 |
commit | 622a88ad826c9512e7cdb48bda3703870e29acc6 (patch) | |
tree | f6ba3814237b4f7f6fdf6d15fd185b995ad1ef88 | |
parent | - Update to 1.3.5. (diff) |
- Add new port: converters/R-cran-xtable
Functions converting an R object to an "xtable" object, which can
then be printed as a LaTeX or HTML table.
WWW: http://cran.r-project.org/web/packages/xtable/
Notes
Notes:
svn path=/head/; revision=318204
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/R-cran-xtable/Makefile | 18 | ||||
-rw-r--r-- | converters/R-cran-xtable/distinfo | 2 | ||||
-rw-r--r-- | converters/R-cran-xtable/pkg-descr | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index d272eb310ba8..564f3e150fd5 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -5,6 +5,7 @@ SUBDIR += R-cran-RJSONIO SUBDIR += R-cran-rjson + SUBDIR += R-cran-xtable SUBDIR += aish SUBDIR += ascii2binary SUBDIR += asr10 diff --git a/converters/R-cran-xtable/Makefile b/converters/R-cran-xtable/Makefile new file mode 100644 index 000000000000..351a987480b8 --- /dev/null +++ b/converters/R-cran-xtable/Makefile @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= xtable +DISTVERSION= 1.7-1 +CATEGORIES= converters +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Export tables to LaTeX or HTML + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/converters/R-cran-xtable/distinfo b/converters/R-cran-xtable/distinfo new file mode 100644 index 000000000000..5e7889143ca8 --- /dev/null +++ b/converters/R-cran-xtable/distinfo @@ -0,0 +1,2 @@ +SHA256 (xtable_1.7-1.tar.gz) = 241612679ef52cae08090ced5a8c2fdf0a0b58cd034da5a29b88e4bf21606ea2 +SIZE (xtable_1.7-1.tar.gz) = 334687 diff --git a/converters/R-cran-xtable/pkg-descr b/converters/R-cran-xtable/pkg-descr new file mode 100644 index 000000000000..f1e082505a24 --- /dev/null +++ b/converters/R-cran-xtable/pkg-descr @@ -0,0 +1,4 @@ +Functions converting an R object to an "xtable" object, which can +then be printed as a LaTeX or HTML table. + +WWW: http://cran.r-project.org/web/packages/xtable/ |