Closed bschilder closed 1 year ago
For "getting started" vignettes, the convention is to name the file the same as your package name. So I changed:
getting_started.Rmd to ThreeWayTest.Rmd
and changed the vignette entry index : %\VignetteIndexEntry{getting_started} to %\VignetteIndexEntry{ThreeWayTest}
%\VignetteIndexEntry{getting_started}
%\VignetteIndexEntry{ThreeWayTest}
This convention becomes necessary when building your website with pkgdown (which rworkflows does via GHA).
pkgdown
rworkflows
For "getting started" vignettes, the convention is to name the file the same as your package name. So I changed:
getting_started.Rmd to ThreeWayTest.Rmd
and changed the vignette entry index :
%\VignetteIndexEntry{getting_started}
to%\VignetteIndexEntry{ThreeWayTest}
This convention becomes necessary when building your website with
pkgdown
(whichrworkflows
does via GHA).