pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-patrick (devel/R-patrick) import R-patrick-0.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6409768ae71d
branches:  trunk
changeset: 390217:6409768ae71d
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 02:33:53 2022 +0000

description:
(devel/R-patrick) import R-patrick-0.2.0

This is an extension of the 'testthat' package that lets you add
parameters to your unit tests. Parameterized unit tests are often
easier to read and more reliable, since they follow the DNRY (do not
repeat yourself) rule.

diffstat:

 devel/R-patrick/DESCR    |   4 ++++
 devel/R-patrick/Makefile |  20 ++++++++++++++++++++
 devel/R-patrick/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r ded5f78f5099 -r 6409768ae71d devel/R-patrick/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-patrick/DESCR     Sun Dec 18 02:33:53 2022 +0000
@@ -0,0 +1,4 @@
+This is an extension of the 'testthat' package that lets you add
+parameters to your unit tests. Parameterized unit tests are often
+easier to read and more reliable, since they follow the DNRY (do not
+repeat yourself) rule.
diff -r ded5f78f5099 -r 6409768ae71d devel/R-patrick/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-patrick/Makefile  Sun Dec 18 02:33:53 2022 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/12/18 02:33:53 mef Exp $
+
+R_PKGNAME=     patrick
+R_PKGVER=      0.2.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Parameterized Unit Testing
+LICENSE=       apache-2.0
+
+DEPENDS+=      R-purrr>=0.3.4:../../devel/R-purrr
+DEPENDS+=      R-rlang>=1.0.6:../../devel/R-rlang
+DEPENDS+=      R-testthat>=3.1.5:../../devel/R-testthat
+DEPENDS+=      R-dplyr>=1.0.9:../../math/R-dplyr
+DEPENDS+=      R-tibble>=3.1.4:../../math/R-tibble
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r ded5f78f5099 -r 6409768ae71d devel/R-patrick/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-patrick/distinfo  Sun Dec 18 02:33:53 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/18 02:33:53 mef Exp $
+
+BLAKE2s (R/patrick_0.2.0.tar.gz) = 14365d78706053ec2e28f0e27e016bd3fef1f85662a537db52fe5c416984472e
+SHA512 (R/patrick_0.2.0.tar.gz) = dab3faa2a6f68a74e30819100b32b405784784a1d65363bd0ec6a3a57185af11127c0340847d8086524762e063c7bcb6fc0b5a41ffda279c5b585d209fc9e843
+Size (R/patrick_0.2.0.tar.gz) = 7609 bytes



Home | Main Index | Thread Index | Old Index