Package: patrick Title: Parameterized Unit Testing Version: 0.3.1 Authors@R: c( person(given = "Michael", family = "Quinn", role = "aut", email = "michael.quinn@aya.yale.edu"), person(given = "Michael", family = "Chirico", role = c("aut", "cre"), email = "chiricom@google.com")) Description: 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. License: Apache License 2.0 URL: https://github.com/google/patrick BugReports: https://github.com/google/patrick/issues Depends: R (>= 4.1.0) Imports: dplyr, glue, purrr, rlang, testthat (>= 3.2.0), tibble Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 NeedsCompilation: no Config/pak/sysreqs: cmake make libuv1-dev Repository: https://google.r-universe.dev Date/Publication: 2025-12-03 22:41:31 UTC RemoteUrl: https://github.com/google/patrick RemoteRef: HEAD RemoteSha: 07dfd3c484bf22583b1b39d2e01c0ac557d14989 Packaged: 2026-07-04 16:01:36 UTC; root Author: Michael Quinn [aut], Michael Chirico [aut, cre] Maintainer: Michael Chirico