db685a8b76
Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').
20 lines
494 B
Makefile
20 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/02/12 19:49:56 minskim Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://had.co.nz/reshape/
|
|
COMMENT= Flexibly reshape data
|
|
|
|
R_PKGNAME= reshape2
|
|
R_PKGVER= 1.4.3
|
|
|
|
DEPENDS+= R-plyr>=1.8.1:../../math/R-plyr
|
|
DEPENDS+= R-stringr-[0-9]*:../../textproc/R-stringr
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
.include "../../devel/R-Rcpp/buildlink3.mk"
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|