Revisions of R-base

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 229625 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 32)
- Upstream release 3.1.0
- Most impotant
  CHANGES IN R 3.1.0:
  NEW FEATURES:
    * type.convert() (and hence by default read.table()) returns a
      character vector or factor when representing a numeric input as a
      double would lose accuracy.  Similarly for complex inputs.
      If a file contains numeric data with unrepresentable numbers of
      decimal places that are intended to be read as numeric, specify
      colClasses in read.table() to be "numeric".
    * tools::Rdiff(useDiff = FALSE) is closer to the POSIX definition
      of diff -b (as distinct from the description in the man pages of
      most systems).
    * New function anyNA(), a version of any(is.na(.)) which is fast
      for atomic vectors, based on a proposal by Tim Hesterberg. (Wish
      of PR#15239.)
    * arrayInd(*, useNames = TRUE) and, analogously, which(*, arr.ind =
      TRUE) now make use of names(.dimnames) when available.
    * is.unsorted() now also works for raw vectors.
    * The "table" method for as.data.frame() (also useful as
      as.data.frame.table()) now passes sep and base arguments to
      provideDimnames().
    * uniroot() gets new optional arguments, notably extendInt,
      allowing to auto-extend the search interval when needed.  The
      return value has an extra component, init.it.
    * switch(f, ...) now warns when f is a factor, as this typically
      happens accidentally where the useR meant to pass a character
      string, but f is treated as integer (as always documented).
    * The parser has been modified to use less memory.
    * The way the unary operators (+ - !) handle attributes is now more
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 224864 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 31)
- Upstream release 3.0.3
- Most important
  CHANGES IN R 3.0.3:
  NEW FEATURES:
    * On Windows there is support for making .texi manuals using
      texinfo 5.0 or later: the setting is in file
      src/gnuwin32/MkRules.dist.
      A packaging of the Perl script and modules for texinfo 5.2 has
      been made available at <URL:
      http://www.stats.ox.ac.uk/pub/Rtools/>.
    * write.table() now handles matrices of 2^31 or more elements, for
      those with large amounts of patience and disc space.
    * There is a new function, La_version(), to report the version of
      LAPACK in use.
    * The HTML version of 'An Introduction to R' now has links to PNG
      versions of the figures.
    * There is some support to produce manuals in ebook formats. (See
      doc/manual/Makefile.  Suggested by Mauro Cavalcanti.)
    * On a Unix-alike Sys.timezone() returns NA if the environment
      variable TZ is unset, to distinguish it from an empty string
      which on some OSes means the UTC time zone.
    * The backtick may now be escaped in strings, to allow names
      containing them to be constructed, e.g. `\``.  (PR#15621)
    * read.table(), readLines() and scan() now warn when an embedded
      nul is found in the input.  (Related to PR#15625 which was
      puzzled by the behaviour in this unsupported case.)
    * (Windows only.)  file.symlink() works around the undocumented
      restriction of the Windows system call to backslashes.  (Wish of
      PR#15631.)
    * KalmanForecast(fast = FALSE) is now the default, and the help
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 201133 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 30)
- Removed outdated source file after lateste sr  

- Upstream release 3.0.2
- Most important
  CHANGES IN R 3.0.2:
  NEW FEATURES:
    * The NEWS files have been re-organized.
      This file contains news for R >= 3.0.0: news for the 0.x.y, 1.x.y
      and 2.x.y releases is in files NEWS.0, NEWS.1 and NEWS.2.  The
      latter files are now installed when R is installed.  An HTML
      version of news from 2.10.0 to 2.15.3 is available as
      doc/html/NEWS.2.html.
    * sum() for integer arguments now uses an integer accumulator of at
      least 64 bits and so will be more accurate in the very rare case
      that a cumulative sum exceeds 2^53 (necessarily summing more than
      4 million elements).
    * The example() and tools::Rd2ex() functions now have parameters to
      allow them to ignore \dontrun markup in examples.  (Suggested by
      Peter Solymos.)
    * str(x) is considerably faster for very large lists, or factors
      with 100,000 levels, the latter as in PR#15337.
    * col2rgb() now converts factors to character strings not integer
      codes (suggested by Bryan Hanson).
    * tail(warnings()) now works, via the new `[` method.
    * There is now support for the LaTeX style file zi4.sty which has
      in some distributions replaced inconsolata.sty.
    * unlist(x) now typically returns all non-list xs unchanged, not
      just the "vector" ones.  Consequently, format(lst) now also works
      when the list lst has non-vector elements.
    * The tools::getVignetteInfo() function has been added to give
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 29)
Split 13.1 from Factory
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 197056 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 28)
- tre.patch: Fix tre library for aarch64 where wchar_t is unsigned int (forwarded request 196479 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 175866 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 27)
- Improved spec file: R-base-devel requires R-base 

