Skip to content

Oncostat/grstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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