Package: tldr
Title: T Loux Doing R: Functions to Simplify Data Analysis and
        Reporting
Version: 0.4.0
Authors@R: person("Travis", "Loux", email = "travis.loux@slu.edu", 
                  role = c("aut", "cre"))
Description: Gives a number of functions to aid common data 
    analysis processes and reporting statistical results in an 'RMarkdown' file. 
    Data analysis functions combine multiple base R functions used to describe 
    simple bivariate relationships into a single, easy to use function. 
    Reporting functions will return character strings to report p-values, 
    confidence intervals, and hypothesis test and regression results. Strings 
    will be LaTeX-formatted as necessary and will knit pretty in an 'RMarkdown' 
    document. The package also provides wrappers function in the 'tableone' 
    package to make the results knit-able.
Depends: R (>= 4.1.0)
Imports: tableone, ggplot2, reshape2
Suggests: knitr
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-04-19 15:06:48 UTC; loux
Author: Travis Loux [aut, cre]
Maintainer: Travis Loux <travis.loux@slu.edu>
Repository: CRAN
Date/Publication: 2024-04-19 15:20:02 UTC
