R - statistics package (S-Plus like)

Edit Package R-base
http://cran.r-project.org/

R is a language which is not entirely unlike the S language developed at
AT&T Bell Laboratories by Rick Becker, John Chambers and Allan Wilks.
AUTHORS: R Core Team

Refresh
Refresh
Source Files
Filename Size Changed
R-3.6.0.tar.bz2 0026598034 25.4 MB
R-base.changes 0000237649 232 KB
R-base.spec 0000059029 57.6 KB
macros.R 0000001386 1.35 KB
Revision 66 (latest revision is 93)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 698133 from Detlef Steuer's avatar Detlef Steuer (dsteuer) (revision 66)
-  CHANGES IN R 3.6.0:
  SIGNIFICANT USER-VISIBLE CHANGES:
    * Serialization format version 3 becomes the default for
      serialization and saving of the workspace (save(), serialize(),
      saveRDS(), compiler::cmpfile()).  Serialized data in format 3
      cannot be read by versions of R prior to version 3.5.0.
      Serialization format version 2 is still supported and can be
      selected by version = 2 in the save/serialization functions.  The
      default can be changed back for the whole R session by setting
      environment variables R_DEFAULT_SAVE_VERSION and
      R_DEFAULT_SERIALIZE_VERSION to 2.  For maximal
      back-compatibility, files vignette.rds and partial.rdb generated
      by R CMD build are in serialization format version 2, and resave
      by default produces files in serialization format version 2
      (unless the original is already in format version 3).
    * The default method for generating from a discrete uniform
      distribution (used in sample(), for instance) has been changed.
      This addresses the fact, pointed out by Ottoboni and Stark, that
      the previous method made sample() noticeably non-uniform on large
      populations.  See PR#17494 for a discussion.  The previous method
      can be requested using RNGkind() or RNGversion() if necessary for
      reproduction of old results.  Thanks to Duncan Murdoch for
      contributing the patch and Gabe Becker for further assistance.
      The output of RNGkind() has been changed to also return the
      'kind' used by sample().
  NEW FEATURES:
    * Sys.setFileTime() has been vectorized so arguments path and time
      of length greater than one are now supported.
    * axis() gets new option gap.axis = NA for specifying a
      multiplication factor for the minimal "gap" (distance) between
Comments 0
openSUSE Build Service is sponsored by