diff options
author | markd <markd@pkgsrc.org> | 2008-10-14 06:51:09 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-10-14 06:51:09 +0000 |
commit | 88fc959826d1ac431fb0548fbe22c72175e4a593 (patch) | |
tree | 0872bcf7f8ef6afc5a1b56912803b4d901c7261c /math | |
parent | dfccae158ff9edb87baada09cdb8d22f0f84d2c4 (diff) | |
download | pkgsrc-88fc959826d1ac431fb0548fbe22c72175e4a593.tar.gz |
Update R-gtools to 2.5.0
gtools 2.5.0
------------
New features:
- Add checkRVersion() function to determin if a newer version of R is
available.
- Deprecated assert() in favor of base::stopifnot
Bug fixes:
- Fix bug in binsearch() identified by 2.6.0 R CMD CHECK
Other changes:
- Improve text explanation of how defmacro() and strmacro() differ from
function().
- Update definitions of odd() and even() to use modulus operator
instead of division.
gtools 2.4.0
------------
- Add binsearch() function, previously in the genetics() package.
gtools 2.3.1
------------
- Add ask() function to prompt the user and collect a single response.
gtools 2.3.0
------------
- Update email address for Greg
- Add new 'smartbind' function, which combines data frames
efficiently, even if they have different column names.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-gtools/Makefile | 6 | ||||
-rw-r--r-- | math/R-gtools/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-gtools/Makefile b/math/R-gtools/Makefile index 2beefbca151..7793cc6c2da 100644 --- a/math/R-gtools/Makefile +++ b/math/R-gtools/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.2 2007/01/08 04:40:27 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/14 06:51:09 markd Exp $ # CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ${R_HOMEPAGE_BASE}/gtools.html +HOMEPAGE= ${R_HOMEPAGE_BASE}/gtools/ COMMENT= Various R programming tools R_PKGNAME= gtools -R_PKGVER= 2.2.3 +R_PKGVER= 2.5.0 CHECK_WRKREF_SKIP+= lib/R/library/gtools/libs/gtools.so diff --git a/math/R-gtools/distinfo b/math/R-gtools/distinfo index 8b7c4df529d..5fd8bb9f262 100644 --- a/math/R-gtools/distinfo +++ b/math/R-gtools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/07/02 13:05:53 markd Exp $ +$NetBSD: distinfo,v 1.2 2008/10/14 06:51:09 markd Exp $ -SHA1 (R/gtools_2.2.3.tar.gz) = 904f2743ec436c30e1ff64ff19c85109ffffa9a5 -RMD160 (R/gtools_2.2.3.tar.gz) = a1f23ef38699741c9d81d6e48b987cb39a0112b7 -Size (R/gtools_2.2.3.tar.gz) = 40690 bytes +SHA1 (R/gtools_2.5.0.tar.gz) = d9e21572c5bcbe0bd897731a7c23cc342728b3b6 +RMD160 (R/gtools_2.5.0.tar.gz) = 907adcbd95ae96e2b127d7ab4f2eb8ef9df71668 +Size (R/gtools_2.5.0.tar.gz) = 29473 bytes |