From db685a8b768527951d12ea8025ff66c423c68ce2 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 12 Feb 2018 19:49:56 +0000 Subject: [PATCH] math/R-reshape2: Import version 1.4.3 Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast'). --- math/R-reshape2/DESCR | 2 ++ math/R-reshape2/Makefile | 20 ++++++++++++++++++++ math/R-reshape2/distinfo | 6 ++++++ 3 files changed, 28 insertions(+) create mode 100644 math/R-reshape2/DESCR create mode 100644 math/R-reshape2/Makefile create mode 100644 math/R-reshape2/distinfo diff --git a/math/R-reshape2/DESCR b/math/R-reshape2/DESCR new file mode 100644 index 000000000000..f1b58435fb31 --- /dev/null +++ b/math/R-reshape2/DESCR @@ -0,0 +1,2 @@ +Flexibly restructure and aggregate data using just two functions: melt +and 'dcast' (or 'acast'). diff --git a/math/R-reshape2/Makefile b/math/R-reshape2/Makefile new file mode 100644 index 000000000000..3a1f77a68fb3 --- /dev/null +++ b/math/R-reshape2/Makefile @@ -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" diff --git a/math/R-reshape2/distinfo b/math/R-reshape2/distinfo new file mode 100644 index 000000000000..cd18f40d68c8 --- /dev/null +++ b/math/R-reshape2/distinfo @@ -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