Skip to content

Commit

Permalink
setup shell minor edit for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 16, 2024
1 parent 4130016 commit 5b70847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ fi

Rscript -e "
options(install.packages.check.source = 'no');
install.packages('remotes', repos = 'https://cran.r-project.org')
install.packages(c('remotes','rlang'), repos = 'https://cran.r-project.org');
remotes::install_deps(dependencies = TRUE)
"

0 comments on commit 5b70847

Please sign in to comment.