Subject: CVS commit: pkgsrc/math/R
To: None <pkgsrc-changes@netbsd.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 09/09/2002 03:59:04
Module Name:	pkgsrc
Committed By:	markd
Date:		Mon Sep  9 00:59:04 UTC 2002

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

Log Message:
Update R to 1.5.1, switch to buildlink2, change maintainer.

User-Visible Changes

    o XDR support is now guaranteed to be available, so the default
        save format will always be XDR binary files, and it is safe to
        distribute data in that format. (We are unaware of any
        platform that did not support XDR in recent versions of R.)

        gzfile() is guaranteed to be available, so the preferred
        method to distribute sizeable data objects is now via
        save(compress = TRUE).

    o pie() replaces piechart() and defaults to using pastel colours.

    o formatC has new arguments (see below) and formatC(*, d = <dig>)
        is no longer valid and must be written as formatC(*, digits = <dig>).

    o Missingness of character strings is treated much more
        consistently, and the character string "NA" can be used as a
        non-missing value.

    o summary.factor() now uses a stable sort, so the output will
        change where there are ties in the frequencies.

Plus lots of new features and many bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/math/R/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/math/R/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/math/R/patches/patch-aa
cvs rdiff -r1.12 -r1.13 pkgsrc/math/R/patches/patch-ab
cvs rdiff -r1.6 -r1.7 pkgsrc/math/R/patches/patch-ac

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