Skip to content

Instantly share code, notes, and snippets.

@danielvartan
Last active April 27, 2025 03:01
Show Gist options
  • Save danielvartan/2f7acf1ba6a3de8cf14d22da8b41fa6b to your computer and use it in GitHub Desktop.
Save danielvartan/2f7acf1ba6a3de8cf14d22da8b41fa6b to your computer and use it in GitHub Desktop.
My `.Rprofile` settings.
# Load packages -----
library(magrittr)
library(ragg)
# Set options -----
options(scipen = 999)
options(vsc.use_httpgd = TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment