Skip to content

Commit

Permalink
Updated .Rbuildignore to correctly exclude additional vignettes from …
Browse files Browse the repository at this point in the history
…CRAN submission.
  • Loading branch information
cbailiss committed May 10, 2020
1 parent f193fab commit e686c46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
^vignettes/v07-styling\.Rmd$
^vignettes/v08-findingandformatting\.Rmd$
^vignettes/v09-cellcontext\.Rmd$
^vignettes/v10-irregularlayout\.Rmd$
^vignettes/v11-performance\.Rmd$
^vignettes/v12-excelexport\.Rmd$
^vignettes/v13-shiny\.Rmd$
^vignettes/v10-navigatingapivottable\.Rmd$
^vignettes/v11-irregularlayout\.Rmd$
^vignettes/v12-performance\.Rmd$
^vignettes/v13-excelexport\.Rmd$
^vignettes/v14-shiny\.Rmd$
^vignettes/vA1-appendix\.Rmd$
^vignettes/vA2-appendix\.Rmd$
^vignettes/vA3-appendix\.Rmd$
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This update has not made any significant changes to the structure of the package
Development approach is aligned with practices described in:
http://r-pkgs.had.co.nz/

## CRAN Resubmission

This is a resubmission. The previous submission generated notes: "Found the following (possibly) invalid file URIs:..."
This was because some extra vignettes were wrongly included in the submitted package.
.Rbuildignore has now been updated and these vignettes are now correctly excluded - so the "invalid URIs" problem is resolved.

## Test environments

* local OS (windows) install, R 4.0.0
Expand Down

0 comments on commit e686c46

Please sign in to comment.