Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2DF477A3DB for ; Wed, 13 Apr 2016 21:04:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 807E485EC8; Wed, 13 Apr 2016 21:04:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE5BA85EC7 for ; Wed, 13 Apr 2016 21:04:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id o-uZnnE6DGWw for ; Wed, 13 Apr 2016 21:04:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1886A84CE5 for ; Wed, 13 Apr 2016 21:04:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11E83FBBA; Wed, 13 Apr 2016 21:04:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 13 Apr 2016 21:04:05 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/math/R To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20160413210405.11E83FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: markd Date: Wed Apr 13 21:04:05 UTC 2016 Modified Files: pkgsrc/math/R: Makefile PLIST distinfo pkgsrc/math/R/patches: patch-ac patch-ad Log Message: Update to R 3.2.4 3.2.4 NEW FEATURES install.packages() and related functions now give a more informative warning when an attempt is made to install a base package. summary(x) now prints with less rounding when x contains infinite values. provideDimnames() gets an optional unique argument. shQuote() gains type = "cmd2" for quoting in cmd.exe in Windows. The data.frame method of rbind() gains an optional argument stringsAsFactors (instead of only depending on getOption("stringsAsFactors")). smooth(x, *) now also works for long vectors. tools::texi2dvi() has a workaround for problems with the texi2dvi script supplied by texinfo 6.1. It extracts more error messages from the LaTeX logs when in emulation mode. DEPRECATED AND DEFUNCT Use of SUPPORT_OPENMP from header ‘Rconfig.h’ is deprecated in favour of the standard OpenMP define _OPENMP. (This has been the recommendation in the manual for a while now.) The make macro AWK which is long unused by R itself but recorded in file ‘etc/Makeconf’ is deprecated and will be removed in R 3.3.0. The C header file ‘S.h’ is no longer documented: its use should be replaced by ‘R.h’. 3.2.3 NEW FEATURES Some recently-added Windows time zone names have been added to the conversion table used to convert these to Olson names. (Including those relating to changes for Russia in Oct 2014, as in PR#16503.) (Windows) Compatibility information has been added to the manifests for ‘Rgui.exe’, ‘Rterm.exe’ and ‘Rscript.exe’. This should allow win.version() and Sys.info() to report the actual Windows version up to Windows 10. Windows "wininet" FTP first tries EPSV / PASV mode rather than only using active mode (reported by Dan Tenenbaum). which.min(x) and which.max(x) may be much faster for logical and integer x and now also work for long vectors. The ‘emulation’ part of tools::texi2dvi() has been somewhat enhanced, including supporting quiet = TRUE. It can be selected by texi2dvi = "emulation". (Windows) MiKTeX removed its texi2dvi.exe command in Sept 2015: tools::texi2dvi() tries texify.exe if it is not found. (Windows only) Shortcuts for printing and saving have been added to menus in Rgui.exe. loess(..., iterTrace=TRUE) now provides diagnostics for robustness iterations, and the print() method for summary() shows slightly more. The included version of PCRE has been updated to 8.38, a bug-fix release. View() now displays nested data frames in a more friendly way. To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 pkgsrc/math/R/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/R/PLIST cvs rdiff -u -r1.71 -r1.72 pkgsrc/math/R/distinfo cvs rdiff -u -r1.37 -r1.38 pkgsrc/math/R/patches/patch-ac cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/R/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.