Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 08/16/2000 22:04:44
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Aug 16 19:04:44 UTC 2000

Modified Files:
	pkgsrc/math/R: Makefile
	pkgsrc/math/R/files: md5 patch-sum
	pkgsrc/math/R/patches: patch-aa
	pkgsrc/math/R/pkg: PLIST

Log Message:
Update R to 1.1.1.  This is primarily a bugfix release from version 1.1.0,
particularly fixing the table editor, but also contains a few additions:

    o	data(), example() and help() now search the loaded packages, then
	in their .lib.loc argument, the latter as pre-0.99.0.  See
	their help pages for the precise details.

    o	help() has a new argument `try.all.packages' set by the option
	"help.try.all.packages". If help is not found in the normal
	path and this is TRUE then a search is made of all packages
	for possible matches.

    o   prop.trend.test() - test for trend in proportions.

    o   write.table() has new argument `dec' for setting the decimal
        separator (SPSS/Windows and probably others want commas in
	continental European locales).

    o   Advance warning: save(, oldstyle=TRUE) will no longer be
	available after this release.

    o   Symbols can now be coerced to expressions, making
	as.expression(quote(a)) work


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/math/R/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/math/R/files/md5 pkgsrc/math/R/files/patch-sum
cvs rdiff -r1.4 -r1.5 pkgsrc/math/R/patches/patch-aa
cvs rdiff -r1.8 -r1.9 pkgsrc/math/R/pkg/PLIST

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