summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-07-03 07:25:57 +0000
committeradam <adam@pkgsrc.org>2010-07-03 07:25:57 +0000
commitf558f0c81ccbff8fb7098affa9e5b8bfe682460a (patch)
treee5e68ed92df94ca20f35a14aa7218ffe66f346b6 /math
parent608f4a33da7bc37d74613f41621cfd1690587413 (diff)
downloadpkgsrc-f558f0c81ccbff8fb7098affa9e5b8bfe682460a.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')
-rw-r--r--math/R-classInt/Makefile4
-rw-r--r--math/R-classInt/distinfo8
-rw-r--r--math/R-e1071/Makefile4
-rw-r--r--math/R-e1071/distinfo8
-rw-r--r--math/R/Makefile5
-rw-r--r--math/R/distinfo8
6 files changed, 18 insertions, 19 deletions
diff --git a/math/R-classInt/Makefile b/math/R-classInt/Makefile
index 7f8c0880a13..c4ff2bf4ec4 100644
--- a/math/R-classInt/Makefile
+++ b/math/R-classInt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:11:00 adam Exp $
+# $NetBSD: Makefile,v 1.2 2010/07/03 07:25:57 adam Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -8,7 +8,7 @@ HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
COMMENT= Package for choosing univariate class intervals for graphics
R_PKGNAME= classInt
-R_PKGVER= 0.1-13
+R_PKGVER= 0.1-14
USE_LANGUAGES= fortran
diff --git a/math/R-classInt/distinfo b/math/R-classInt/distinfo
index eab2862b9cd..79a42546006 100644
--- a/math/R-classInt/distinfo
+++ b/math/R-classInt/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/12/11 19:11:00 adam Exp $
+$NetBSD: distinfo,v 1.2 2010/07/03 07:25:57 adam Exp $
-SHA1 (R/classInt_0.1-13.tar.gz) = 9315d2f7bea82b803d75541e43703f1d482b0cf0
-RMD160 (R/classInt_0.1-13.tar.gz) = c06e846d4492455d99163e782e9fdf3bcd0f60ea
-Size (R/classInt_0.1-13.tar.gz) = 13468 bytes
+SHA1 (R/classInt_0.1-14.tar.gz) = 7918f58344be4ebd624dac71e9cbddf21a0a5e1a
+RMD160 (R/classInt_0.1-14.tar.gz) = 2290ae0f6e3b48bd114931c7c37509691ca856b9
+Size (R/classInt_0.1-14.tar.gz) = 13660 bytes
diff --git a/math/R-e1071/Makefile b/math/R-e1071/Makefile
index dbe91ecb847..64e2ff72446 100644
--- a/math/R-e1071/Makefile
+++ b/math/R-e1071/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:09:46 adam Exp $
+# $NetBSD: Makefile,v 1.2 2010/07/03 07:25:57 adam Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -8,7 +8,7 @@ HOMEPAGE= ${R_HOMEPAGE_BASE}/genetics/
COMMENT= Functions for latent class analysis
R_PKGNAME= e1071
-R_PKGVER= 1.5-21
+R_PKGVER= 1.5-24
USE_LANGUAGES= c c++
diff --git a/math/R-e1071/distinfo b/math/R-e1071/distinfo
index 4184048d283..05eb6b40a7a 100644
--- a/math/R-e1071/distinfo
+++ b/math/R-e1071/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/12/11 19:09:46 adam Exp $
+$NetBSD: distinfo,v 1.2 2010/07/03 07:25:57 adam Exp $
-SHA1 (R/e1071_1.5-21.tar.gz) = 00834cb8fa199006d715366935d03b723b05c39e
-RMD160 (R/e1071_1.5-21.tar.gz) = 1d30f31bdb6ad262180e3fd7830e71af51a08e8c
-Size (R/e1071_1.5-21.tar.gz) = 1633032 bytes
+SHA1 (R/e1071_1.5-24.tar.gz) = d7ff971d22b49b473ba5972281bcf7482dbf1d56
+RMD160 (R/e1071_1.5-24.tar.gz) = c33638ca14dde9f1c581302b2b797a16e53565fd
+Size (R/e1071_1.5-24.tar.gz) = 312648 bytes
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