Skip to content

Commit

Permalink
Update r_ubuntu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidycliao committed Sep 20, 2024
1 parent f42bd9b commit 556afc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/r_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ jobs:
run: renv::status()
shell: Rscript {0}

- name: Check R package (with virtual environment)
run: |
source flair_env/bin/activate
R CMD build . --no-build-vignettes
R CMD check *tar.gz --no-build-vignettes --no-manual --no-tests --no-examples
shell: bash
# - name: Check R package (with virtual environment)
# run: |
# source flair_env/bin/activate
# R CMD build . --no-build-vignettes
# R CMD check *tar.gz --no-build-vignettes --no-manual --no-tests --no-examples
# shell: bash

0 comments on commit 556afc8

Please sign in to comment.