Package: arsenal
Title: An Arsenal of 'R' Functions for Large-Scale Statistical
        Summaries
Version: 1.0.0
Date: 2018-02-02
Authors@R: c(
    person("Ethan", "Heinzen", email = "heinzen.ethan@mayo.edu", role = c("aut", "cre")),
    person("Jason", "Sinnwell", role="aut"),
    person("Elizabeth", "Atkinson", role="aut"),
    person("Tina", "Gunderson", role="aut"),
    person("Gregory", "Dougherty", role="aut"),
    person("Patrick", "Votruba", role="ctb"),
    person("Ryan", "Lennon", role="ctb"),
    person("Andrew", "Hanson", role="ctb"),
    person("Krista", "Goergen", role="ctb"),
    person("Emily", "Lundt", role="ctb"),
    person("Brendan", "Broderick", role="ctb")
  )
Description: An Arsenal of 'R' functions for large-scale statistical summaries,
  which are streamlined to work within the latest reporting tools in 'R' and
  'RStudio' and which use formulas and versatile summary statistics for summary
  tables and models. The primary functions include tableby(), a Table-1-like
  summary of multiple variable types 'by' the levels of a categorical
  variable; modelsum(), which performs simple model fits on the same endpoint
  for many variables (univariate or adjusted for standard covariates);
  freqlist(), a powerful frequency table across many categorical variables;
  compare.data.frame(), the S3 method for comparing data.frames; and
  write2(), a function to output tables to a document.
Suggests: broom, stringr, magrittr, knitr, rmarkdown, xtable, pander,
        survival (>= 2.41-3), coin, pROC, MASS, gam, rpart, yaml
Depends: R (>= 3.2.0), stats (>= 3.2.0)
Imports: testthat
URL: https://github.com/eheinzen/arsenal,
        https://cran.r-project.org/package=arsenal
BugReports: https://github.com/eheinzen/arsenal/issues
VignetteBuilder: knitr
License: GPL (>= 2)
RoxygenNote: 6.0.1
LazyData: true
NeedsCompilation: no
Packaged: 2018-02-02 21:18:59 UTC; m144326
Author: Ethan Heinzen [aut, cre],
  Jason Sinnwell [aut],
  Elizabeth Atkinson [aut],
  Tina Gunderson [aut],
  Gregory Dougherty [aut],
  Patrick Votruba [ctb],
  Ryan Lennon [ctb],
  Andrew Hanson [ctb],
  Krista Goergen [ctb],
  Emily Lundt [ctb],
  Brendan Broderick [ctb]
Maintainer: Ethan Heinzen <heinzen.ethan@mayo.edu>
Repository: CRAN
Date/Publication: 2018-02-02 21:41:25 UTC
