diff options
author | markd <markd> | 2008-10-13 11:27:50 +0000 |
---|---|---|
committer | markd <markd> | 2008-10-13 11:27:50 +0000 |
commit | 87e53c7fc1c9ef8de9bdacaba322f0fb11d361a4 (patch) | |
tree | 830aae7eb96520f6cd16e346b56b6209a6c6033c /math/R-R2HTML | |
parent | b5140c3282d84187a60fbef3ababd8bbb96abec6 (diff) | |
download | pkgsrc-87e53c7fc1c9ef8de9bdacaba322f0fb11d361a4.tar.gz |
Update R-R2HTML to 1.59
# 2008-05-23 - Version 1.59
- Corrected call of unexported function from
Sweave.R (utils package) in RweaveHTMLWritedoc.
- Corrected explicit call of S3Method print from
package xtable.
- Corrected explicit call of S3Method from package
nnet.
- Corrected explicit call of isInitialized from
nlme package.
- Corrected explicit call of volume from
cluster package.
- Corrected explicit calls of imp.moments
from boot package.
- Corrected explicit calls of splineOrder and
splineKnots from splines package.
- Corrected explicit call of date.ddmmmyy from
survival package.
- Fixed rpart HTML S3 method to include tree.depth
function defined internally, as rpart package is not
exporting it anymore.
- Fixed .HTML.file warning of no visible bindings
in almost every function of the package.
- Fixed bug in HTML.data.frame outputing invalid
code (missing opening <tr>) when row.names was
set to FALSE. As patch submited by Michael Irskens and
also reported by Rik Schoemaker.
- Fixed bug in HTML.matrix, opening of <tbody>
wasn't being carried. Pending the fixing of
excess of </tr>'s.
- Fixed miscelaneous bugs in CSS files.
# 2006-09-28 - Version 1.58
- Fixed bug in HTMLcore.R (unintended \ interpolation)
- Fixed bug in HTMLfi() call inside HTML.summary.lm,
which made R CMD check fail on Windows.
- Uniformization of capitalization of HTML tags
(to lowercase), in conformity with the
XHTML 1.0 standard.
- Updated HTML.data.frame to include row.names
option, as contributed by Tobias Verbeke on
2006-05-27.
# 2006-07-04 - Version 1.57
- Added the HTML2clip wrapper, suggested by Gabor
Gronthendieck.
- Miscelaneous fixes to documentation (contributed
by Tobias Verbeke)
- Cleaning up of man directory of spurious files as
suggested by Kurt Honik
Diffstat (limited to 'math/R-R2HTML')
-rw-r--r-- | math/R-R2HTML/Makefile | 7 | ||||
-rw-r--r-- | math/R-R2HTML/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/R-R2HTML/Makefile b/math/R-R2HTML/Makefile index 1380939424e..0ef9e741411 100644 --- a/math/R-R2HTML/Makefile +++ b/math/R-R2HTML/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2007/02/22 19:26:45 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/13 11:27:50 markd Exp $ # -PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/R2HTML.html +HOMEPAGE= ${R_HOMEPAGE_BASE}/R2HTML/ COMMENT= Includes HTML function and methods to write in an HTML output R_PKGNAME= R2HTML -R_PKGVER= 1.53 +R_PKGVER= 1.59 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-R2HTML/distinfo b/math/R-R2HTML/distinfo index cb8ae6650f8..8b9cd7b455d 100644 --- a/math/R-R2HTML/distinfo +++ b/math/R-R2HTML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:09:11 rillig Exp $ +$NetBSD: distinfo,v 1.2 2008/10/13 11:27:50 markd 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 +SHA1 (R/R2HTML_1.59.tar.gz) = e9828ab30ede357dfd79d244cbe64607935684ea +RMD160 (R/R2HTML_1.59.tar.gz) = bc2fdf7f96e513e4ebfaf2c80ab5566ccd6bbe6e +Size (R/R2HTML_1.59.tar.gz) = 316454 bytes |