diff options
author | minskim <minskim@pkgsrc.org> | 2018-03-19 15:27:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-03-19 15:27:45 +0000 |
commit | ab23414fb1fb1c62d22359dc5482ee46385def87 (patch) | |
tree | 2315eda33757266d493f93ff6e1ffcb60e245b01 /math | |
parent | 2eea9a1f3dbc821f60e6b6a254031910216be735 (diff) | |
download | pkgsrc-ab23414fb1fb1c62d22359dc5482ee46385def87.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/R-tibble/DESCR | 2 | ||||
-rw-r--r-- | math/R-tibble/Makefile | 23 | ||||
-rw-r--r-- | math/R-tibble/distinfo | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/math/R-tibble/DESCR b/math/R-tibble/DESCR new file mode 100644 index 00000000000..f367ae9bd78 --- /dev/null +++ b/math/R-tibble/DESCR @@ -0,0 +1,2 @@ +Provides a 'tbl_df' class (the 'tibble') that provides stricter +checking and better formatting than the traditional data frame. diff --git a/math/R-tibble/Makefile b/math/R-tibble/Makefile new file mode 100644 index 00000000000..498a1160da6 --- /dev/null +++ b/math/R-tibble/Makefile @@ -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 +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 --git a/math/R-tibble/distinfo b/math/R-tibble/distinfo new file mode 100644 index 00000000000..5db0d1acb55 --- /dev/null +++ b/math/R-tibble/distinfo @@ -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 |