Skip to content

Commit

Permalink
#105 no TeX, same check as travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 3, 2020
1 parent 4539a63 commit 6601d69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ Makefile
^inst/unitTests/runit.workbook.readTable.R$
^inst/unitTests/resources/testWorkbookReadTable.xlsx$
cran-comments.md
revdep/
revdep/
.github/
13 changes: 9 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,19 @@ jobs:
echo java_home:$JAVA_HOME
echo library paths: $LD_LIBRARY_PATH
sudo R CMD javareconf JAVA_HOME=$JAVA_HOME
- name: Install tinytex
uses: r-lib/actions/setup-tinytex@v1
# - name: Install tinytex
# uses: r-lib/actions/setup-tinytex@v1
- name: Install dependencies
run: |
install.packages(c("rJava"))
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Check
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}
run: |
R CMD build --compact-vignettes=both --md5 .
R CMD check XLConnect*tar.gz
env:
FULL_TEST_SUITE: 1
# run: rcmdcheck::rcmdcheck(args = c("--no-manual"), error_on = "error")
# shell: Rscript {0}

0 comments on commit 6601d69

Please sign in to comment.