Files
MiningTransparencyManuscript/.Rprofile
T
2026-05-18 22:43:11 +02:00

5 lines
148 B
R

source("renv/activate.R")
source(file.path(Sys.getenv(
if (.Platform$OS.type == "windows") "USERPROFILE" else "HOME"
), ".vscode-R", "init.R"))