Package: tidystats
Title: Create a Tidy Statistics Output File
Version: 0.2
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(), aov(), anova(). 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
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-05-06 16:23:55 UTC; Willem
Author: Willem Sleegers [aut, cre]
Maintainer: Willem Sleegers <w.sleegers@me.com>
Repository: CRAN
Date/Publication: 2018-05-06 16:35:50 UTC
