Accepting request 507288 from devel:languages:R:released

- upstream update to 3.4.1
CHANGES IN R 3.4.1:
  INSTALLATION on a UNIX-ALIKE:
    * The deprecated support for PCRE versions older than 8.20 has been
      removed.
  BUG FIXES:
    * getParseData() gave incorrect column information when code
      contained multi-byte characters.  (PR#17254)
    * Asking for help using expressions like ?stats::cor() did not
      work.  (PR#17250)
    * readRDS(url(....)) now works.
    * R CMD Sweave again returns status = 0 on successful completion.
    * Vignettes listed in .Rbuildignore were not being ignored
      properly.  (PR#17246)
    * file.mtime() no longer returns NA on Windows when the file or
      directory is being used by another process.  This affected
      installed.packages(), which is now protected against this.
    * R CMD INSTALL Windows .zip file obeys --lock and --pkglock flags.
    * (Windows only) The choose.files() function could return incorrect
      results when called with multi = FALSE.  (PR#17270)
    * aggregate(<data.frame>, drop = FALSE) now also works in case of
      near-equal numbers in by.  (PR#16918)
    * fourfoldplot() could encounter integer overflow when calculating
      the odds ratio. (PR#17286)
    * parse() no longer gives spurious warnings when extracting srcrefs
      from a file not encoded in the current locale.
      This was seen from R CMD check with inst/doc/*.R files, and check
      has some additional protection for such files.
    * print.noquote(x) now always returns its argument x (invisibly).
    * Non-UTF-8 multibyte character sets were not handled properly in

OBS-URL: https://build.opensuse.org/request/show/507288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/R-base?expand=0&rev=54
This commit is contained in:
Dominique Leuenberger 2017-07-01 12:05:57 +00:00 committed by Git OBS Bridge
commit 94a916b8d0
4 changed files with 61 additions and 8 deletions

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fde7227816598e30f13b50a8df529608afedecd35da7cbe025514aae6d9c3e3
size 26365678

3
R-3.4.1.tar.bz2 Normal file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8eca455c9de3f6f7e858340f5daa943d3a2edc3337d9dce798cdfc16b6e38375
size 26622962

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Fri Jun 30 10:40:03 UTC 2017 - detlef.steuer@gmx.de
- upstream update to 3.4.1
CHANGES IN R 3.4.1:
INSTALLATION on a UNIX-ALIKE:
* The deprecated support for PCRE versions older than 8.20 has been
removed.
BUG FIXES:
* getParseData() gave incorrect column information when code
contained multi-byte characters. (PR#17254)
* Asking for help using expressions like ?stats::cor() did not
work. (PR#17250)
* readRDS(url(....)) now works.
* R CMD Sweave again returns status = 0 on successful completion.
* Vignettes listed in .Rbuildignore were not being ignored
properly. (PR#17246)
* file.mtime() no longer returns NA on Windows when the file or
directory is being used by another process. This affected
installed.packages(), which is now protected against this.
* R CMD INSTALL Windows .zip file obeys --lock and --pkglock flags.
* (Windows only) The choose.files() function could return incorrect
results when called with multi = FALSE. (PR#17270)
* aggregate(<data.frame>, drop = FALSE) now also works in case of
near-equal numbers in by. (PR#16918)
* fourfoldplot() could encounter integer overflow when calculating
the odds ratio. (PR#17286)
* parse() no longer gives spurious warnings when extracting srcrefs
from a file not encoded in the current locale.
This was seen from R CMD check with inst/doc/*.R files, and check
has some additional protection for such files.
* print.noquote(x) now always returns its argument x (invisibly).
* Non-UTF-8 multibyte character sets were not handled properly in
source references. (PR#16732)
-------------------------------------------------------------------
Fri Apr 21 17:11:31 UTC 2017 - detlef.steuer@gmx.de

@ -19,7 +19,7 @@
%define release 1
Name: R-base
Version: 3.4.0
Version: 3.4.1
Release: %release
%define Rversion %{version}
Source: R-%{version}.tar.bz2
@ -1200,7 +1200,7 @@ This packages provides R-codetools, one of the recommended packages.
%package -n R-foreign
Summary: Package provides recommended R-foreign
Group: Development/Libraries/Other
Version: 0.8.67
Version: 0.8.69
Release: %release
Requires: R-base
@ -1325,7 +1325,7 @@ This packages provides R-MASS, one of the recommended packages.
%package -n R-Matrix
Summary: Package provides recommended R-Matrix
Group: Development/Libraries/Other
Version: 1.2.9
Version: 1.2.10
Release: %release
Requires: R-base
@ -1364,7 +1364,7 @@ This packages provides R-Matrix, one of the recommended packages.
%package -n R-Matrix-devel
Summary: Package provides header files for recommended R-Matrix
Group: Development/Libraries/Other
Version: 1.2.9
Version: 1.2.10
Release: %release
Requires: R-Matrix
Requires: R-base
@ -1512,7 +1512,7 @@ This packages provides R-rpart, one of the recommended packages.
%package -n R-spatial
Summary: Package provides recommended R-spatial
Group: Development/Libraries/Other
Version: 7.3.12
Version: 7.3.11
Release: %release
Requires: R-base