From 9539dab6fbe29ae0cb89be20a9e7adaa968240ad Mon Sep 17 00:00:00 2001 From: tylermorganwall Date: Sat, 30 Mar 2024 12:18:46 -0400 Subject: [PATCH] -Update GHA to install raybevel --- .github/workflows/R-CMD-check.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 51e1f0be..2fdbddbc 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -46,6 +46,11 @@ jobs: r-version: ${{ matrix.config.r }} http-user-agent: ${{ matrix.config.http-user-agent }} use-public-rspm: true + + - name: Install GitHub package raybevel + run: | + Rscript -e "if(!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes')" + Rscript -e "remotes::install_github('tylermorganwall/raybevel')" - uses: r-lib/actions/setup-r-dependencies@v2 with: