Type: Package
Package: modeltests
Title: Testing Infrastructure for Broom Model Generics
Version: 0.1.6
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.1)
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
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-05-03 17:35:53 UTC; alex
Author: Alex Hayes [aut, cre] (<https://orcid.org/0000-0002-4985-5160>),
  Simon Couch [aut]
Maintainer: Alex Hayes <alexpghayes@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-03 17:50:02 UTC
Built: R 4.2.3; ; 2024-05-03 20:19:40 UTC; unix
