- 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/
This commit is contained in:
parent
815a789b86
commit
622a88ad82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318204
4 changed files with 25 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
SUBDIR += R-cran-RJSONIO
|
||||
SUBDIR += R-cran-rjson
|
||||
SUBDIR += R-cran-xtable
|
||||
SUBDIR += aish
|
||||
SUBDIR += ascii2binary
|
||||
SUBDIR += asr10
|
||||
|
|
18
converters/R-cran-xtable/Makefile
Normal file
18
converters/R-cran-xtable/Makefile
Normal file
|
@ -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>
|
2
converters/R-cran-xtable/distinfo
Normal file
2
converters/R-cran-xtable/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (xtable_1.7-1.tar.gz) = 241612679ef52cae08090ced5a8c2fdf0a0b58cd034da5a29b88e4bf21606ea2
|
||||
SIZE (xtable_1.7-1.tar.gz) = 334687
|
4
converters/R-cran-xtable/pkg-descr
Normal file
4
converters/R-cran-xtable/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue