pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-tibble math/R-tibble: Import version 1.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7af50a39c1e
branches:  trunk
changeset: 377590:c7af50a39c1e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Mar 19 15:27:45 2018 +0000

description:
math/R-tibble: Import version 1.4.2

Provides a 'tbl_df' class (the 'tibble') that provides stricter
checking and better formatting than the traditional data frame.

diffstat:

 math/R-tibble/DESCR    |   2 ++
 math/R-tibble/Makefile |  23 +++++++++++++++++++++++
 math/R-tibble/distinfo |   6 ++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 7dbca90f49e7 -r c7af50a39c1e math/R-tibble/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tibble/DESCR       Mon Mar 19 15:27:45 2018 +0000
@@ -0,0 +1,2 @@
+Provides a 'tbl_df' class (the 'tibble') that provides stricter
+checking and better formatting than the traditional data frame.
diff -r 7dbca90f49e7 -r c7af50a39c1e math/R-tibble/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tibble/Makefile    Mon Mar 19 15:27:45 2018 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2018/03/19 15:27:45 minskim Exp $
+
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://tibble.tidyverse.org/
+COMMENT=       Simple data frames
+LICENSE=       mit
+
+R_PKGNAME=     tibble
+R_PKGVER=      1.4.2
+
+DEPENDS+=      R-cli-[0-9]*:../../devel/R-cli
+DEPENDS+=      R-crayon-[0-9]*:../../devel/R-crayon
+DEPENDS+=      R-pillar>=1.1.0:../../misc/R-pillar
+DEPENDS+=      R-rlang-[0-9]*:../../devel/R-rlang
+
+USE_LANGUAGES= c
+
+BUILDLINK_API_DEPENDS.R+=      R>=3.1.0
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 7dbca90f49e7 -r c7af50a39c1e math/R-tibble/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tibble/distinfo    Mon Mar 19 15:27:45 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/19 15:27:45 minskim Exp $
+
+SHA1 (R/tibble_1.4.2.tar.gz) = 445bc804c36b332cb91e2959364b56a759a55c87
+RMD160 (R/tibble_1.4.2.tar.gz) = 596cf3e01fee60e2cf72e0568b586de0ca98084e
+SHA512 (R/tibble_1.4.2.tar.gz) = 388087528b0c04b0ad93421c6b2cb8cce3dee789fa8443badab9aa58400db2ba67a0073b761c1379d8d69dd7a1a01040c3ff8253b79aa95afd362b06b1e01ebb
+Size (R/tibble_1.4.2.tar.gz) = 109808 bytes



Home | Main Index | Thread Index | Old Index