Package: formulize
Title: Add Formula Interfaces to Modelling Functions
Version: 0.1.0
Authors@R: person("Alex", "Hayes", , "alexpghayes@gmail.com", c("aut", "cre"))
Description: Automatically generates wrappers for modelling functions
    that accept data as a data matrix X and a data vector y and produces
    a wrapper that allows users to specify input data with a formula and a data frame.
    In addition to generating formula interfaces, users may also generated wrapper S3
    generics.
License: MIT + file LICENSE
Depends: R (>= 3.4)
Imports: rlang, recipes
Suggests: covr, glmnet, testthat
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-01-09 15:25:09 UTC; alex
Author: Alex Hayes [aut, cre]
Maintainer: Alex Hayes <alexpghayes@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-09 18:23:30 UTC
