Type: Package Package: modeltests Title: Testing Infrastructure for Broom Model Generics Version: 0.1.8.9000 Authors@R: c(person(given = "Alex", family = "Hayes", role = c("aut", "cre"), email = "alexpghayes@gmail.com", comment = c(ORCID = "0000-0002-4985-5160")), person(given = "Simon", family = "Couch", role = "aut", email = "simonpatrickcouch@gmail.com")) Description: Provides a number of testthat tests that can be used to verify that tidy(), glance() and augment() methods meet consistent specifications. This allows methods for the same generic to be spread across multiple packages, since all of those packages can make the same guarantees to users about returned objects. License: MIT + file LICENSE URL: https://github.com/alexpghayes/modeltests BugReports: https://github.com/alexpghayes/modeltests/issues Depends: R (>= 3.5) Imports: dplyr (>= 0.7.6), generics, purrr (>= 0.2.5), testthat (>= 2.0.0), tibble (>= 3.0.0) Suggests: covr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://alexpghayes.r-universe.dev Date/Publication: 2026-01-08 22:04:52 UTC RemoteUrl: https://github.com/alexpghayes/modeltests RemoteRef: HEAD RemoteSha: 9de4fdf1c6ed311e1d263afaaeeb64ff578c5de4 NeedsCompilation: no Packaged: 2026-06-07 07:40:22 UTC; root Author: Alex Hayes [aut, cre] (ORCID: ), Simon Couch [aut] Maintainer: Alex Hayes