Skip to content

Commit

Permalink
using remotes instead of devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
oduerr committed May 18, 2024
1 parent fcc5639 commit ad118ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:

- name: Install R packages
run: |
Rscript -e 'install.packages(c("ggplot2", "knitr", "rmarkdown", "devtools"))'
Rscript -e 'devtools::install_github("tensorchiefs/data/R/edudat")'
Rscript -e 'install.packages(c("ggplot2", "knitr", "rmarkdown", "remotes"))'
Rscript -e 'remotes::install_github("tensorchiefs/data/R/edudat")' # Replace with your GitHub username and repository
- name: Install Python packages
run: |
Expand Down

0 comments on commit ad118ed

Please sign in to comment.