diff options
author | adam <adam> | 2010-07-03 07:25:57 +0000 |
---|---|---|
committer | adam <adam> | 2010-07-03 07:25:57 +0000 |
commit | b56b5b125a4589ff63e15b443bba6132d9d409e7 (patch) | |
tree | e5e68ed92df94ca20f35a14aa7218ffe66f346b6 /math/R | |
parent | c152c596d207c6f6686bce353609c5460c6a94ca (diff) | |
download | pkgsrc-b56b5b125a4589ff63e15b443bba6132d9d409e7.tar.gz |
Changes 2.11.1:
* R CMD INSTALL checks if dependent packages are available early on
* in the installation of source packages, thereby giving clearer
error messages.
* R CMD INSTALL --build now names the file in the format used
for Mac OS X binary files on that platform.
* BIC() in package stats4 now also works with multiple fitted models,
analogously to AIC().
* Use of file extension .C for C++ code in packages is now
deprecated: it has caused problems for some 'make's on
case-insensitive file systems (although it currently works
with the recommended toolkits).
* The C function mkCharLenCE now no longer reads past 'len' bytes
(unlikely to be a problem except in user code).
* On systems without any default LD_LIBRARY_PATH (not even
/usr/local/lib), [DY]LIB_LIBRARY_PATH is now set without a trailing colon.
* More efficient utf8ToInt() on long multi-byte strings with
many multi-byte characters.
* aggregate.ts() gave platform-depedent results due to rounding
error for ndeltat != 1.
* package.skeleton() sometimes failed to fix filenames for .R or
.Rd files to start with an alphanumeric.
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 5 | ||||
-rw-r--r-- | math/R/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index ae74ddd45ea..5061a4828b1 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.108 2010/06/13 22:44:55 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2010/07/03 07:25:57 adam Exp $ -DISTNAME= R-2.11.0 -PKGREVISION= 1 +DISTNAME= R-2.11.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/} diff --git a/math/R/distinfo b/math/R/distinfo index 8b599b847c3..36ab5a66cb8 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.43 2010/05/06 07:33:41 adam Exp $ +$NetBSD: distinfo,v 1.44 2010/07/03 07:25:57 adam Exp $ -SHA1 (R-2.11.0.tar.gz) = 86af359879afaf18bf0cd9ca36f2957d7b146ba3 -RMD160 (R-2.11.0.tar.gz) = 358d5ba19bd534e9f5be56f517bd217c235599dc -Size (R-2.11.0.tar.gz) = 19779908 bytes +SHA1 (R-2.11.1.tar.gz) = 0b36780627f3cc5cea3f41e0b717ed7ee92ba086 +RMD160 (R-2.11.1.tar.gz) = a5223a3f784ad0f808d893d82a4e0a130c9a9b3a +Size (R-2.11.1.tar.gz) = 19729300 bytes SHA1 (patch-ab) = 629c8d5f9d2278c97f48fb55c0e5172a0aea58b2 SHA1 (patch-ac) = 53b4e331d8887a469e74662c1a19ad5571ed72d6 SHA1 (patch-ad) = 43ae23bd0815986c3bac661bd3354cd96b3e54e4 |