diff options
author | markd <markd@pkgsrc.org> | 2004-06-24 11:09:05 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-06-24 11:09:05 +0000 |
commit | 7e64f2db5619b4bed9301ee738cb25ae31b28e5a (patch) | |
tree | ad340dbd6424accf62416b5db9de61c4b70bfade /math/R | |
parent | 4a2b9587fc19ab350836726e4a1a073736e816b7 (diff) | |
download | pkgsrc-7e64f2db5619b4bed9301ee738cb25ae31b28e5a.tar.gz |
Update R to 1.9.1
CHANGES IN R VERSION 1.9.1
NEW FEATURES
o as.Date() now has a method for "POSIXlt" objects.
o mean() has a method for "difftime" objects and so summary()
works for such objects.
o legend() has a new argument 'pt.cex'.
o plot.ts() has more arguments, particularly 'yax.flip'.
o heatmap() has a new 'keep.dendro' argument.
o The default barplot method now handles vectors and 1-d arrays
(e.g., obtained by table()) the same, and uses grey instead of
heat color palettes in these cases. (Also fixes PR#6776.)
o nls() now looks for variables and functions in its formula in
the environment of the formula before the search path, in the
same way lm() etc look for variables in their formulae.
DEPRECATED & DEFUNCT
o Support for non-IEEE-754 arithmetic (which has been untested
for some time) will be removed in the next full release.
o Direct use of R INSTALL|REMOVE|BATCH|COMPILE|SHLIB is
deprecated: use R CMD instead.
o The gnome/GNOME graphics device is deprecated and will be
removed in the next full release.
Plus Bug Fixes.
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 4 | ||||
-rw-r--r-- | math/R/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 3945353ef98..43aad91d242 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2004/05/18 11:27:29 uebayasi Exp $ +# $NetBSD: Makefile,v 1.55 2004/06/24 11:09:05 markd Exp $ -DISTNAME= R-1.9.0 +DISTNAME= R-1.9.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/} EXTRACT_SUFX= .tgz diff --git a/math/R/distinfo b/math/R/distinfo index b305a9a2c0e..aa1d9bfef85 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2004/05/07 22:47:26 markd Exp $ +$NetBSD: distinfo,v 1.19 2004/06/24 11:09:06 markd Exp $ -SHA1 (R-1.9.0.tgz) = 7b74c59838fb4a4129a21bbcbe1c83eeed7ac4b9 -Size (R-1.9.0.tgz) = 9505598 bytes +SHA1 (R-1.9.1.tgz) = 3423a1810a6a8d838554e49d54d44b05f5647085 +Size (R-1.9.1.tgz) = 9591217 bytes SHA1 (patch-aa) = f435eae9f0a348f5f2e105045015039abf8ac102 SHA1 (patch-ab) = 192044af2d9cd73f19e8324384cab91635e27067 SHA1 (patch-ac) = 42329fa99c63c3823151f7a18e0ec5b6f2f5d6dd |