pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-tibble



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Mar 19 15:27:45 UTC 2018

Added Files:
        pkgsrc/math/R-tibble: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-tibble/DESCR \
    pkgsrc/math/R-tibble/Makefile pkgsrc/math/R-tibble/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-tibble/DESCR
diff -u /dev/null pkgsrc/math/R-tibble/DESCR:1.1
--- /dev/null   Mon Mar 19 15:27:45 2018
+++ pkgsrc/math/R-tibble/DESCR  Mon Mar 19 15:27:45 2018
@@ -0,0 +1,2 @@
+Provides a 'tbl_df' class (the 'tibble') that provides stricter
+checking and better formatting than the traditional data frame.
Index: pkgsrc/math/R-tibble/Makefile
diff -u /dev/null pkgsrc/math/R-tibble/Makefile:1.1
--- /dev/null   Mon Mar 19 15:27:45 2018
+++ pkgsrc/math/R-tibble/Makefile       Mon Mar 19 15:27:45 2018
@@ -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"
Index: pkgsrc/math/R-tibble/distinfo
diff -u /dev/null pkgsrc/math/R-tibble/distinfo:1.1
--- /dev/null   Mon Mar 19 15:27:45 2018
+++ pkgsrc/math/R-tibble/distinfo       Mon Mar 19 15:27:45 2018
@@ -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