Type: Package
Package: cattonum
Title: Encode Categorical Features
Version: 0.0.3
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 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.0), purrr, Rcpp, rlang (>= 0.4.0), stats,
        tibble, tidyselect (>= 0.2.5)
Suggests: covr, knitr, lintr, nycflights13, ranger, rmarkdown,
        roxygen2, testthat
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-12-17 01:22:42 UTC; bernie
Author: Bernie Gray [aut, cre] (<https://orcid.org/0000-0001-9190-6032>),
  Mark Roepke [ctb]
Repository: CRAN
Date/Publication: 2019-12-17 14:10:09 UTC
