Skip to content

Commit 219a67d

Browse files
authored
deps: Use GitHub release for httpgd dependency (#27)
1 parent 7037975 commit 219a67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ initialise_r() {
1717
sed -i '' '/source("renv\/activate.R")/d' .Rprofile
1818
fi
1919
Rscript -e 'renv::init(bare = FALSE)'
20-
Rscript -e 'renv::install(c("rmarkdown", "prompt", "languageserver", "lintr", "styler", "cli"))'
20+
Rscript -e 'renv::install(c("rmarkdown", "languageserver", "nx10/[email protected]", "prompt", "lintr", "cli"))'
2121
Rscript -e 'renv::snapshot(type = "all")'
2222
fi
2323
}

0 commit comments

Comments
 (0)