Skip to content

Commit

Permalink
fix CI: remove mentions of thesisdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Marwick committed Sep 25, 2017
1 parent bf7c900 commit d923af8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2,232 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN . /etc/environment \
# build this compendium package
&& R -e "devtools::install('/huskydown', dep=TRUE)" \

# make a PhD thesis from the tepmlate, and then
# render it into a PDF
# make a PhD thesis from the template, remove pre-built PDF,
# then render new thesis into a PDF, then check it could work:
&& R -e "rmarkdown::draft('index.Rmd', template = 'thesis', package = 'huskydown', create_dir = TRUE, edit = FALSE); setwd('index'); file.remove('_book/thesis.pdf'); bookdown::render_book('index.Rmd', huskydown::thesis_pdf(latex_engine = 'xelatex')); file.exists('_book/thesis.pdf')"
4 changes: 2 additions & 2 deletions inst/rmarkdown/templates/thesis/skeleton/01-chap1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ new.pkg <- pkg[!(pkg %in% installed.packages())]
# install them
if (length(new.pkg))
install.packages(new.pkg, repos = "http://cran.rstudio.com")
# Load packages (thesisdown will load all of the packages as well)
library(thesisdown)
# Load packages (huskydown will load all of the packages as well)
library(huskydown)
```

\clearpage
Expand Down
Loading

0 comments on commit d923af8

Please sign in to comment.