Type: Package
Package: cattonum
Title: Encode Categorical Features
Version: 0.0.5
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 and S3 classes for the following
    methods of encoding categorical features as numerics:
    aggregate, dummy, frequency, label, leave-one-out,
    mean, median, and one-hot.
License: MIT + file LICENSE
URL: https://github.com/bfgray3/cattonum
BugReports: https://github.com/bfgray3/cattonum/issues
Depends: R (>= 3.6.0)
Imports: dplyr (>= 1.0.0), purrr, rlang (>= 0.4.6), stats, tibble (>=
        2.1.3), tidyselect (>= 1.1.0), Rcpp
Suggests: covr, knitr, lintr, nycflights13, ranger, rmarkdown,
        roxygen2, testthat
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: yes
Packaged: 2020-06-15 01:34:23 UTC; bernie
Author: Bernie Gray [aut, cre] (<https://orcid.org/0000-0001-9190-6032>),
  Mark Roepke [ctb]
Repository: CRAN
Date/Publication: 2020-06-15 04:50:06 UTC
Built: R 4.0.2; x86_64-w64-mingw32; 2020-08-02 12:15:12 UTC; windows
Archs: i386, x64
