Package: generics
Title: Common S3 Generics not Provided by Base R Methods Related to Model
    Fitting
Version: 0.1.3
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("Max", "Kuhn", , "max@rstudio.com", role = "aut"),
    person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"),
    person("RStudio", role = "cph")
  )
Description: In order to reduce potential package dependencies and
    conflicts, generics provides a number of commonly used S3 generics.
License: MIT + file LICENSE
URL: https://generics.r-lib.org, https://github.com/r-lib/generics
BugReports: https://github.com/r-lib/generics/issues
Depends: 
    R (>= 3.2)
Imports: 
    methods
Suggests: 
    covr,
    pkgload,
    testthat (>= 3.0.0),
    tibble,
    withr
Config/Needs/website:
    tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
