From 5a7926bb9ac02ba4cd77a58017e0e98bd75e783b Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 3 Jul 2010 07:25:57 +0000 Subject: 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. --- math/R-e1071/Makefile | 4 ++-- math/R-e1071/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'math/R-e1071') 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 -- cgit v1.2.3