From a5d1b02bfe7c9adb9434eb450e9df18fc18467a6 Mon Sep 17 00:00:00 2001 From: Stef van Buuren Date: Wed, 12 Jun 2024 23:39:56 +0200 Subject: [PATCH] Manually add .github to .Rbuildignore --- .Rbuildignore | 1 + cran-comments.Rmd | 5 +++++ cran-comments.md | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/.Rbuildignore b/.Rbuildignore index a46fd5e..2597da9 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -14,3 +14,4 @@ ^cran-comments\.Rmd$ ^CRAN-RELEASE$ ^CRAN-SUBMISSION$ +^.github$ \ No newline at end of file diff --git a/cran-comments.Rmd b/cran-comments.Rmd index 46ded16..eee9cc7 100644 --- a/cran-comments.Rmd +++ b/cran-comments.Rmd @@ -9,6 +9,11 @@ editor_options: `dscore 1.9.0` is a major update providing new features and resolving some problems +## Resubmission 1 + +`rhub_setup()` did not add `^.github$` to `.Rbuildignore`. Now done manually. + + ## Test environments ### Local diff --git a/cran-comments.md b/cran-comments.md index d3584d4..553b649 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -6,6 +6,11 @@ cran-comments `dscore 1.9.0` is a major update providing new features and resolving some problems +## Resubmission 1 + +`rhub_setup()` did not add `^.github$` to `.Rbuildignore`. Now done +manually. + ## Test environments ### Local