math/R-reshape2: Import version 1.4.3
Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').
This commit is contained in:
parent
d2390b8a04
commit
db685a8b76
3 changed files with 28 additions and 0 deletions
2
math/R-reshape2/DESCR
Normal file
2
math/R-reshape2/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Flexibly restructure and aggregate data using just two functions: melt
|
||||
and 'dcast' (or 'acast').
|
20
math/R-reshape2/Makefile
Normal file
20
math/R-reshape2/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $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"
|
6
math/R-reshape2/distinfo
Normal file
6
math/R-reshape2/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/02/12 19:49:56 minskim Exp $
|
||||
|
||||
SHA1 (R/reshape2_1.4.3.tar.gz) = 14189819c2ef3c4461805c4aa6fcd4aa1851ac67
|
||||
RMD160 (R/reshape2_1.4.3.tar.gz) = 12c56d9756777d030b341a8702f8d041bf41846c
|
||||
SHA512 (R/reshape2_1.4.3.tar.gz) = 938eae07c52393f05c68810af1621b2f2a79ce6e2b7b16deb02a810e5cbe07f2079753a3d849def3ae88f849884199fcd28978214268008b6a705d9404847ddb
|
||||
Size (R/reshape2_1.4.3.tar.gz) = 36405 bytes
|
Loading…
Reference in a new issue