Revisions of R-base

buildservice-autocommit accepted request 325503 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 21)
baserev update by copy to link target
Detlef Steuer's avatar Detlef Steuer (dsteuer) accepted request 324418 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 20)
Disable building man files for oS:42
buildservice-autocommit accepted request 323906 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 19)
baserev update by copy to link target
Detlef Steuer's avatar Detlef Steuer (dsteuer) committed (revision 18)
- Upstream release 3.2.2
- Most important
CHANGES IN R 3.2.2:
  SIGNIFICANT USER-VISIBLE CHANGES:
    * It is now easier to use secure downloads from https:// URLs on
      builds which support them: no longer do non-default options need
      to be selected to do so.  In particular, packages can be
      installed from repositories which offer https:// URLs, and those
      listed by setRepositories() now do so (for some of their
      mirrors).
      Support for https:// URLs is available on Windows, and on other
      platforms if support for libcurl was compiled in and if that
      supports the https protocol (system installations can be expected
      to do).  So https:// support can be expected except on rather old
      OSes (an example being OS X 'Snow Leopard', where a non-system
      version of libcurl can be used).
      (Windows only) The default method for accessing URLs _via_
      download.file() and url() has been changed to be "wininet" using
      Windows API calls.  This changes the way proxies need to be set
      and security settings made: there have been some reports of sites
      being inaccessible under the new default method (but the previous
      methods remain available).
  NEW FEATURES:
    * cmdscale() gets new option list. for increased flexibility when a
      list should be returned.
    * configure now supports texinfo version 6.0, which (unlike the
      change from 4.x to 5.0) is a minor update.  (Wish of PR#16456.)
    * (Non-Windows only) download.file() with default method = "auto"
      now chooses "libcurl" if that is available and a https:// or
      ftps:// URL is used.
buildservice-autocommit accepted request 312518 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 17)
baserev update by copy to link target
Detlef Steuer's avatar Detlef Steuer (dsteuer) committed (revision 16)
- Upstream release 3.2.1
- Improvement of build: include libcurl and texlive-dvips/
  texlive-hevetic
- Most important
  CHANGES IN R 3.2.1:
  NEW FEATURES:
    * utf8ToInt() now checks that its input is valid UTF-8 and returns
      NA if it is not.
    * install.packages() now allows type = "both" with repos = NULL if
      it can infer the type of file.
    * nchar(x, *) and nzchar(x) gain a new argument keepNA which
      governs how the result for NAs in x is determined.  For the R
      3.2.x series, the default remains FALSE which is fully back
      compatible.  From R 3.3.0, the default will change to keepNA = NA
      and you are advised to consider this for code portability.
    * news() more flexibly extracts dates from package NEWS.Rd files.
    * lengths(x) now also works (trivially) for atomic x and hence can
      be used more generally as an efficient replacement of sapply(x,
      length) and similar.
    * The included version of PCRE has been updated to 8.37, a bug-fix
      release.
    * diag() no longer duplicates a matrix when extracting its
      diagonal.
    * as.character.srcref() gains an argument to allow characters
      corresponding to a range of source references to be extracted.
  BUG FIXES:
    * acf() and ccf() now guarantee values strictly in [-1,1] (instead
      of sometimes very slightly outside). PR#15832.
    * as.integer("111111111111") now gives NA (with a warning) as it
      does for the corresponding numeric or negative number coercions.