- Upstream release 3.0.1
- Most important 
  CHANGES IN R 3.0.1:
  NEW FEATURES:
    o chooseCRANmirror() and chooseBioCmirror() gain an ind argument
      (like setRepositories()).
    o mcparallel has a new argument mc.interactive which can modify the
      interactive flag in the child process. The new default is FALSE
      which makes child processes non-interactive by default (this
      prevents lock-ups due to children waiting for interactive input).
    o scan() now warns when end-of-file occurs within a quoted string.
    o count.fields() is now consistent with scan() in its handling of
      newlines in quoted strings.  Instead of triggering an error, this
      results in the current line receiving NA as the field count, with
      the next line getting the total count of the two lines.
    o The default method of image() will plot axes of the class of xlim
      and ylim (and hence of x and y if there is a suitable range()
      method).  Based on a suggestion of Michael Sumner.
    o load() now has a verbose argument for debugging support, to print
      the names of objects just before loading them.
    o When loading a serialized object encounters a reference to a
      namespace which cannot be loaded, this is replaced by a reference
      to the global environment, with a warning.
    o pairs() gains a line.main option for title placement.
    o The remaining instances in which serialization to a raw vector
      was limited to 2GB have been unlimited on a 64-bit platform, and
      in most cases serialization to a vector of more than 1GB will be
      substantially faster.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 171014 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 26)
Yes, this should be submitted. But: I am quite sure I did an osc sr after sucessfully compiling this. That sr went without error message. Whatever: Here it is again!
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 161078 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 25)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 156980 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 24)
- There were a few new files in foreign and rpart.
  Fixed now. Builds fine. 
  The upstream release happened today 11:01 CET. Would just
  be great if it could be included in 12.3! 
- Upstream release 2.15.3
- see, as usual, /usr/lib/R/doc/NEWS.html 
- This is mostly a bugfix release and the final release for the
  R-2.x.y series.
- Most important additions:
  NEW FEATURES:
    o lgamma(x) for very small x (in the denormalized range) is no
      longer Inf with a warning.
    o image() now sorts an unsorted breaks vector, with a warning.
    o The internal methods for tar() and untar() do a slightly more
      general job for 'ustar'-style handling of paths of more than 100
      bytes.
    o Packages compiler and parallel have been added to the reference
      index (refman.pdf).
    o untar(tar = "internal") has some support for pax headers as
      produced by e.g. gnutar --posix (which seems prevalent on
      OpenSUSE 12.2) or bsdtar --format pax, including long path and
      link names.
    o sQuote() and dQuote() now handle 0-length inputs.  (Suggestion of
      Ben Bolker.)
    o summaryRprof() returns zero-row data frames rather than throw an
      error if no events are recorded, for consistency.
    o The included version of PCRE has been updated to 8.32.
    o The tcltk namespace can now be re-loaded after unloading.
      The Tcl/Tk event loop is inhibited in a forked child from package
      parallel (as in e.g. mclapply()).
    o parallel::makeCluster() recognizes the value random for the
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 23)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139450 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 22)
- Upstream  release 2.15.2
- see, as usual, /usr/lib/R/doc/NEWS.html 
- most relevant change for rpm are some added translation files
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 127497 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 21)
- Make it build with latest TeXLive 2012 with new package layout
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 125843 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 20)
- Fixed: R-base-2.15.1-48.1.x86_64.rpm: directories not owned by a package:
 - /usr/lib64/R/share/locale/pl
 - /usr/lib64/R/share/locale/pl/LC_MESSAGES
	

- one more forgotten file in polish translation ... 

- spec file update to incorporate new polish translation 

- Upstream bugfix only release 2.15.1
- see, as usual, /usr/lib/R/doc/NEWS.html
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 19)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 114597 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 18)
- make R-base-devel require R-base as some packages think this
  dependancy is already there (i.e. some KDE packages).
  (patch from gregkh@opensuse.org)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 111987 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 17)
- Upstream updated to 2.15.0
- see, as usual, /usr/lib/R/doc/NEWS.html
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 108534 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 16)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 106906 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 15)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 97892 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 14)
- Upstream updated to 2.14.1
- see, as usual, /usr/lib/R/doc/NEWS.html for details.
- Only minor bug fixes + workaround for missing inconsolata.sty 
- on older systems.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 13)
replace license with spdx.org variant
Displaying revisions 61 - 80 of 92
openSUSE Build Service is sponsored by