Skip to content

Commit 73f2994

Browse files
committed
Fix vignette index entry
1 parent db347ea commit 73f2994

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ articles:
4242
documentation, and more.
4343
contents:
4444
- developer-guidelines
45-
- title: "Step by step guide for creating a package that depends on RStan"
45+
- title: "Step-by-step guide"
4646
desc: >
4747
This vignette walks through the steps required to set up a package with
4848
a precompiled Stan model, from creating the initial package structure to

vignettes/minimal-rstan-package.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ output:
88
params:
99
EVAL: !r identical(Sys.getenv("NOT_CRAN"), "true")
1010
vignette: >
11-
%\VignetteIndexEntry{Step by step guide}
11+
%\VignetteIndexEntry{Step by step guide for creating a package that depends on RStan}
1212
%\VignetteEngine{knitr::rmarkdown}
1313
%\VignetteEncoding{UTF-8}
1414
---

0 commit comments

Comments
 (0)