Package: roistats
Title: Convenience Functions for Applying Basic Stats to Sub-Groups
Version: 0.1.0
Authors@R: 
    person(given = "Yufei",
           family = "Zhao",
           role = c("aut", "cre"),
           email = "fay.zz0213@gmail.com",
           comment = c(ORCID = "0000-0002-6511-8507"))
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-05 19:12:34 UTC; zhaoyufei
Author: Yufei Zhao [aut, cre] (<https://orcid.org/0000-0002-6511-8507>)
Maintainer: Yufei Zhao <fay.zz0213@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-09 08:20:03 UTC
