summaryrefslogtreecommitdiff
path: root/math/R/patches
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-16 19:04:42 +0000
committerjlam <jlam>2000-08-16 19:04:42 +0000
commitc2b8b07c231500f057374bf25df681712e865be6 (patch)
tree881379548753c013f8bcc1f015d21e3b4fe4acbf /math/R/patches
parentf828e6756bffe311f23705f09420047656294499 (diff)
downloadpkgsrc-c2b8b07c231500f057374bf25df681712e865be6.tar.gz
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
Diffstat (limited to 'math/R/patches')
-rw-r--r--math/R/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/R/patches/patch-aa b/math/R/patches/patch-aa
index 305ab8fe433..45a1589cdd9 100644
--- a/math/R/patches/patch-aa
+++ b/math/R/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2000/08/11 23:02:38 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2000/08/16 19:04:43 jlam Exp $
---- configure.in.orig Wed Jun 14 16:51:52 2000
-+++ configure.in Fri Aug 11 18:26:41 2000
-@@ -362,10 +362,6 @@
+--- configure.in.orig Sun Jul 30 18:46:45 2000
++++ configure.in Wed Aug 16 13:56:09 2000
+@@ -321,10 +321,6 @@
if ${use_libmoto}; then
AC_CHECK_LIB(moto, sin)
fi