Skip to content

Commit

Permalink
Revised circleci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Nov 5, 2021
1 parent 97cf847 commit fd5e644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
Rscript -e 'rmarkdown::pandoc_version()'
- run:
name: Build package
command: R CMD build .
command: R CMD build --no-build-vignettes .
- run:
name: Check package
command: R CMD check --as-cran *tar.gz
command: R CMD check --as-cran --ignore-vignettes *tar.gz
- store_artifacts:
path: susieR.Rcheck/
- save_cache:
Expand Down

0 comments on commit fd5e644

Please sign in to comment.