wadpac / GGIR

Code corresponding to R package GGIR
https://wadpac.github.io/GGIR/
Apache License 2.0
94 stars 60 forks source link

.Rbuildignore does not skip the gh-pages book chapters from CRAN #1127

Closed vincentvanhees closed 3 months ago

vincentvanhees commented 4 months ago

We do not want these chapters on CRAN as they are intended to be like a book style long narrative text.

Action needed:

Replace ^vignettes/chapter*.Rmd by ^vignettes/chapter.*\\.Rmd$

vincentvanhees commented 3 months ago

Re-opening this issue, because it seems not fixed yet. Somehow the trick above did not work as CRAN still shows the chapters https://cran.r-project.org/web/packages/GGIR/index.html.