pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-gtools Update R-gtools to 2.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3426742c7c6
branches:  trunk
changeset: 548378:e3426742c7c6
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Oct 14 06:51:09 2008 +0000

description:
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:

 math/R-gtools/Makefile |  6 +++---
 math/R-gtools/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r dc171414c1cf -r e3426742c7c6 math/R-gtools/Makefile
--- a/math/R-gtools/Makefile    Tue Oct 14 06:44:25 2008 +0000
+++ b/math/R-gtools/Makefile    Tue Oct 14 06:51:09 2008 +0000
@@ -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@localhost
-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 -r dc171414c1cf -r e3426742c7c6 math/R-gtools/distinfo
--- a/math/R-gtools/distinfo    Tue Oct 14 06:44:25 2008 +0000
+++ b/math/R-gtools/distinfo    Tue Oct 14 06:51:09 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index