Skip to content

Commit

Permalink
Add CRAN-RELEASE to .Rbuildignore
Browse files Browse the repository at this point in the history
Fixes #1711
  • Loading branch information
jimhester committed Feb 27, 2018
1 parent 81ee98c commit 703ed9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NEWS.md
@@ -1,7 +1,9 @@
# devtools 1.13.3.9000

* The CRAN-RELEASE file is now added to .Rbuildignore (#1711)

* The `lang` argument to `spell_check()` was removed, for compatibility with
[spelling](https://CRAN.R-project.org/package=spelling) v1.1.
[spelling](https://CRAN.R-project.org/package=spelling) v1.1. (#1715)

* `check()` and `check_built()` now have an `error_on` argument to specify if
they should throw an error on check failures. When run non-interactively this
Expand Down
1 change: 1 addition & 0 deletions R/release.r
Expand Up @@ -357,4 +357,5 @@ flag_release <- function(pkg = ".") {
"Once it is accepted, delete this file and tag the release (commit ", sha, ")."
)
writeLines(msg, file.path(pkg$path, "CRAN-RELEASE"))
usethis::use_build_ignore("CRAN-RELEASE")
}

0 comments on commit 703ed9e

Please sign in to comment.