schw4b / Rpackages

My setup of R packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My R packages

Initial setup

install.packages("devtools")
install.packages("rmarkdown")
install.packages("testit")
install.packages("data.table")

My projects

install.packages("readxl")
install.packages("writexl")
install.packages("ggplot2")
install.packages("reshape2")
install.packages("cowplot")
install.packages("broom")
install.packages("Hmisc")
install.packages("rms")
install.packages("lubridate")
install.packages("officer")
install.packages("ggsurvfit") # survival plots
install.packages("magick") # ggdraw()
install.packages("hexSticker")
install.packages("MatchIt")

From GitHub

remotes::install_github("jamesotto852/fRiend")
remotes::install_github("schw4b/transplantr")
remotes::install_github("swisstransplant/swt")

About

My setup of R packages