Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2012 20:28:10 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306762 - in head/textproc: . R-cran-R2HTML
Message-ID:  <201210312028.q9VKSAwT024323@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Oct 31 20:28:09 2012
New Revision: 306762
URL: http://svn.freebsd.org/changeset/ports/306762

Log:
  Adding R2HTML, a package to write HTML files from R, used by RKWArd.
  
  Feature safe:	yes

Added:
  head/textproc/R-cran-R2HTML/
  head/textproc/R-cran-R2HTML/Makefile   (contents, props changed)
  head/textproc/R-cran-R2HTML/distinfo   (contents, props changed)
  head/textproc/R-cran-R2HTML/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Oct 31 20:27:30 2012	(r306761)
+++ head/textproc/Makefile	Wed Oct 31 20:28:09 2012	(r306762)
@@ -4,6 +4,7 @@
     COMMENT = Text processing utilities (does not include desktop publishing)
 
     SUBDIR += 2bsd-diff
+    SUBDIR += R-cran-R2HTML
     SUBDIR += R-cran-XML
     SUBDIR += R-cran-stringr
     SUBDIR += R-cran-xtable

Added: head/textproc/R-cran-R2HTML/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-R2HTML/Makefile	Wed Oct 31 20:28:09 2012	(r306762)
@@ -0,0 +1,17 @@
+# Created by: Thierry Thomas <thierry@pompo.net>
+# $FreeBSD$
+
+PORTNAME=	R2HTML
+PORTVERSION=	2.2
+CATEGORIES=	textproc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	thierry@FreeBSD.org
+COMMENT=	HTML exportation for R objects
+
+LICENSE=	GPLv2
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/R-cran-R2HTML/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-R2HTML/distinfo	Wed Oct 31 20:28:09 2012	(r306762)
@@ -0,0 +1,2 @@
+SHA256 (R2HTML_2.2.tar.gz) = 28896f757acb1622f03ab8ec07166859a2415deaa461d4d934019c01fdcfc519
+SIZE (R2HTML_2.2.tar.gz) = 320085

Added: head/textproc/R-cran-R2HTML/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/R-cran-R2HTML/pkg-descr	Wed Oct 31 20:28:09 2012	(r306762)
@@ -0,0 +1,10 @@
+This package includes HTML function and methods to write in an HTML file. Thus,
+making HTML reports is easy. Includes a function that allows redirection on the
+fly, which appears to be very usefull for teaching purpose, as the student can
+keep a copy of the produced output to keep all that he did during the course.
+Package comes with a vignette describing how to write HTML reports for
+statistical analysis. Finally, a driver for Sweave allows to parse HTML flat
+files containing R code and to automatically write the corresponding outputs
+(tables and graphs).
+
+WWW:	http://cran.r-project.org/web/packages/R2HTML/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210312028.q9VKSAwT024323>