Open cderv opened 3 years ago
I think from https://github.com/rstudio/rticles/pull/412 as some files were missing (https://github.com/rstudio/rticles/pull/412/commits/8f81237c23aabf2e713833f3e65eea5536162fb8) that use_quillt_pkgdown() is not complete.
use_quillt_pkgdown()
As we are creating the vignette from a template https://github.com/rstudio/quillt/blob/f6c6729a389419d3964f1e0fcfd14ac610e9c541/R/templates.R#L93-L97
we don't use usethis::use_vignette(), which leads to missing part in the package when no vignettes are already there.
usethis::use_vignette()
This should be improved.
I think from https://github.com/rstudio/rticles/pull/412 as some files were missing (https://github.com/rstudio/rticles/pull/412/commits/8f81237c23aabf2e713833f3e65eea5536162fb8) that
use_quillt_pkgdown()
is not complete.As we are creating the vignette from a template https://github.com/rstudio/quillt/blob/f6c6729a389419d3964f1e0fcfd14ac610e9c541/R/templates.R#L93-L97
we don't use
usethis::use_vignette()
, which leads to missing part in the package when no vignettes are already there.This should be improved.