pkgsrc/math/R-gtools/Makefile
markd 88fc959826 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.
2008-10-14 06:51:09 +00:00

17 lines
402 B
Makefile

# $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/
COMMENT= Various R programming tools
R_PKGNAME= gtools
R_PKGVER= 2.5.0
CHECK_WRKREF_SKIP+= lib/R/library/gtools/libs/gtools.so
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"