{grstat}
is a package designed to help standardize the descriptive clinical research analyses at GR.
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/grstat@x.x.x", build_vignettes=TRUE)
Note that, for reproducibility purpose, an even better solution would be
to use renv
.