Package: tidystats
Title: Create a Tidy Statistics Output File
Version: 0.3
Authors@R: person("Willem", "Sleegers", email = "w.sleegers@me.com", 
  role = c("aut", "cre"))
Description: Produce a data file containing the output of statistical models
  and assist with a workflow aimed at writing scientific papers using
  'R Markdown'. Supported statistical functions include: t.test(), cor.test(),
  lm(), glm(), aov(), anova(), and several others. The package is based on tidy
  data principles and the 'tidyverse' (Wickham, 2017).
Depends: R (>= 3.5.0)
Imports: tibble, readr, tidyr, dplyr, magrittr, purrr, stringr, knitr,
        kableExtra, miniUI, shiny, rlang
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 6.1.1
LazyData: true
Suggests: testthat, lme4, lmerTest, psych
NeedsCompilation: no
Packaged: 2019-01-02 22:57:33 UTC; Willem
Author: Willem Sleegers [aut, cre]
Maintainer: Willem Sleegers <w.sleegers@me.com>
Repository: CRAN
Date/Publication: 2019-01-03 01:10:08 UTC
