R 3.4.4 is released

Peter Dalgaard pd.mes at cbs.dk
Thu Mar 15 09:59:19 CET 2018


The build system rolled up R-3.4.4.tar.gz (codename "Someone to Lean On") this morning.

This is intended to be the last of the 3.4.x release series. The list below details the changes.

You can get the source code from

http://cran.r-project.org/src/base/R-3/R-3.4.4.tar.gz

or wait for it to be mirrored at a CRAN site nearer to you.

Binaries for various platforms will appear in due course.


For the R Core Team,

Peter Dalgaard



These are the checksums (md5 and SHA-256) for the freshly created files, in case you wish
to check that they are uncorrupted:

MD5 (AUTHORS) = f12a9c3881197b20b08dd3d1f9d005e6
MD5 (COPYING) = eb723b61539feef013de476e68b5c50a
MD5 (COPYING.LIB) = a6f89e2100d9b6cdffcea4f398e37343
MD5 (FAQ) = 32a94aba902b293cf8b8dbbf4113f2ab
MD5 (INSTALL) = 7893f754308ca31f1ccf62055090ad7b
MD5 (NEWS) = f0ddf36639951987249a206fd4295da9
MD5 (NEWS.0) = bfcd7c147251b5474d96848c6f57e5a8
MD5 (NEWS.1) = eb78c4d053ec9c32b815cf0c2ebea801
MD5 (NEWS.2) = 591dcf615162127f904e4e461f330ce9
MD5 (R-latest.tar.gz) = 9d6f73be072531e95884c7965ff80cd8
MD5 (README) = f468f281c919665e276a1b691decbbe6
MD5 (RESOURCES) = 529223fd3ffef95731d0a87353108435
MD5 (THANKS) = f60d286bb7294cef00cb0eed4052a66f
MD5 (VERSION-INFO.dcf) = 00f5b3721b3b72360c92fbd9dc8c7411
MD5 (R-3/R-3.4.4.tar.gz) = 9d6f73be072531e95884c7965ff80cd8

6474d9791fff6a74936296bde3fcb569477f5958e4326189bd6e5ab878e0cd4f  AUTHORS
e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4  COPYING
6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  COPYING.LIB
7936facb07e752869342808b9c8879d0e270b1a9ec92b67ef4dd87496abfef0a  FAQ
f87461be6cbaecc4dce44ac58e5bd52364b0491ccdadaf846cb9b452e9550f31  INSTALL
6c231ff2da54f9a39ab1cf754c692d69b80f6004a6d28dbf29286b0d5bc0a109  NEWS
4e21b62f515b749f80997063fceab626d7258c7d650e81a662ba8e0640f12f62  NEWS.0
12b30c724117b1b2b11484673906a6dcd48a361f69fc420b36194f9218692d01  NEWS.1
ca04f78ffe54afa326fe3ed40e7e1411aca0000ed2fa5ead97ddf51c6aa5b7bc  NEWS.2
b3e97d2fab7256d1c655c4075934725ba1cd7cb9237240a11bb22ccdad960337  R-latest.tar.gz
2fdd3e90f23f32692d4b3a0c0452f2c219a10882033d1774f8cadf25886c3ddc  README
408737572ecc6e1135fdb2cf7a9dbb1a6cb27967c757f1771b8c39d1fd2f1ab9  RESOURCES
52f934a4e8581945cbc1ba234932749066b5744cbd3b1cb467ba6ef164975163  THANKS
03e5641c23de903c0a3c379bc0d4c5857805051954011da0d41271ab02a6db2f  VERSION-INFO.dcf
b3e97d2fab7256d1c655c4075934725ba1cd7cb9237240a11bb22ccdad960337  R-3/R-3.4.4.tar.gz


This is the relevant part of the NEWS file

CHANGES IN R 3.4.4:

  NEW FEATURES:

    * Sys.timezone() tries more heuristics on Unix-alikes and so is
      more likely to succeed (especially on Linux).  For the slowest
      method, a warning is given recommending that TZ is set to avoid
      the search.

    * The version of LAPACK included in the sources has been updated to
      3.8.0 (for the routines used by R, a very minor bug-fix change).

    * parallel::detectCores(logical = FALSE) is ignored on Linux
      systems, since the information is not available with virtualized
      OSes.

  INSTALLATION on a UNIX-ALIKE:

    * configure will use pkg-config to find the flags to link to jpeg
      if available (as it should be for the recently-released jpeg-9c
      and libjpeg-turbo).  (This amends the code added in R 3.3.0 as
      the module name in jpeg-9c is not what that tested for.)

  DEPRECATED AND DEFUNCT:

    * Sys.timezone(location = FALSE) (which was a stop-gap measure for
      Windows long ago) is deprecated.  It no longer returns the value
      of environment variable TZ (usually a location).

    * Legacy support of make macros such as CXX1X is formally
      deprecated: use the CXX11 forms instead.

  BUG FIXES:

    * power.prop.test() now warns when it cannot solve the problem,
      typically because of impossible constraints. (PR#17345)

    * removeSource() no longer erroneously removes NULL in certain
      cases, thanks to D'enes T'oth.

    * nls(`NO [mol/l]` ~ f(t)) and nls(y ~ a) now work.  (Partly from
      PR#17367)

    * R CMD build checks for GNU cp rather than assuming Linux has it.
      (PR#17370 says 'Alpine Linux' does not.)

    * Non-UTF-8 multibyte character handling fixed more permanently
      (PR#16732).

    * sum(<large ints>, <stuff>) is more consistent.  (PR#17372)

    * rf() and rbeta() now also work correctly when ncp is not scalar,
      notably when (partly) NA.  (PR#17375)

    * R CMD INSTALL now correctly sets C++ compiler flags when all
      source files are in sub-directories of src.
-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd.mes at cbs.dk  Priv: PDalgd at gmail.com



More information about the R-announce mailing list