diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 5a837958..3bbe3005 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -8,7 +8,6 @@ on: push: branches: [main, master] pull_request: - branches: [main, master] name: R-CMD-check diff --git a/DESCRIPTION b/DESCRIPTION index 2be34a67..41646c66 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: withr Title: Run Code 'With' Temporarily Modified Global State -Version: 2.5.0 +Version: 2.5.1 Authors@R: c(person(given = "Jim", family = "Hester", diff --git a/NEWS.md b/NEWS.md index 94c9c60f..21741f06 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# withr 2.5.1 + +* Fixes for CRAN checks. + + # withr 2.5.0 * `defer()` and all `local_*()` functions now work when run inside of diff --git a/cran-comments.md b/cran-comments.md index 141f996a..32cf57a1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1 @@ -## R CMD check results -There were no NOTEs, ERRORs or WARNINGs. - -## revdepcheck results - -We checked 324 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. - - * We saw 0 new problems - * We failed to check 0 packages +Fixes the timezone and translation issues