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: markd
Date: Sat Apr 26 02:39:27 UTC 2008
Modified Files:
pkgsrc/math/R: Makefile PLIST distinfo
pkgsrc/math/R/patches: patch-ac patch-ad
Log Message:
Update to 2.7.0
SIGNIFICANT USER-VISIBLE CHANGES
o The default graphics device in non-interactive use is now
pdf() rather than postscript(). [PDF viewers are now
more widely available than PostScript viewers.]
The default width and height for pdf() and bitmap() have been
changed to 7 (inches) to match the screen devices.
o Most users of the X11() device will see a new device that has
different fonts, anti-aliasing of lines and fonts and
supports semi-transparent colours.
o Considerable efforts have been made to make the default output
from graphics devices as similar as possible (and in
particular close to that from postscript/pdf). Many devices
were misinterpreting 'pointsize' in some way, for example as
being in device units (pixels) rather than in points.
o Packages which include graphics devices need to be re-installed
for this version of R, with recently updated versions.
+ New features and bug fixes.
To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 pkgsrc/math/R/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/math/R/PLIST
cvs rdiff -r1.37 -r1.38 pkgsrc/math/R/distinfo
cvs rdiff -r1.22 -r1.23 pkgsrc/math/R/patches/patch-ac
cvs rdiff -r1.11 -r1.12 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