summaryrefslogtreecommitdiff
path: root/math/R-e1071
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/R-e1071
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/R-e1071')
-rw-r--r--math/R-e1071/Makefile4
-rw-r--r--math/R-e1071/distinfo8
2 files changed, 6 insertions, 6 deletions
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