Skip to content

Commit

Permalink
Update Description
Browse files Browse the repository at this point in the history
  • Loading branch information
mglev1n committed Jun 21, 2024
1 parent 904c101 commit 86c373e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
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('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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
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('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
Expand Down

0 comments on commit 86c373e

Please sign in to comment.