Package: hardhat Title: Construct Modeling Packages Version: 1.3.0 Authors@R: c( person("Davis", "Vaughan", , "davis@posit.co", role = c("aut", "cre")), person("Max", "Kuhn", , "max@posit.co", role = "aut"), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Building modeling packages is hard. A large amount of effort generally goes into providing an implementation for a new method that is efficient, fast, and correct, but often less emphasis is put on the user interface. A good interface requires specialized knowledge about S3 methods and formulas, which the average package developer might not have. The goal of 'hardhat' is to reduce the burden around building new modeling packages by providing functionality for preprocessing, predicting, and validating input. License: MIT + file LICENSE URL: https://github.com/tidymodels/hardhat, https://hardhat.tidymodels.org BugReports: https://github.com/tidymodels/hardhat/issues Depends: R (>= 3.5.0) Imports: cli (>= 3.6.0), glue (>= 1.6.2), rlang (>= 1.1.0), tibble (>= 3.2.1), vctrs (>= 0.6.0) Suggests: covr, crayon, devtools, knitr, Matrix, modeldata (>= 0.0.2), recipes (>= 1.0.5), rmarkdown (>= 2.3), roxygen2, testthat (>= 3.0.0), usethis (>= 2.1.5) VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.3 NeedsCompilation: no Packaged: 2023-03-29 18:31:14 UTC; davis Author: Davis Vaughan [aut, cre], Max Kuhn [aut], Posit Software, PBC [cph, fnd] Maintainer: Davis Vaughan Repository: CRAN Date/Publication: 2023-03-30 09:20:12 UTC Built: R 4.2.3; ; 2023-04-18 22:53:10 UTC; unix