Skip to content

Commit

Permalink
Debugging Rcpp build 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Jul 8, 2024
1 parent 1f612df commit f0312a8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,6 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Build package
run: |
R CMD build .
- name: Check package
run: |
R CMD check --no-manual --no-tests --no-examples --no-codoc --no-vignettes --no-build-vignettes *tar.gz
- name: Show check results
if: always()
run: |
find . -name "00check.log" -exec cat {} \;
find . -name "00install.out" -exec cat {} \;
- name: Deploy to branch
if: success()
shell: Rscript {0}
Expand Down

0 comments on commit f0312a8

Please sign in to comment.