From 31cef5dd85b3420b01bd01a9466b112bbef697e4 Mon Sep 17 00:00:00 2001 From: perrydv Date: Sun, 23 Jun 2024 10:17:28 -0700 Subject: [PATCH] update check.yaml --- .github/workflows/check.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 43ae191..2e948ee 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -76,10 +76,10 @@ jobs: run: | remotes::install_deps(dependencies = TRUE) remotes::install_cran("rcmdcheck") - install.packages('devtools') - install.packages('pracma') - install.packages('numDeriv') - devtools::install_github("nimble-dev/nimble", ref = "ADoak", subdir = "packages/nimble") # Remove this line once AD is released in NIMBLE + # install.packages('devtools') + # install.packages('pracma') + # install.packages('numDeriv') + # devtools::install_github("nimble-dev/nimble", ref = "ADoak", subdir = "packages/nimble") # Remove this line once AD is released in NIMBLE shell: Rscript {0} - name: Session info