Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
benwhalley committed May 16, 2019
1 parent c945d18 commit e08b49e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 24 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.travis.yml
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ before_install:
- echo "CXX14 = g++-7 -fPIC -flto=2" >> ~/.R/Makevars
- echo "CXX14FLAGS = -mtune=native -march=native -Wno-unused-variable -Wno-unused-function -Wno-unused-local-typedefs -Wno-ignored-attributes -Wno-deprecated-declarations -Wno-attributes -O3" >> ~/.R/Makevars


latex: true
r_build_args: '--no-build-vignettes'
r_check_args: '--ignore-vignettes'

env:
global:
- MAKEFLAGS="-j 2"

matrix:
include:
- os: linux
Expand Down
30 changes: 15 additions & 15 deletions _output.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
bookdown::gitbook:
includes:
in_header: headers.html
css: style.css
config:
toc:
collapse: section
before: |
<li><a href="./">Just enough R</a></li>
download: null
split_by: section
includes:
in_header: headers.html
css: style.css
config:
toc:
collapse: section
before: |
<li><a href="./">Just enough R</a></li>
download: null
split_by: section

bookdown::pdf_book:
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
includes:
in_header: preamble.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes

0 comments on commit e08b49e

Please sign in to comment.