aboutsummaryrefslogblamecommitdiff
path: root/devel/R-cran-hardhat/pkg-descr
blob: ef704a5d4254b75e161b0b236301b22415644f34 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                      
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.

WWW: https://cran.r-project.org/web/packages/hardhat/