- 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:
TAKATSU Tomonari 2013-05-14 21:34:42 +00:00
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

View file

@ -5,6 +5,7 @@
SUBDIR += R-cran-RJSONIO
SUBDIR += R-cran-rjson
SUBDIR += R-cran-xtable
SUBDIR += aish
SUBDIR += ascii2binary
SUBDIR += asr10

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (xtable_1.7-1.tar.gz) = 241612679ef52cae08090ced5a8c2fdf0a0b58cd034da5a29b88e4bf21606ea2
SIZE (xtable_1.7-1.tar.gz) = 334687

View 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/