Package: scipub
Title: Summarize Data for Scientific Publication
Version: 1.1.0
Authors@R: 
    person(given = "David",
           family = "Pagliaccio",
           role = c("aut", "cre"),
           email = "david.pagliaccio@gmail.com",
           comment = c(ORCID = "0000-0002-1214-1965"))
Description: Create and format tables and APA statistics for
    scientific publication. This includes making a 'Table 1'
    to summarize demographics across groups, correlation tables
    with significance indicated by stars, and extracting formatted
    statistical summarizes from simple tests for in-text notation.
    The package also includes functions for Winsorizing data based
    on a Z-statistic cutoff.  
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Language: en-US
VignetteBuilder: knitr
URL: https://github.com/dpagliaccio/scipub,
        https://dpagliaccio.github.io/scipub/
BugReports: https://github.com/dpagliaccio/scipub/issues
Depends: R (>= 3.6)
Imports: dplyr, forcats, purrr, stats, stringr, tibble, tidyr,
        tidyselect
Suggests: spelling, ggplot2, htmlTable, knitr, rmarkdown
NeedsCompilation: no
Packaged: 2020-06-03 23:32:27 UTC; david
Author: David Pagliaccio [aut, cre] (<https://orcid.org/0000-0002-1214-1965>)
Maintainer: David Pagliaccio <david.pagliaccio@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-04 06:40:02 UTC
Built: R 3.6.3; ; 2020-08-05 06:27:39 UTC; windows
