pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-modelr (math/R-modelr) import R-modelr-0.1.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a49b6cf15f2
branches: trunk
changeset: 377573:5a49b6cf15f2
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 23 05:15:16 2022 +0000
description:
(math/R-modelr) import R-modelr-0.1.8
Functions for modelling that help you seamlessly integrate modelling
into a pipeline of data manipulation and visualisation.
diffstat:
math/R-modelr/DESCR | 2 ++
math/R-modelr/Makefile | 22 ++++++++++++++++++++++
math/R-modelr/distinfo | 5 +++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r 2bf62672fbcb -r 5a49b6cf15f2 math/R-modelr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-modelr/DESCR Sat Apr 23 05:15:16 2022 +0000
@@ -0,0 +1,2 @@
+Functions for modelling that help you seamlessly integrate modelling
+into a pipeline of data manipulation and visualisation.
diff -r 2bf62672fbcb -r 5a49b6cf15f2 math/R-modelr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-modelr/Makefile Sat Apr 23 05:15:16 2022 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2022/04/23 05:15:16 mef Exp $
+
+R_PKGNAME= modelr
+R_PKGVER= 0.1.8
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Modelling Functions that Work with the Pipe
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= R-magrittr>=2.0.1:../../devel/R-magrittr
+DEPENDS+= R-purrr>=0.2.2:../../devel/R-purrr
+DEPENDS+= R-rlang>=0.2.0:../../devel/R-rlang
+DEPENDS+= R-tidyselect>=1.1.1:../../devel/R-tidyselect
+DEPENDS+= R-broom>=0.7.9:../../math/R-broom
+DEPENDS+= R-tibble>=3.1.4:../../math/R-tibble
+DEPENDS+= R-tidyr>=0.8.0:../../math/R-tidyr
+DEPENDS+= R-vctrs>=0.3.8:../../math/R-vctrs
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 2bf62672fbcb -r 5a49b6cf15f2 math/R-modelr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-modelr/distinfo Sat Apr 23 05:15:16 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/23 05:15:16 mef Exp $
+
+BLAKE2s (R/modelr_0.1.8.tar.gz) = 8ba42d39266e2105f964e4dbf0971aba0c2f2e8a9fc5d62a3d7ee1321f62270b
+SHA512 (R/modelr_0.1.8.tar.gz) = 712e7e63a2f5beec3845b3e16f444a69eacd00759d51bec1428ce84907bfe42545fe0d6e592c82bc2c2dd6bce4d58ae5865225a4697fc8e35f420f3b5ed51b2b
+Size (R/modelr_0.1.8.tar.gz) = 121333 bytes
Home |
Main Index |
Thread Index |
Old Index