diff options
author | rillig <rillig> | 2005-11-04 08:09:11 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 08:09:11 +0000 |
commit | 858877204aabe61e4e550ca1cb127bbb87fe31af (patch) | |
tree | 818d92206bbe2926887e3fe8865f445c5e395966 /math | |
parent | 86554e4da3ba2ce7b47410303f4ce98e3e7e3952 (diff) | |
download | pkgsrc-858877204aabe61e4e550ca1cb127bbb87fe31af.tar.gz |
Imported R-R2HTML from pkgsrc-wip.
Includes HTML function and methods to write in an HTML output.
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/she 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).
Diffstat (limited to 'math')
-rw-r--r-- | math/R-R2HTML/DESCR | 9 | ||||
-rw-r--r-- | math/R-R2HTML/Makefile | 15 | ||||
-rw-r--r-- | math/R-R2HTML/PLIST | 1 | ||||
-rw-r--r-- | math/R-R2HTML/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/math/R-R2HTML/DESCR b/math/R-R2HTML/DESCR new file mode 100644 index 00000000000..b0cb9717f6f --- /dev/null +++ b/math/R-R2HTML/DESCR @@ -0,0 +1,9 @@ +Includes HTML function and methods to write in an HTML output. +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/she 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). diff --git a/math/R-R2HTML/Makefile b/math/R-R2HTML/Makefile new file mode 100644 index 00000000000..4374d7904f9 --- /dev/null +++ b/math/R-R2HTML/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:09:11 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/R2HTML.html +COMMENT= Includes HTML function and methods to write in an HTML output + +R_PKGNAME= R2HTML +R_PKGVER= 1.53 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-R2HTML/PLIST b/math/R-R2HTML/PLIST new file mode 100644 index 00000000000..fac85391fc6 --- /dev/null +++ b/math/R-R2HTML/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:09:11 rillig Exp $ diff --git a/math/R-R2HTML/distinfo b/math/R-R2HTML/distinfo new file mode 100644 index 00000000000..cb8ae6650f8 --- /dev/null +++ b/math/R-R2HTML/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:09:11 rillig Exp $ + +SHA1 (R/R2HTML_1.53.tar.gz) = 70815462a999a473983339a14f33367e02634e63 +RMD160 (R/R2HTML_1.53.tar.gz) = 0f6201dcb5a45d0817cb38b5823f78c97adaae60 +Size (R/R2HTML_1.53.tar.gz) = 329097 bytes |