Skip to content

Commit

Permalink
install more LaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Feb 7, 2019
1 parent 2e7e95e commit ee451de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,10 @@
# Usually you shouldn't need to change the first part of the file

# DO NOT CHANGE THE CODE BELOW
before_install: R -q -e 'install.packages("remotes"); remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages(); tic::before_install()'
before_install:
- R -q -e 'install.packages("remotes"); remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages(); tic::before_install()'
-
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full
install: R -q -e 'tic::install()'
after_install: R -q -e 'tic::after_install()'
before_script: R -q -e 'tic::before_script()'
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Expand Up @@ -7,8 +7,7 @@ Imports:
htmltools,
bookdown,
purrr,
humaniformat,
tinytex
humaniformat
Remotes:
bergant/airtabler,
rstudio/htmltools,
Expand Down
3 changes: 0 additions & 3 deletions tic.R
Expand Up @@ -16,9 +16,6 @@ get_stage("deploy") %>%
add_code_step(
file.copy(from = "pdfbook/ropensci-dev-guide.pdf",
to = "_book/ropensci-dev-guide.pdf")
) %>%
add_code_step(
tinytex::install_tinytex()
)

if (Sys.getenv("id_rsa") != "") {
Expand Down

0 comments on commit ee451de

Please sign in to comment.