Type: Package
Package: cattonum
Title: Encode Categorical Features
Version: 0.0.4
Authors@R: 
    c(person(given = "Bernie",
             family = "Gray",
             role = c("aut", "cre"),
             email = "bfgray3@gmail.com",
             comment = c(ORCID = "0000-0001-9190-6032")),
      person(given = "Mark",
             family = "Roepke",
             role = "ctb",
             email = "mroepke5@gmail.com"))
Maintainer: Bernie Gray <bfgray3@gmail.com>
Description: Functions for aggregate encoding, dummy encoding,
    frequency encoding, label encoding, leave-one-out encoding,
    mean encoding, median encoding, and one-hot encoding.
License: MIT + file LICENSE
URL: https://github.com/bfgray3/cattonum
BugReports: https://github.com/bfgray3/cattonum/issues
Depends: R (>= 3.3.0)
Imports: dplyr (>= 0.7.8), purrr, Rcpp, rlang (>= 0.4.2), stats,
        tibble, tidyselect (>= 1.0.0)
Suggests: covr, knitr, lintr, nycflights13, ranger, rmarkdown,
        roxygen2, testthat
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: yes
Packaged: 2020-02-09 03:27:24 UTC; bernie
Author: Bernie Gray [aut, cre] (<https://orcid.org/0000-0001-9190-6032>),
  Mark Roepke [ctb]
Repository: CRAN
Date/Publication: 2020-02-09 12:30:06 UTC
