Package: tidystats
Title: Create a Tidy Statistics Output File
Version: 0.1
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 are: t.test(), cor.test(), lm(), aov(), anova(). The package is based on tidy principles (i.e., the 'tidyverse'; Wickham, 2017).
Depends: R (>= 3.4.2)
Imports: tibble, readr, tidyr, dplyr, magrittr, purrr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2017-10-28 08:24:16 UTC; Willem
Author: Willem Sleegers [aut, cre]
Maintainer: Willem Sleegers <w.sleegers@me.com>
Repository: CRAN
Date/Publication: 2017-10-29 12:44:44 UTC
