Browse code

updated vignette since biocstyle::pdf_document seems to be breaking the build

gfinak authored on 04/12/2019 01:06:47
Showing 1 changed files

... ...
@@ -3,7 +3,7 @@ title: "How to use the SimpleCOMPASS Interface"
3 3
 author: "Greg Finak"
4 4
 date: "`r Sys.Date()`"
5 5
 output: 
6
-  BiocStyle::pdf_document
6
+  BiocStyle::html_document
7 7
 vignette: >
8 8
   %\VignetteIndexEntry{SimpleCOMPASS}
9 9
   %\VignetteEngine{knitr::rmarkdown}
... ...
@@ -11,6 +11,10 @@ vignette: >
11 11
 bibliography: bibliography.bib
12 12
 ---
13 13
 
14
+```{r, include=FALSE}
15
+options(tinytex.verbose = TRUE)
16
+```
17
+
14 18
 ```{r setup, include = FALSE}
15 19
 knitr::opts_chunk$set(
16 20
   collapse = TRUE,