pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-reshape2 math/R-reshape2: Import version 1.4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f6e3f42fd6e
branches:  trunk
changeset: 375490:3f6e3f42fd6e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Feb 12 19:49:56 2018 +0000

description:
math/R-reshape2: Import version 1.4.3

Flexibly restructure and aggregate data using just two functions: melt
and 'dcast' (or 'acast').

diffstat:

 math/R-reshape2/DESCR    |   2 ++
 math/R-reshape2/Makefile |  20 ++++++++++++++++++++
 math/R-reshape2/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 1d215396d0fb -r 3f6e3f42fd6e math/R-reshape2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-reshape2/DESCR     Mon Feb 12 19:49:56 2018 +0000
@@ -0,0 +1,2 @@
+Flexibly restructure and aggregate data using just two functions: melt
+and 'dcast' (or 'acast').
diff -r 1d215396d0fb -r 3f6e3f42fd6e math/R-reshape2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-reshape2/Makefile  Mon Feb 12 19:49:56 2018 +0000
@@ -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@localhost
+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 -r 1d215396d0fb -r 3f6e3f42fd6e math/R-reshape2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-reshape2/distinfo  Mon Feb 12 19:49:56 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index