diff options
author | wen <wen@pkgsrc.org> | 2017-12-01 03:19:30 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-12-01 03:19:30 +0000 |
commit | 4f5eee8f2bf07d69b5b8cd39de65c538bef528fc (patch) | |
tree | b3d9cab7ae0c36911e0a3de743478277bcf2f77f /math | |
parent | a77b81547939741ed38152aeb451e0cbf407baf7 (diff) | |
download | pkgsrc-4f5eee8f2bf07d69b5b8cd39de65c538bef528fc.tar.gz |
- Update to 3.4.3
Upstream changes:
CHANGES IN R 3.4.3:
INSTALLATION on a UNIX-ALIKE:
* A workaround has been added for the changes in location of
time-zone files in macOS 10.13 'High Sierra' and again in
10.13.1, so the default time zone is deduced correctly from the
system setting when R is configured with --with-internal-tzcode
(the default on macOS).
* R CMD javareconf has been updated to recognize the use of a Java
9 SDK on macOS.
BUG FIXES:
* raw(0) & raw(0) and raw(0) | raw(0) again return raw(0) (rather
than logical(0)).
* intToUtf8() converts integers corresponding to surrogate code
points to NA rather than invalid UTF-8, as well as values larger
than the current Unicode maximum of 0x10FFFF. (This aligns with
the current RFC3629.)
* Fix calling of methods on S4 generics that dispatch on ... when
the call contains ....
* Following Unicode 'Corrigendum 9', the UTF-8 representations of
U+FFFE and U+FFFF are now regarded as valid by utf8ToInt().
* range(c(TRUE, NA), finite = TRUE) and similar no longer return
NA. (Reported by Lukas Stadler.)
* The self starting function attr(SSlogis, "initial") now also
works when the y values have exact minimum zero and is slightly
changed in general, behaving symmetrically in the y range.
* The printing of named raw vectors is now formatted nicely as for
other such atomic vectors, thanks to Lukas Stadler.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 5 | ||||
-rw-r--r-- | math/R/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 98a9b3df7a2..d2e996ed540 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.178 2017/10/21 02:40:56 markd Exp $ +# $NetBSD: Makefile,v 1.179 2017/12/01 03:19:30 wen Exp $ -DISTNAME= R-3.4.2 +DISTNAME= R-3.4.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/} @@ -164,6 +164,7 @@ fix-darwin-install-name: .include "../../archivers/xz/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" # uses callback interface diff --git a/math/R/distinfo b/math/R/distinfo index efedd2d840b..24d39d23f68 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.78 2017/10/21 02:40:56 markd Exp $ +$NetBSD: distinfo,v 1.79 2017/12/01 03:19:30 wen Exp $ -SHA1 (R-3.4.2.tar.gz) = fb0e555bb49121e849436ce9e7e3bc4f7893664f -RMD160 (R-3.4.2.tar.gz) = b903e20a1cfa3819d739a823bd8c016781b8fcae -SHA512 (R-3.4.2.tar.gz) = d432b65aad8d8ed41a8470365c4d354b83a0e1228413963420f753aead8b84596c9ca3efc58506c8797e887af9dd6fdaf833ac1ad9339ac1ffb4b5aed577803d -Size (R-3.4.2.tar.gz) = 30255544 bytes +SHA1 (R-3.4.3.tar.gz) = 537d481888f20d385b3039f2f2b0c49b7b0fb5de +RMD160 (R-3.4.3.tar.gz) = e7c7f17f8c39a8ea7ce253e32d248e9779b62227 +SHA512 (R-3.4.3.tar.gz) = d4b89daac5060c6d32b2287192c47fc7e8f71f8c2f70f133799bb279c6e486239cb7f298779a59a124eb4228d728ffdaf6bb138c4fd64653bbce0cdf5b0b3412 +Size (R-3.4.3.tar.gz) = 30249655 bytes SHA1 (patch-ad) = a43b4875a2ee4677b5f762abf3f9a623fd12cbb5 SHA1 (patch-configure.ac) = 64c7af42c2e0eadefdac6aa105e8f8c4a59e3958 SHA1 (patch-m4_R.m4) = 704d5514e10adf0b5217bb71b06f44a612eca6e0 |