Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.97 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.97 KB

grstat

Package-License Lifecycle: experimental CRAN status CRAN RStudio mirror downloads Last Commit R-CMD-check

{grstat} is a package designed to help standardize the descriptive clinical research analyses at GR.

Installation

The package is not on CRAN yet, so you have to install the development package from GitHub:

# Install development version on Github
remotes::install_github("Oncostat/grstat")

# Install specific tagged version (for reproducibility purpose)
remotes::install_github("Oncostat/[email protected]", build_vignettes=TRUE)

Note that, for reproducibility purpose, an even better solution would be to use renv.

Features