From ae566032df93034df942e0ece95da6cc08b38002 Mon Sep 17 00:00:00 2001 From: lstimpfl Date: Sun, 9 Jun 2024 19:03:43 +0200 Subject: [PATCH] fix install-r --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index e46ce076..ce9ee5fd 100644 --- a/justfile +++ b/justfile @@ -22,7 +22,7 @@ install-dev: # Install R dependencies install-r: - Rscript -e 'install.packages(c("broom", "clubSandwich", "did2s", "fixest", "wildrwolf"), repos="https://cran.rstudio.com"); install.packages('ritest', repos = c('https://grantmcdermott.r-universe.dev', 'https://cloud.r-project.org'))' + Rscript -e 'install.packages(c("broom", "clubSandwich", "did2s", "fixest", "wildrwolf", "reticulate"), repos="https://cran.rstudio.com"); install.packages("ritest", repos = c("https://grantmcdermott.r-universe.dev", "https://cloud.r-project.org"))' # Create R test data sets update-tests-data: