Skip to content

Commit

Permalink
no deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Sep 25, 2024
1 parent 9342d6e commit 60f63c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/R-CMD-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ jobs:
Rscript -e "remotes::install_github('r-hub/sysreqs')"
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"
- uses: r-lib/actions/setup-r-dependencies@v2
- name: Install dependencies
run: |
remotes::install_cran("rcmdcheck")
install.packages('svn', repos = 'https://ctu-bern.r-universe.dev')
install.packages('testthat')
shell: Rscript {0}

#- name: Install dependencies
# run: |
# remotes::install_cran("rcmdcheck")
# install.packages('svn', repos = 'https://ctu-bern.r-universe.dev')
# install.packages('testthat')
# shell: Rscript {0}

- name: Session info
run: |
Expand Down

0 comments on commit 60f63c4

Please sign in to comment.