diff options
author | markd <markd> | 2014-07-24 21:33:03 +0000 |
---|---|---|
committer | markd <markd> | 2014-07-24 21:33:03 +0000 |
commit | fdd62b44132919409979c4031d3335c4fb4e207f (patch) | |
tree | 497eead0953d989c54c5fac4e8787d50fc4574e4 /math/R | |
parent | 3ed987e0453e448775bbd0b9100659fef1ede197 (diff) | |
download | pkgsrc-fdd62b44132919409979c4031d3335c4fb4e207f.tar.gz |
Update R to 3.1.1
NEW FEATURES:
* When attach() reports conflicts, it does so compatibly with
library() by using message().
* R CMD Sweave no longer cleans any files by default, compatibly
with versions of R prior to 3.1.0. There are new options
--clean, --clean=default and --clean=keepOuts.
* tools::buildVignette() and tools::buildVignettes() with clean =
FALSE no longer remove any created files. buildvignette() gains
a keep argument for more cleaning customization.
* The Bioconductor 'version' used by setRepositories() can now be
set by environment variable R_BIOC_VERSION at runtime, not just
when R is installed. (It has been stated that Bioconductor will
switch from 'version' 2.14 to 'version' 3.0 during the lifetime
of the R 3.1 series.)
* Error messages from bugs in embedded Sexpr code in Sweave
documents now report the source location.
* type.convert(), read.table() and similar read.*() functions get a
new numerals argument, specifying how numeric input is converted
when its conversion to double precision loses accuracy. The
default value, "allow.loss" allows accuracy loss, as in R
versions before 3.1.0.
* For some compilers, integer addition could overflow without a
warning. R's internal code for both integer addition and
subtraction is more robust now.
* The function determining the default number of knots for
smooth.spline() is now exported, as .nknots.smspl().
* dbeta(, a,b), pbeta(), qbeta() and rbeta() are now defined also
for a = 0, b = 0, or infinite a and b (where they typically
returned NaN before).
* Many package authors report that the RStudio graphics device does
not work correctly with their package's use of dev.new(). The
new option dev.new(noRStudioGD = TRUE) replaces the RStudio
override by the default device as selected by R itself, still
respecting environment variables R_INTERACTIVE_DEVICE and
R_DEFAULT_DEVICE.
* readRDS() now returns visibly.
* Modifying internal logical scalar constants now results in an
error instead of a warning.
* install.packages(repos = NULL) now accepts http:// or ftp:// URLs
of package archives as well as file paths, and will download as
required. In most cases repos = NULL can be deduced from the
extension of the URL.
* The warning when using partial matching with the $ operator on
data frames is now only given when
options("warnPartialMatchDollar") is TRUE.
* Package help requests like package?foo now try the package foo
whether loaded or not.
* General help requests now default to trying all loaded packages,
not just those on the search path.
* Added a new function promptImport(), to generate a help page for
a function that was imported from another package (and presumably
re-exported, or help would not be needed).
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 5 | ||||
-rw-r--r-- | math/R/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 7c21c1537e3..d3a7336597f 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.150 2014/05/29 23:36:52 wiz Exp $ +# $NetBSD: Makefile,v 1.151 2014/07/24 21:33:03 markd Exp $ -DISTNAME= R-3.1.0 -PKGREVISION= 2 +DISTNAME= R-3.1.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/} diff --git a/math/R/distinfo b/math/R/distinfo index cb5b3c33289..272e8b889fe 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.60 2014/06/26 20:34:54 asau Exp $ +$NetBSD: distinfo,v 1.61 2014/07/24 21:33:03 markd Exp $ -SHA1 (R-3.1.0.tar.gz) = a9d13932c739cc12667c6a17fabd9361624a1708 -RMD160 (R-3.1.0.tar.gz) = 15d6c762baf36d4e2680599b5e976d0c068b7dbd -Size (R-3.1.0.tar.gz) = 28469975 bytes +SHA1 (R-3.1.1.tar.gz) = e974ecc92e49266529e8e791e02a80c75e50b696 +RMD160 (R-3.1.1.tar.gz) = 72e5d7a9ec4dc9c960321e7fc8d939cb59d63c31 +Size (R-3.1.1.tar.gz) = 28606569 bytes SHA1 (patch-ac) = 9c6de78be36766ceefa8aafa8a7b5d5af3f83cac SHA1 (patch-ad) = b40536fac079e2cc348a020fafac687f2f8b1dfe |