pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-patrick



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Feb  3 21:48:19 UTC 2025

Modified Files:
        pkgsrc/devel/R-patrick: Makefile distinfo

Log Message:
(devel/R-patrick) Updated 0.2.0 to 0.3.0, make test passed

# patrick (0.3.0)

*  Patrick can build test names as {glue}-formatted strings, e.g.

    ```r
    with_parameters_test_that(
      "col2hex works for color {color_name}",
      {
        expect_equal(col2hex(color_name), color_hex)
      },
      color_name = c("red", "blue", "black"),
      color_hex = c("#FF0000", "#0000FF", "#000000")
    )
    ```

    This also works for supplying such a formatted string as `.test_name`.

    To disable this behavior, use `.interpret_glue = FALSE`.

    Thanks @chiricom!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-patrick/Makefile \
    pkgsrc/devel/R-patrick/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/R-patrick/Makefile
diff -u pkgsrc/devel/R-patrick/Makefile:1.1 pkgsrc/devel/R-patrick/Makefile:1.2
--- pkgsrc/devel/R-patrick/Makefile:1.1 Sun Dec 18 02:33:53 2022
+++ pkgsrc/devel/R-patrick/Makefile     Mon Feb  3 21:48:19 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/12/18 02:33:53 mef Exp $
+# $NetBSD: Makefile,v 1.2 2025/02/03 21:48:19 mef Exp $
 
 R_PKGNAME=     patrick
-R_PKGVER=      0.2.0
+R_PKGVER=      0.3.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,6 +14,12 @@ DEPENDS+=    R-testthat>=3.1.5:../../devel/
 DEPENDS+=      R-dplyr>=1.0.9:../../math/R-dplyr
 DEPENDS+=      R-tibble>=3.1.4:../../math/R-tibble
 
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-patrick/distinfo
diff -u pkgsrc/devel/R-patrick/distinfo:1.1 pkgsrc/devel/R-patrick/distinfo:1.2
--- pkgsrc/devel/R-patrick/distinfo:1.1 Sun Dec 18 02:33:53 2022
+++ pkgsrc/devel/R-patrick/distinfo     Mon Feb  3 21:48:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/12/18 02:33:53 mef Exp $
+$NetBSD: distinfo,v 1.2 2025/02/03 21:48:19 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
+BLAKE2s (R/patrick_0.3.0.tar.gz) = fa077f39b72fb727979025e11c034e2454f6340de14e57903ebe675c24da6966
+SHA512 (R/patrick_0.3.0.tar.gz) = 72e76b8f45dc56c81b6b8fd3b9764cfedfd974539104301b480237546ed5477c5409b284bfa1798047acf97551ea4438cac6c7663b6d7dc8eacc658141dd8965
+Size (R/patrick_0.3.0.tar.gz) = 8610 bytes



Home | Main Index | Thread Index | Old Index