Skip to content

Instantly share code, notes, and snippets.

@RaphaelS1
Last active September 18, 2022 11:13
Show Gist options
  • Save RaphaelS1/3ff80ce542f6b4112fe6499f0236e3da to your computer and use it in GitHub Desktop.
Save RaphaelS1/3ff80ce542f6b4112fe6499f0236e3da to your computer and use it in GitHub Desktop.
options(repos=c(
mlrorg = 'https://mlr-org.r-universe.dev',
raphaels1 = 'https://raphaels1.r-universe.dev',
CRAN = 'https://cloud.r-project.org'
))
install.packages(c("ggplot2", "mlr3benchmark", "mlr3pipelines", "mlr3proba", "mlr3tuning",
"survivalmodels", "mlr3extralearners"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment