Package: evanverse
Type: Package
Title: Utility Functions for Data Analysis and Visualization
Version: 0.5.1
Date: 2026-03-29
Authors@R: 
    person("Evan", "Zhou", email = "evanzhou.bio@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0009-4600-8175"))
Author: Evan Zhou [aut, cre] (ORCID: <https://orcid.org/0009-0009-4600-8175>)
Maintainer: Evan Zhou <evanzhou.bio@gmail.com>
Description: A utility toolkit for data analysis and visualization in R.
    Provides ~50 functions covering package management, color palette management,
    data visualization (bar, pie, density, Venn, forest plots), statistical
    testing (t-test, ANOVA, chi-square, correlation, power analysis), bioinformatics
    utilities (gene ID conversion, GMT parsing, GEO access), and custom infix
    operators. Implementation follows tidyverse principles (Wickham et al. (2019)
    <doi:10.21105/joss.01686>).
License: MIT + file LICENSE
License_is_FOSS: yes
License_restricts_use: no
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/evanbio/evanverse,
        https://evanbio.github.io/evanverse/
BugReports: https://github.com/evanbio/evanverse/issues
VignetteBuilder: knitr
Depends: R (>= 4.1)
Imports: cli, tibble, tidyr, dplyr, rlang, ggplot2, jsonlite, curl,
        withr, ggpubr, utils, tools, stats, grDevices, pwr, biomaRt,
        forestploter
Suggests: BiocManager, GSEABase, GEOquery, car, ggcorrplot, knitr,
        psych, rmarkdown, testthat (>= 3.0.0), ggvenn, ggVennDiagram,
        scales, R.utils, janitor, devtools, purrr, reactable
LazyData: true
NeedsCompilation: no
Packaged: 2026-03-29 15:14:47 UTC; 84241
Repository: CRAN
Date/Publication: 2026-03-29 16:00:10 UTC
