bschilder / ThreeWayTest

Summary statistics-based association test for identifying the pleiotropic effects with set of genetic variants
2 stars 1 forks source link

Rename "getting started" vignette #17

Closed bschilder closed 1 year ago

bschilder commented 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}

This convention becomes necessary when building your website with pkgdown (which rworkflows does via GHA).