pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-modelr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 23 05:15:16 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-modelr/DESCR \
    pkgsrc/math/R-modelr/Makefile pkgsrc/math/R-modelr/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-modelr/DESCR
diff -u /dev/null pkgsrc/math/R-modelr/DESCR:1.1
--- /dev/null   Sat Apr 23 05:15:16 2022
+++ pkgsrc/math/R-modelr/DESCR  Sat Apr 23 05:15:16 2022
@@ -0,0 +1,2 @@
+Functions for modelling that help you seamlessly integrate modelling
+into a pipeline of data manipulation and visualisation.
Index: pkgsrc/math/R-modelr/Makefile
diff -u /dev/null pkgsrc/math/R-modelr/Makefile:1.1
--- /dev/null   Sat Apr 23 05:15:16 2022
+++ pkgsrc/math/R-modelr/Makefile       Sat Apr 23 05:15:16 2022
@@ -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"
Index: pkgsrc/math/R-modelr/distinfo
diff -u /dev/null pkgsrc/math/R-modelr/distinfo:1.1
--- /dev/null   Sat Apr 23 05:15:16 2022
+++ pkgsrc/math/R-modelr/distinfo       Sat Apr 23 05:15:16 2022
@@ -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