Subject: CVS commit: pkgsrc/devel/R-patrick
From: Makoto Fujiwara
Date: 2025-02-03 22:48:19
Message id: 20250203214819.35A6FFBE0@cvs.NetBSD.org

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!

Files:
RevisionActionfile
1.2modifypkgsrc/devel/R-patrick/Makefile
1.2modifypkgsrc/devel/R-patrick/distinfo