Package: autostats
Type: Package
Title: Auto Stats
Version: 0.4.0
Authors@R: 
    person(given = "Harrison",
           family = "Tietze",
           role = c("aut", "cre"),
           email = "harrison4192@gmail.com")
Maintainer: Harrison Tietze <harrison4192@gmail.com>
Description: Automatically do statistical exploration. Create formulas using 'tidyselect' syntax, and then determine cross-validated model accuracy and variable contributions using 'glm' and 'xgboost'. Contains additional helper functions to create and modify formulas. Has a flagship function to quickly determine relationships between categorical and continuous variables in the data set.
Encoding: UTF-8
Imports: dplyr, stringr, tidyselect, purrr, janitor, tibble, rlang,
        stats, rlist, broom, magrittr, ggeasy, ggplot2, jtools, gtools,
        ggthemes, patchwork, tidyr, xgboost, parsnip, recipes, rsample,
        tune, workflows, framecleaner, presenter, yardstick, dials,
        party, data.table, nnet, recosystem
RoxygenNote: 7.2.1
URL: https://harrison4192.github.io/autostats/,
        https://github.com/Harrison4192/autostats
BugReports: https://github.com/Harrison4192/autostats/issues
Suggests: knitr, rmarkdown, forcats, parallel, doParallel, igraph,
        moreparty, broom.mixed, hardhat, flextable, glmnet,
        Ckmeans.1d.dp, ggstance, Matrix, BBmisc, XICOR, readr,
        lubridate
VignetteBuilder: knitr
License: MIT + file LICENSE
NeedsCompilation: no
Packaged: 2022-11-07 09:53:03 UTC; 81804
Author: Harrison Tietze [aut, cre]
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2022-11-07 10:20:06 UTC
Built: R 4.1.3; ; 2023-04-17 20:32:15 UTC; windows
