pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  6 07:33:41 UTC 2010

Modified Files:
        pkgsrc/math/R: Makefile PLIST distinfo
        pkgsrc/math/R/patches: patch-ab patch-ac patch-ad

Log Message:
Changes 2.11.0:
* Packages must have been installed under R >= 2.10.0, as the
  current help system is the only one now supported.
* A port to 64-bit Windows is now available as well as binary package
  repositiories: see the 'R Administration and Installation Manual'.
* Argument matching for primitive functions is now done in the same way
  as for interpreted functions except for the deliberate exceptions
        call switch .C .Fortran .Call .External
  all of which use positional matching for their first argument,
  and also some internal-use-only primitives.
* The default device for command-line R at the console on Mac OS X
  is now quartz() and not X11().

New features
* The 'open' modes for connections are now interpreted more consistently.
* R CMD INSTALL now uses the internal untar() in package utils.
* help(try.all.packages = TRUE) is much faster.
* R CMD check has a new option '--timings' to record per-example timings
  in file <pkg>.Rcheck/<pkg>-Ex.timings.
* The TRE library has been updated to version 0.8.0 (minor bugfixes).
More...


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/math/R/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R/PLIST
cvs rdiff -u -r1.42 -r1.43 pkgsrc/math/R/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/R/patches/patch-ab
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/R/patches/patch-ac
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/R/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index