Skip to content

Commit a0bf03f

Browse files
committed
output github md instead of html
1 parent 704651d commit a0bf03f

File tree

3 files changed

+5
-505
lines changed

3 files changed

+5
-505
lines changed

vignettes/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.R
2+
*.html

vignettes/struct_model.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: StRUCT Model Template
3-
output: rmarkdown::html_vignette
3+
output:
4+
github_document:
5+
df_print: paged
6+
html_preview: false
47
vignette: >
58
%\VignetteIndexEntry{StRUCT Model Template}
69
%\VignetteEngine{knitr::rmarkdown}

0 commit comments

Comments
 (0)