From 01aaa5803b65b35f270595437402b3d35568274e Mon Sep 17 00:00:00 2001 From: Michael Levin Date: Thu, 20 Jun 2024 20:26:33 -0400 Subject: [PATCH] Update workflow --- .github/workflows/R-CMD-check.yaml | 20 ++++++++++---------- .github/workflows/pkgdown.yaml | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index eb8bec7..b17125f 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -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: diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 910f05d..c24a360 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -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: