Skip to content

Commit

Permalink
reduce vignette size
Browse files Browse the repository at this point in the history
  • Loading branch information
maRce10 committed Aug 29, 2024
1 parent 5eca796 commit b1ca2d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
15 changes: 10 additions & 5 deletions vignettes/align_test_sounds.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ author:
date: "`r Sys.Date()`"
output:
rmarkdown::html_document:
# rmarkdown::html_vignette:
self_contained: yes
toc: true
toc_depth: 3
toc_float:
collapsed: false
smooth_scroll: true
vignette: >
%\VignetteIndexEntry{1. Synthesize and align test sounds}
%\usepackage[utf8]{inputenc}
Expand Down Expand Up @@ -57,15 +59,18 @@ registerS3method("knit_print", "data.frame", .print_df)
# global option chunks
knitr::opts_chunk$set(
dpi = 70,
fig.width = 8,
fig.height = 4,
out.width = "100%",
fig.width = 5,
fig.height = 3.5,
dpi = 40,
comment = "",
out.width = "80%",
fig.align = "center",
message = TRUE,
warning = TRUE
)
options(width = 100, max.print = 100)
```


Expand Down
14 changes: 8 additions & 6 deletions vignettes/quantify_degradation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ author:
date: "`r Sys.Date()`"
output:
rmarkdown::html_document:
# rmarkdown::html_vignette:
self_contained: yes
toc: true
toc_depth: 3
toc_float:
collapsed: false
smooth_scroll: true
editor_options:
chunk_output_type: console
vignette: >
Expand Down Expand Up @@ -61,15 +63,15 @@ library(knitr)
# global option chunks
knitr::opts_chunk$set(
dpi = 70,
fig.width = 8,
fig.height = 4,
out.width = "100%",
fig.width = 5,
fig.height = 3.5,
dpi = 40,
comment = "",
out.width = "80%",
fig.align = "center",
message = TRUE,
warning = TRUE
)
```

<!-- light brown box -->
Expand Down

0 comments on commit b1ca2d1

Please sign in to comment.