Skip to content

Commit 6f2c320

Browse files
committed
trying again on webpage
1 parent ffbfc55 commit 6f2c320

File tree

5 files changed

+18
-1
lines changed

5 files changed

+18
-1
lines changed

DESCRIPTION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ Suggests:
4747
pkgdown,
4848
plyr,
4949
psych,
50+
quarto,
5051
Rcapture,
5152
rmarkdown,
5253
testthat (>= 3.0.0),
5354
tibble,
5455
tidyr,
5556
covr,
5657
quarto
58+
VignetteBuilder: quarto
5759
Encoding: UTF-8
5860
RoxygenNote: 7.3.2
5961
Config/testthat/edition: 3

vignettes/Computing_PSDs.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ format:
99
reference-location: margin
1010
fig-cap-location: bottom
1111
tbl-cap-location: top
12+
vignette: >
13+
%\VignetteIndexEntry{Computig PSD Metrics}
14+
%\VignetteEngine{quarto::html}
15+
%\VignetteEncoding{UTF-8}
1216
knitr:
1317
opts_chunk:
1418
collapse: true

vignettes/Computing_Relative_Weights.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ format:
99
reference-location: margin
1010
fig-cap-location: bottom
1111
tbl-cap-location: top
12+
vignette: >
13+
%\VignetteIndexEntry{Computig PSD Metrics}
14+
%\VignetteEngine{quarto::html}
15+
%\VignetteEncoding{UTF-8}
1216
knitr:
1317
opts_chunk:
1418
collapse: true

vignettes/Fitting_Growth_Functions.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ format:
77
toc: true
88
toc-depth: 2
99
reference-location: margin
10-
10+
vignette: >
11+
%\VignetteIndexEntry{Computig PSD Metrics}
12+
%\VignetteEngine{quarto::html}
13+
%\VignetteEncoding{UTF-8}
1114
knitr:
1215
opts_chunk:
1316
collapse: true

vignettes/Growth_Starting_Values.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ format:
1010
fig-cap-location: bottom
1111
tbl-cap-location: top
1212
echo: false
13+
vignette: >
14+
%\VignetteIndexEntry{Computig PSD Metrics}
15+
%\VignetteEngine{quarto::html}
16+
%\VignetteEncoding{UTF-8}
1317
knitr:
1418
opts_chunk:
1519
collapse: true

0 commit comments

Comments
 (0)