Package: furniture
Type: Package
Title: Furniture for Quantitative Scientists
Version: 1.9.10
Date: 2021-02-20
Authors@R: c(person("Tyson S.", "Barrett",  
                    role=c("aut","cre"), 
                    email = "t.barrett@aggiemail.usu.edu", 
                    comment = c(ORCID = "0000-0002-2137-1391")),
 	         person("Emily", "Brignone", role="aut"),
 	         person("Daniel J.", "Laxman", role="aut"))
Maintainer: Tyson S. Barrett <t.barrett@aggiemail.usu.edu>
Description: Contains four main functions (i.e., four pieces of furniture):
    table1() which produces a well-formatted table of descriptive statistics common as Table 1
    in research articles, tableC() which produces a well-formatted table of correlations,
    tableF() which provides frequency counts, and washer() which 
    is helpful in cleaning up the data. These furniture-themed functions are designed 
    to simplify common tasks in quantitative analysis. Other data summary and cleaning tools 
    are also available.
Depends: R (>= 2.10)
Imports: knitr, dplyr (>= 0.8.0)
Suggests: magrittr, rmarkdown, testthat
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
License: GPL-3
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-20 09:08:05 UTC; tbarret2
Author: Tyson S. Barrett [aut, cre] (<https://orcid.org/0000-0002-2137-1391>),
  Emily Brignone [aut],
  Daniel J. Laxman [aut]
Repository: CRAN
Date/Publication: 2021-02-20 09:30:02 UTC
