The aim of this package is to support statistical analyses and visualizations at Swisstransplant - the Swiss National Foundation for organ donation and transplantation.
remotes::install_github("Swisstransplant/swt")
library(swt)
make clean
cd swt; R -e 'devtools::document()'; cd ..
make build
make file=swt_0.2.tar.gz check
detach("package:swt", unload=TRUE)
R CMD REMOVE swt
R CMD INSTALL swt_0.2.tar.gz