pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R Update R to 1.9.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9904975ff36
branches: trunk
changeset: 476970:e9904975ff36
user: markd <markd%pkgsrc.org@localhost>
date: Thu Jun 24 11:09:05 2004 +0000
description:
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:
math/R/Makefile | 4 ++--
math/R/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r 46043fb88bde -r e9904975ff36 math/R/Makefile
--- a/math/R/Makefile Thu Jun 24 09:18:28 2004 +0000
+++ b/math/R/Makefile Thu Jun 24 11:09:05 2004 +0000
@@ -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 -r 46043fb88bde -r e9904975ff36 math/R/distinfo
--- a/math/R/distinfo Thu Jun 24 09:18:28 2004 +0000
+++ b/math/R/distinfo Thu Jun 24 11:09:05 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index