buildservice-autocommit accepted request 297947 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 15)
baserev update by copy to link target
Detlef Steuer's avatar Detlef Steuer (dsteuer) committed (revision 14)
Detlef Steuer's avatar Detlef Steuer (dsteuer) committed (revision 13)
- Upstream release 3.2.0
- Most important
  CHANGES IN 3.2.0:
  NEW FEATURES:
    * anyNA() gains a recursive argument.
    * When x is missing and names is not false (including the default
      value), Sys.getenv(x, names) returns an object of class "Dlist"
      and hence prints tidily.
    * (Windows.)  shell() no longer consults the environment variable
      SHELL: too many systems have been encountered where it was set
      incorrectly (usually to a path where software was compiled, not
      where it was installed).  R_SHELL, the preferred way to select a
      non-default shell, can be used instead.
    * Some unusual arguments to embedFonts() can now be specified as
      character vectors, and the defaults have been changed
      accordingly.
    * Functions in the Summary group duplicate less.  (PR#15798)
    * (Unix-alikes.) system(cmd, input = ) now uses
      'shell-execution-environment' redirection, which will be more
      natural if cmd is not a single command (but requires a
      POSIX-compliant shell). (Wish of PR#15508)
    * read.fwf() and read.DIF() gain a fileEncoding argument, for
      convenience.
    * Graphics devices can add attributes to their description in
      .Device and .Devices.  Several of those included with R use a
      "filepath" attribute.
    * pmatch() uses hashing in more cases and so is faster at the
      expense of using more memory. (PR#15697)
    * pairs() gains new arguments to select sets of variables to be
      plotted against each other.
buildservice-autocommit accepted request 290019 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 12)
baserev update by copy to link target
Detlef Steuer's avatar Detlef Steuer (dsteuer) committed (revision 11)
- Upstream release 3.1.3
- Most important
  CHANGES IN R 3.1.3:
  NEW FEATURES:
    * The internal method of download.file() can now handle files
      larger than 2GB on 32-bit builds which support such files (tested
      on 32-bit R running on 64-bit Windows).
    * kruskal.test() warns on more types of suspicious input.
    * The as.dendrogram() method for "hclust" objects gains a check
      argument protecting against memory explosion for invalid inputs.
    * capabilities() has a new item long.double which indicates if the
      build uses a long double type which is longer than double.
    * nlm() no longer modifies the callback argument in place (a new
      vector is allocated for each invocation, which mimics the
      implicit duplication that occurred in R < 3.1.0); note that this
      is a change from the previously documented behavior. (PR#15958)
    * icuSetCollate() now accepts locale = "ASCII" which uses the basic
      C function strcmp and so collates strings byte-by-byte in
      numerical order.
    * sessionInfo() tries to report the OS version in use (not just
      that compiled under, and including details of Linux
      distributions).
    * model.frame() (used by lm() and many other modelling functions)
      now warns when it drops contrasts from factors.  (Wish of
      PR#16119)
    * install.packages() and friends now accept the value type =
      "binary" as a synonym for the native binary type on the platform
      (if it has one).
    * Single source or binary files can be supplied for
      install.packages(type = "both") and the appropriate type and
buildservice-autocommit accepted request 265355 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 10)
baserev update by copy to link target
Detlef Steuer's avatar Detlef Steuer (dsteuer) accepted request 265314 from Scott Bahling's avatar Scott Bahling (sbahling) (revision 9)
- Remove tex(inconsolata.sty) BuildRequires for SLE_12 builds (like
  older SLE releases).
buildservice-autocommit accepted request 259150 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 8)
baserev update by copy to link target
Detlef Steuer's avatar Detlef Steuer (dsteuer) committed (revision 7)
- Upstream release 3.1.2
- Most important
  CHANGES IN R 3.1.2:
  NEW FEATURES:
    * embedFonts() now defaults to format = "ps2write" for .ps and .eps
      files.  This is available in Ghostscript 9.x (since 2010) whereas
      the previous default, format = "pswrite", was removed in
      Ghostscript 9.10.
    * For consistency with [dpqr]norm(), [dp]lnorm(sdlog = 0) model a
      point mass at exp(mulog) rather than return NaN (for an error).
    * capabilities() now reports if ICU is compiled in for use for
      collation (it is only actually used if a suitable locale is set
      for collation, and never for a C locale).
    * (OS X only.) Package tcltk checks when loaded if it is linked
      against the CRAN X11-based Tcl/Tk and if so that the Tcl/Tk
      component and the X11 libraries are installed.  This allows more
      informative error messages to be given advising the installation
      of the missing component or of XQuartz.
      The X11() device and X11-based versions of the data editor and
      viewer (invoked by edit() and View() for data frames and matrices
      from command-line R) check that the X11 libraries are installed
      and if not advises installing XQuartz.
    * icuSetCollate() allows locale = "default", and locale = "none" to
      use OS services rather than ICU for collation.
      Environment variable R_ICU_LOCALE can be used to set the default
      ICU locale, in case the one derived from the OS locale is
      inappropriate (this is currently necessary on Windows).
    * New function icuGetCollate() to report on the ICU collation
      locale in use (if any).
    * utils::URLencode() was updated to use unreserved and reserved
Detlef Steuer's avatar Detlef Steuer (dsteuer) committed (revision 6)
- Added Provides: R-parallel
- Upstream release 3.1.1
- Most impotant
   CHANGES IN R 3.1.1:
CHANGES IN R 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.  (PR#15774)
    * The function determining the default number of knots for
buildservice-autocommit accepted request 238947 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 5)
baserev update by copy to link target
Darin Perusich's avatar Darin Perusich (deadpoint) committed (revision 4)
added parallel provides
buildservice-autocommit accepted request 233583 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 3)
baserev update by copy to link target
Detlef Steuer's avatar Detlef Steuer (dsteuer) committed (revision 2)
- Removed / commented out symlink to %{_bindir}/r
  new package 'littler' should be used instead for packages
  that need /usr/bin/r
Displaying revisions 121 - 140 of 141
openSUSE Build Service is sponsored by