The goal of biostatUtil is to provide utility functions for date formatting, survival analysis, confusion matrices, contingency tables, and data visualization.
Installation
You can install biostatUtil from GitHub with:
remotes::install_github("TalhoukLab/biostatUtil")
Note that there are a few administrative tasks to perform to ensure the package can still be installed when the R version is updated.
- Run
remotes::install_deps()
to install all dependencies (these are packages listed in theImports
field ofDESCRIPTION
) - Install remaining Bioconductor dependencies with
BiocManager::install()
- Run
devtools::check()
to see which packages to install fromSuggests
field ofDESCRIPTION
- Open Terminal and run
R CMD javareconf
to reconfigure Java paths and other configurations. Note that Java v1.8.0 is required for java dependencies to successfully load whenbiostatUtil
is attached.