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