summaryrefslogtreecommitdiff
path: root/math/R-classInt
diff options
context:
space:
mode:
authoradam <adam>2010-07-03 07:25:57 +0000
committeradam <adam>2010-07-03 07:25:57 +0000
commitf72627794d0feb82115407738a7bc31ca4e6794b (patch)
treee5e68ed92df94ca20f35a14aa7218ffe66f346b6 /math/R-classInt
parentfd1e2ccb17621f51c2187d81a7b934b4ca3d729f (diff)
downloadpkgsrc-f72627794d0feb82115407738a7bc31ca4e6794b.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-classInt')
-rw-r--r--math/R-classInt/Makefile4
-rw-r--r--math/R-classInt/distinfo8
2 files changed, 6 insertions, 6 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