Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
vincentvanhees opened this issue May 14, 2024 · 1 comment · Fixed by #1130 or #1145
Closed

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

vincentvanhees opened this issue May 14, 2024 · 1 comment · Fixed by #1130 or #1145
Assignees

Comments

@vincentvanhees
Copy link
Member

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
Copy link
Member Author

vincentvanhees commented Jun 4, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant