Type: Package
Package: cattonum
Version: 0.0.1
Title: Encode Categorical Features
Description: Functions for dummy encoding, frequency encoding,
    label encoding, leave-one-out encoding, mean encoding,
    and one-hot encoding.
Authors@R: person("Bernie",
                  "Gray",
                  email = "bfgray3@gmail.com",
                  role = c("aut", "cre"))
URL: https://github.com/bfgray3/cattonum
BugReports: https://github.com/bfgray3/cattonum/issues
Encoding: UTF-8
Depends: R (>= 3.2.0)
Imports: rlang (>= 0.1.6), stats, tidyselect (>= 0.2.3)
LazyData: true
License: MIT + file LICENSE
Suggests: covr, dplyr, knitr, nycflights13, ranger, rmarkdown,
        testthat, tibble
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-01-23 02:19:24 UTC; bfgray3
Author: Bernie Gray [aut, cre]
Maintainer: Bernie Gray <bfgray3@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-23 11:36:17 UTC
