From 3477c5b07c2539311ff69bb71df30093f6781140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Thu, 8 May 2025 11:49:14 +0200 Subject: [PATCH] deps: use GitHub release for httpgd --- init-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-env.sh b/init-env.sh index 036c7d9..0017c4e 100755 --- a/init-env.sh +++ b/init-env.sh @@ -17,7 +17,7 @@ initialise_r() { sed -i '' '/source("renv\/activate.R")/d' .Rprofile fi Rscript -e 'renv::init(bare = FALSE)' - Rscript -e 'renv::install(c("rmarkdown", "prompt", "languageserver", "lintr", "styler", "cli"))' + Rscript -e 'renv::install(c("rmarkdown", "languageserver", "nx10/httpgd@v2.0.3", "prompt", "lintr", "cli"))' Rscript -e 'renv::snapshot(type = "all")' fi }