Skip to content

Commit

Permalink
[wip] prepping CRAN release (#225)
Browse files Browse the repository at this point in the history
- update cran comments
- update GHA workflows
- redoc after reproducible upgrade
  • Loading branch information
achubaty committed Nov 25, 2022
1 parent fd44bac commit 51b4596
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pkg-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r@v3
with:
use-public-rspm: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
2 changes: 1 addition & 1 deletion R/cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ if (!isGeneric("clearCache")) {
#'
#' @param conn A `DBIConnection` object, as returned by `dbConnect()`.
#' @param drv an object that inherits from `DBIDriver`, or an existing
#' `DBIConnection` object (in order to clone an existing connection).
#' `DBIConnection` object (in order to clone an existing connection).
#' @inheritParams reproducible::clearCache
#'
#' @export
Expand Down
33 changes: 15 additions & 18 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Maintenance release
## Release information

This release fixes various issues with packages dependencies and CRAN check problems.
This is a resubmission to restore the package to CRAN following archival due to removal of dependency package `Require`, which has now been restored to CRAN.
See `NEWS.md` for a full list of changes.

## Test environments
Expand All @@ -13,20 +13,20 @@ See `NEWS.md` for a full list of changes.
* Windows (win-builder), R 4.1.3

### Current R versions
* macOS 11.6 Big Sur (GitHub), R 4.2.1
* macOS 11.6 Big Sur (local), R 4.2.1
* macOs (m1) Big Sur (rhub), R 4.2.1
* Ubuntu 20.04 (GitHub), R 4.2.1
* Ubuntu 20.04 (local), R 4.2.1
* Windows (GitHub), R 4.2.1
* Windows (local), R 4.2.1
* Windows (win-builder), R 4.2.1
* macOS 11.7 Big Sur (GitHub), R 4.2.2
* macOS 11.7 Big Sur (local), R 4.2.2
* macOs (m1) Big Sur (rhub), R 4.2.2
* Ubuntu 20.04 (GitHub), R 4.2.2
* Ubuntu 20.04 (local), R 4.2.2
* Windows (GitHub), R 4.2.2
* Windows (local), R 4.2.2
* Windows (win-builder), R 4.2.2

### Development R version
* Ubuntu 20.04 (GitHub), R-devel (2022-08-11 r82713)
* Ubuntu 20.04 (local), R-devel (2022-08-11 r82713)
* Windows (GitHub), R-devel (2022-08-14 r82716 ucrt)
* Windows (win-builder), R-devel (2022-08-17 r82724 ucrt)
* Ubuntu 20.04 (GitHub), R-devel (2022-11-24 r83383)
* Ubuntu 20.04 (local), R-devel (2022-11-24 r83383)
* Windows (GitHub), R-devel (2022-10-11 r83083 ucrt)
* Windows (win-builder), R-devel (2022-10-11 r83083 ucrt)

## R CMD check results

Expand Down Expand Up @@ -60,7 +60,4 @@ Additionally, some words were flagged as possibly misspelled, but they are false

## Downstream dependencies

We checked 3 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
Currently none, but we are working to resubmit our other packages that depend on this one, and they are passing.
4 changes: 2 additions & 2 deletions man/clearCache.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51b4596

Please sign in to comment.