The goal of biostatUtil is to provide utility functions for date formatting, survival analysis, confusion matrices, contingency tables, and data visualization.
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.
remotes::install_deps()
to install all dependencies (these are
packages listed in the Imports
field of DESCRIPTION
)BiocManager::install()
devtools::check()
to see which packages to install from
Suggests
field of DESCRIPTION
R CMD javareconf
to reconfigure Java paths
and other configurations. Note that Java v1.8.0 is required for java
dependencies to successfully load when biostatUtil
is attached.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.