Skip to content

Commit

Permalink
fixed texi2dvi issues building R package
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 7, 2019
1 parent b5d89ad commit 2bf3dc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if [[ $TRAVIS == "true" ]] && [[ $OS_NAME == "linux" ]]; then
--no-install-recommends \
-y \
r-base-dev=${R_TRAVIS_LINUX_VERSION} \
texinfo \
texlive-latex-recommended \
texlive-fonts-recommended \
texlive-fonts-extra \
Expand Down Expand Up @@ -75,9 +76,6 @@ LOG_FILE_NAME="lightgbm.Rcheck/00check.log"
# suppress R CMD check warning from Suggests dependencies not being available
export _R_CHECK_FORCE_SUGGESTS_=0

# get some logs on the latex stuff
R CMD Rd2pdf --no-clean ${BUILD_DIRECTORY}/R-package/man/

# fails tests if either ERRORs or WARNINGs are thrown by
# R CMD CHECK
R CMD check ${PKG_TARBALL} \
Expand Down
16 changes: 8 additions & 8 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ jobs:
strategy:
maxParallel: 3
matrix:
regular:
TASK: regular
PYTHON_VERSION: 3.6
sdist:
TASK: sdist
PYTHON_VERSION: 3.5
bdist:
TASK: bdist
# regular:
# TASK: regular
# PYTHON_VERSION: 3.6
# sdist:
# TASK: sdist
# PYTHON_VERSION: 3.5
# bdist:
# TASK: bdist
r_package:
TASK: r-package
steps:
Expand Down

0 comments on commit 2bf3dc1

Please sign in to comment.