Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mglev1n committed Jun 21, 2024
1 parent e2d58b5 commit 01aaa58
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ jobs:
brew update
brew install gsl
# - name: Install remotes
# run: |
# Rscript -e "install.packages('remotes')"
#
# - name: Install hyprcoloc
# run: |
# # Rscript -e "remotes::install_version('Rcpp', version = '1.0.11')"
# # Rscript -e "remotes::install_version('RcppEigen', version = '0.3.3.9.3')"
# # Rscript -e "remotes::install_github('jrs95/hyprcoloc', build_opts = c('--resave-data', '--no-manual'), upgrade = 'never')"
# # Rscript -e "remotes::install_github('ZikunY/CARMA')"
- name: Install remotes
run: |
Rscript -e "install.packages('remotes')"
- name: Install hyprcoloc
run: |
Rscript -e "remotes::install_version('Rcpp', version = '1.0.11')"
Rscript -e "remotes::install_version('RcppEigen', version = '0.3.3.9.3')"
Rscript -e "remotes::install_github('jrs95/hyprcoloc', build_opts = c('--resave-data', '--no-manual'), upgrade = 'never')"
Rscript -e "remotes::install_github('ZikunY/CARMA')"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
run: |
Rscript -e "install.packages('remotes')"
# - name: Install hyprcoloc
# run: |
# # Rscript -e "remotes::install_version('Rcpp', version = '1.0.11')"
# # Rscript -e "remotes::install_version('RcppEigen', version = '0.3.3.9.3')"
# # Rscript -e "remotes::install_github('jrs95/hyprcoloc', build_opts = c('--resave-data', '--no-manual'), upgrade = 'never')"
# # Rscript -e "remotes::install_github('ZikunY/CARMA')"
- name: Install hyprcoloc
run: |
Rscript -e "remotes::install_version('Rcpp', version = '1.0.11')"
Rscript -e "remotes::install_version('RcppEigen', version = '0.3.3.9.3')"
Rscript -e "remotes::install_github('jrs95/hyprcoloc', build_opts = c('--resave-data', '--no-manual'), upgrade = 'never')"
Rscript -e "remotes::install_github('ZikunY/CARMA')"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 01aaa58

Please sign in to comment.