nmfs-fish-tools / ghactions4r

Reusable github actions workflows for R packages
https://nmfs-fish-tools.github.io/ghactions4r/
12 stars 1 forks source link

fix 41 bug warning in r cmd check about vignette not being built #43

Closed Bai-Li-NOAA closed 2 years ago

Bai-Li-NOAA commented 2 years ago

This pull request addresses issue #41 and fixes the vignette engine warning in R cmd check.

k-doering-NOAA commented 2 years ago

Thanks for troubleshooting this @Bai-Li-NOAA ! I added the start (^) and end ($) symbols to ^pkgdown$ in .Rbuildignore to keep it from partially matching other filenames and only match the pkgdown folder. I also added the vignette required packages as suggests in DESCRIPTION so they don't need to be installed within the vignette.