Type: Package Package: furniture Title: Furniture for Quantitative Scientists Version: 1.12.0 Authors@R: c( person("Tyson S.", "Barrett", role=c("aut","cre"), email = "t.barrett88@gmail.com", comment = c(ORCID = "0000-0002-2137-1391")), person("Emily", "Brignone", role="aut"), person("Daniel J.", "Laxman", role="aut") ) Description: Contains four main functions (i.e., four pieces of furniture), including 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 (>= 3.0) Imports: gt, flextable Suggests: dplyr (>= 0.8.0), knitr, magrittr, rmarkdown, testthat, tibble LazyData: true VignetteBuilder: knitr URL: https://tysonbarrett.com/furniture/, https://github.com/TysonStanley/furniture BugReports: https://github.com/TysonStanley/furniture/issues Encoding: UTF-8 License: GPL-3 RoxygenNote: 7.3.3 Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libnode-dev Repository: https://tysonstanley.r-universe.dev Date/Publication: 2026-07-01 04:11:37 UTC RemoteUrl: https://github.com/tysonstanley/furniture RemoteRef: HEAD RemoteSha: c1e1c2d8b6d4c0bc5947b57fb3825e286f82d864 NeedsCompilation: no Packaged: 2026-07-01 06:20:05 UTC; root Author: Tyson S. Barrett [aut, cre] (ORCID: ), Emily Brignone [aut], Daniel J. Laxman [aut] Maintainer: Tyson S. Barrett