Hello,
I am using both pkgdown and bookdown for my R package. For this I need to exclude a set of Rmd files in order to build the website that are only used by bookdown. The way to go was by prefixing these files with an underscore, however, ironically enough bookdown recently also started to ignore files prefixed with an underscore. Is there way around it? Currently I am temporarily re-naming files, but this is obviously quite messy :-(
Thanks,
Rick