Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schw4b/rpackages

My setup of R packages
https://github.com/schw4b/rpackages

Last synced: 12 days ago
JSON representation

My setup of R packages

Awesome Lists containing this project

README

        

# My R packages

## Minimal setup
install.packages("remotes")
remotes::install_github("jamesotto852/fRiend")
install.packages("fs")
install.packages("testit")
install.packages("rmarkdown")

## Development
install.packages("devtools")

## Data processing
install.packages("readxl")
install.packages("writexl")
install.packages("data.table")
install.packages("reshape2")
install.packages("lubridate")
install.packages("hms")

## Plotting
install.packages("ggplot2")
install.packages("gridExtra")
install.packages("magick") # ggdraw()
install.packages("ggflowchart")
install.packages("pammtools") # geom_stepribbon() for custom cuminc plots

## Analysis
install.packages("survival")
install.packages("cmprsk")
install.packages("broom")
install.packages("Hmisc")
install.packages("rms")
install.packages("ggsurvfit") # survival plots
install.packages("MatchIt")
install.packages("consort")
install.packages("pROC")
install.packages("predtools")

## From GitHub
remotes::install_github("schw4b/transplantr")
remotes::install_github("swisstransplant/swt")