Package: roistats
Title: Convenience Functions for Applying Basic Stats to Sub-Groups
Version: 0.1.1
Authors@R: 
    c(person(given = "Yufei",
           family = "Zhao",
           role = c("aut", "cre"),
           email = "fay.zz0213@gmail.com",
           comment = c(ORCID = "0000-0002-6511-8507")),
      person(given = "Daniel",
             family = "Anderson",
             role = c("ctb"),
             email = "daniela@uoregon.edu",
             comment = c(ORCID = "https://orcid.org/0000-0003-4699-4680")))
Description: Easily applying same t-tests/basic data description across several sub-groups, with the output as a nice arranged data.frame. Multiple comparison and the significance symbols are also provided.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
URL: https://github.com/Irisfee/roistats
BugReports: https://github.com/Irisfee/roistats/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: dplyr, tidyr, magrittr, purrr, stats, rlang
Suggests: testthat (>= 3.0.0), covr, knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-03-09 23:34:05 UTC; zhaoyufei
Author: Yufei Zhao [aut, cre] (<https://orcid.org/0000-0002-6511-8507>),
  Daniel Anderson [ctb] (<https://orcid.org/0000-0003-4699-4680>)
Maintainer: Yufei Zhao <fay.zz0213@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-10 17:20:02 UTC
Built: R 4.0.2; ; 2021-03-11 12:19:52 UTC; unix
