Last active
April 27, 2025 03:01
-
-
Save danielvartan/2f7acf1ba6a3de8cf14d22da8b41fa6b to your computer and use it in GitHub Desktop.
My `.Rprofile` settings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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