Received: by mail.netbsd.org (Postfix, from userid 605) id 44ECD84DA9; Sat, 23 Apr 2022 05:15:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 801C684D82 for ; Sat, 23 Apr 2022 05:15:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rQneRbmqLoJE for ; Sat, 23 Apr 2022 05:15:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F04CF84CE2 for ; Sat, 23 Apr 2022 05:15:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E991FFB1A; Sat, 23 Apr 2022 05:15:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650690916287670" MIME-Version: 1.0 Date: Sat, 23 Apr 2022 05:15:16 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-modelr To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220423051516.E991FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650690916287670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1650690916287670 Content-Disposition: inline Content-Length: 1804 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1650690916287670--