Package: tldr
Title: T Loux Doing R: Functions to Simplify Data Analysis and
        Reporting
Version: 0.3.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 a wrapper for the CreateTableOne() 
    function in the 'tableone' package to make the results knit-able.
Depends: R (>= 4.0.0)
Imports: tableone, ggplot2, reshape2
Suggests: knitr
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2023-05-24 16:28:08 UTC; loux
Author: Travis Loux [aut, cre]
Maintainer: Travis Loux <travis.loux@slu.edu>
Repository: CRAN
Date/Publication: 2023-05-24 16:40:02 UTC
Built: R 4.2.0; ; 2023-05-25 11:48:36 UTC; unix
