head	1.2;
access;
symbols
	pkgsrc-2026Q3:1.2.0.14
	pkgsrc-2026Q3-base:1.2
	pkgsrc-2026Q2:1.2.0.12
	pkgsrc-2026Q2-base:1.2
	pkgsrc-2026Q1:1.2.0.10
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.8
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.6
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.4
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.2
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.1.0.18
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.16
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.14
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.12
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.10
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.8
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.6
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.4
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.2
	pkgsrc-2022Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.02.03.21.48.19;	author mef;	state Exp;
branches;
next	1.1;
commitid	7ylzMCll6IpHr4IF;

1.1
date	2022.12.18.02.33.53;	author mef;	state Exp;
branches;
next	;
commitid	gacYDiPdLdX84Z5E;


desc
@@


1.2
log
@(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!
@
text
@$NetBSD: distinfo,v 1.1 2022/12/18 02:33:53 mef Exp $

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
@


1.1
log
@(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.
@
text
@d1 1
a1 1
$NetBSD$
d3 3
a5 3
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
@

