Subject: CVS commit: pkgsrc/math/R
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 04/27/2004 11:24:31
Module Name:	pkgsrc
Committed By:	markd
Date:		Tue Apr 27 11:24:31 UTC 2004

Modified Files:
	pkgsrc/math/R: Makefile distinfo
	pkgsrc/math/R/patches: patch-aa patch-ac patch-af patch-ag patch-ah
	    patch-aj patch-ak patch-al patch-an patch-aq patch-as
Removed Files:
	pkgsrc/math/R/patches: patch-ad

Log Message:
Update R to 1.9.0 and buildlink3ify

USER-VISIBLE CHANGES

    o   Underscore '_' is now allowed in syntactically valid names, and
        make.names() no longer changes underscores.  Very old code
        that makes use of underscore for assignment may now give
        confusing error messages.

    o   Package 'base' has been split into packages 'base', 'graphics',
        'stats' and 'utils'.  All four are loaded in a default
        installation, but the separation allows a 'lean and mean'
        version of R to be used for tasks such as building indices.

        Packages ctest, eda, modreg, mva, nls, stepfun and ts have been
        merged into stats, and lqs has been returned to MASS.  In all
        cases a stub has been left that will issue a warning and ensure
        that the appropriate new home is loaded.  All the time series
        datasets have been moved to package stats.  Sweave has been
        moved to utils.

        Package mle has been moved to stats4 which will become the
        central place for statistical S4 classes and methods
        distributed with base R.  Package mle remains as a stub.

        Users may notice that code in .Rprofile is run with only the
        new base loaded and so functions may now not be found.  For
        example, ps.options(horizontal = TRUE) should be preceded by
        library(graphics) or called as graphics::ps.options or,
        better, set as a hook -- see ?setHook.

    o   There has been a concerted effort to speed up the startup of
        an R session: it now takes about 2/3rds of the time of 1.8.1.

    o   A warning is issued at startup in a UTF-8 locale, as currently R
        only supports single-byte encodings.

plus many new features and bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 pkgsrc/math/R/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/math/R/distinfo
cvs rdiff -r1.12 -r1.13 pkgsrc/math/R/patches/patch-aa
cvs rdiff -r1.11 -r1.12 pkgsrc/math/R/patches/patch-ac
cvs rdiff -r1.6 -r0 pkgsrc/math/R/patches/patch-ad
cvs rdiff -r1.6 -r1.7 pkgsrc/math/R/patches/patch-af \
    pkgsrc/math/R/patches/patch-ag
cvs rdiff -r1.4 -r1.5 pkgsrc/math/R/patches/patch-ah
cvs rdiff -r1.2 -r1.3 pkgsrc/math/R/patches/patch-aj \
    pkgsrc/math/R/patches/patch-ak pkgsrc/math/R/patches/patch-al \
    pkgsrc/math/R/patches/patch-an pkgsrc/math/R/patches/patch-aq
cvs rdiff -r1.1 -r1.2 pkgsrc/math/R/patches/patch-as

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