Skip to content

Commit ec5f1c9

Browse files
correct vignettes to pre-generate on CRAN
1 parent a9e7c4c commit ec5f1c9

8 files changed

+1647
-21
lines changed

.Rbuildignore

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
^CRAN-RELEASE$
88
^ISSUE_TEMPLATE.md$
99
^LICENSE$
10-
^Meta$
1110
^\.Rproj\.user$
1211
^\.circleci/config\.yml$
1312
^\.travis\.yml$
@@ -33,11 +32,12 @@
3332
^vignettes/*/*/*RData
3433
^vignettes/*gif
3534
^vignettes/cache$
36-
^vignettes/*html
3735
^vignettes/import_reactome.Rmd$
3836
^vignettes/figure
3937
^vignettes/simulate_expression_files$
4038
^vignettes/simulate_expression_cache/html/
39+
^vignettes/simulate_expression.md
40+
^vignettes/plot_directed.md
4141
pdf
4242
png
4343
sty
@@ -50,11 +50,3 @@ inst/doc/._.DS_Store
5050
inst/doc/._plots_directed.html
5151
inst/doc/._simulate_expression.html
5252
inst/doc/._vignettes.zip
53-
vignettes/.DS_Store
54-
vignettes/._.DS_Store
55-
plots_directed.html
56-
plots_directed.Rmd
57-
plots_directed.md
58-
simulate_expression.html
59-
simulate_expression.Rmd
60-
simulate_expression.md

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ Suggests:
2525
knitr (>= 1.5),
2626
markdown,
2727
prettydoc,
28+
R.rsp,
2829
rmarkdown,
2930
testthat,
3031
scales,
3132
vdiffr
3233
LazyData: TRUE
3334
RoxygenNote: 7.1.1
3435
Encoding: UTF-8
35-
VignetteBuilder: knitr
36+
VignetteBuilder: R.rsp

vignettes/plots_directed.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ output:
1616
toc-title: "Table of Contents"
1717
vignette: >
1818
%\VignetteIndexEntry{Directed plots for igraph objects}
19-
%\VignetteEngine{knitr::knitr}
19+
%\VignetteEngine{R.rsp::asis}
2020
%\VignetteEncoding{UTF-8}
2121
---
2222

vignettes/plots_directed.html

Lines changed: 368 additions & 0 deletions
Large diffs are not rendered by default.

vignettes/plots_directed.html.asis

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
%\VignetteIndexEntry{Directed plots for igraph objects}
2+
%\VignetteEngine{R.rsp::asis}
3+
%\VignetteEncoding{UTF-8}

vignettes/simulate_expression.Rmd

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@ title: "graphsim: simulating continuous data based on network graph structures"
33
author: "S. Thomas Kelly^1,2^, Michael A. Black^1^ <br> ^1^ Department of Biochemistry, University of Otago, PO Box 56, Dunedin 9054, New Zealand <br> ^2^ RIKEN Center for Integrative Medical Sciences, Suehiro-cho-1-7-22, Tsurumi Ward, Yokohama"
44
date: "`r format(Sys.time(), '%A %d %B %Y')`"
55
output:
6-
prettydoc::html_pretty:
7-
theme: cayman
8-
#html_document:
6+
html_document
7+
# prettydoc::html_pretty:
8+
# # theme: cayman
9+
# html_document
910
#theme: united
10-
number_sections: true
11-
toc: true
12-
toc_depth: 4
11+
#number_sections: true
12+
#toc: true
13+
#toc_depth: 4
1314
#toc_float: true
1415
#code_folding: show
15-
keep_html: true
16-
toc-title: "Table of Contents"
16+
#keep_html: true
17+
#toc-title: "Table of Contents"
1718
vignette: >
1819
%\VignetteIndexEntry{Simulating network graph structure in continuous data}
19-
%\VignetteEngine{knitr::knitr}
20+
%\VignetteEngine{R.rsp::asis}
2021
%\VignetteEncoding{UTF-8}
2122
---
2223

vignettes/simulate_expression.html

Lines changed: 1258 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
%\VignetteIndexEntry{Simulating network graph structure in continuous data}
2+
%\VignetteEngine{R.rsp::asis}
3+
%\VignetteEncoding{UTF-8}

0 commit comments

Comments
 (0)