Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/schw4b/rpackages
- Owner: schw4b
- Created: 2023-03-28T10:09:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T08:53:32.000Z (about 1 month ago)
- Last Synced: 2024-11-20T10:47:18.773Z (about 1 month ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")