pkgsrc/math/R-abind/Makefile
wen a85853e271 Update to 1.4.5
Upstream changes:
2016-05-14  Tony Plate <tplate@acm.org>
	* Version 1.4-4
	* add imports to NAMESPACE file
2016-04-16  Tony Plate <tplate@acm.org>
        * Version 1.4-3
        * add ... args to asub() and adrop() generics

2013-08-18  Tony Plate <tplate@acm.org>
        * Version 1.4-1
        * add use.dnns= arg to abind() to propagate names on dimnames (i.e., names(dimnames(x)))
	* add ability for hier.names= arg to abind() to take values 'before' and 'after' (TRUE and FALSE still work with unchanged meaning)
2016-07-27 02:37:10 +00:00

16 lines
367 B
Makefile

# $NetBSD: Makefile,v 1.6 2016/07/27 02:37:10 wen Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/abind/
COMMENT= Combine multi-dimensional arrays
LICENSE= gnu-lgpl-v2
R_PKGNAME= abind
R_PKGVER= 1.4-5
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"