From 7a0c3c18673626112122e60ba80bae65fdbcb1a3 Mon Sep 17 00:00:00 2001 From: Jake Hughey Date: Thu, 24 Nov 2022 06:00:04 -0600 Subject: [PATCH] updated actions and cran info. --- .github/workflows/pkgdown.yaml | 1 + .github/workflows/test-coverage.yaml | 21 ++++++++++++++++++++- CRAN-SUBMISSION | 6 +++--- cran-comments.md | 20 +++++++++++++++----- 4 files changed, 39 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 9c6d4d6..dd7b009 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -32,6 +32,7 @@ jobs: with: extra-packages: any::pkgdown, local::. needs: website + pak-version: devel - name: Build site run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 24c2af9..25d1e61 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -29,5 +29,24 @@ jobs: needs: coverage - name: Test coverage - run: covr::codecov(quiet = FALSE) + run: | + covr::codecov( + quiet = FALSE, + clean = FALSE, + install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package") + ) shell: Rscript {0} + + - name: Show testthat output + if: always() + run: | + ## -------------------------------------------------------------------- + find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true + shell: bash + + - name: Upload test results + if: failure() + uses: actions/upload-artifact@v3 + with: + name: coverage-test-failures + path: ${{ runner.temp }}/package diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 5628160..28a76d0 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.1.2 -Date: 2022-10-24 19:39:34 UTC -SHA: 6cf359e3e9eb40c875c48c005a2e473fc032e96c +Version: 0.1.4 +Date: 2022-11-24 11:59:30 UTC +SHA: e7e399f4657a5f222814e42be722b63d929090b0 diff --git a/cran-comments.md b/cran-comments.md index e0c3b06..077221e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -6,7 +6,15 @@ ### R-hub - 0 errors ✓ | 0 warnings ✓ | 1 note x + 0 errors ✓ | 0 warnings ✓ | 2 notes x + +❯ checking CRAN incoming feasibility ... NOTE + Maintainer: 'Jake Hughey ' + + New maintainer: + Jake Hughey + Old maintainer(s): + Jake Hughey ❯ checking for detritus in the temp directory ... NOTE Found the following files/directories: @@ -14,10 +22,12 @@ ## Changes from current CRAN release -* Fixed `drop_empties()` to return result invisibly. -* Added argument `validate` to `scto_auth()` for debugging. -* Added column `title` to output of `scto_catalog()`. -* Updated documentation. +* Changed maintainer email address. +* Enabled `scto_read()` to read from one, multiple, or all forms and datasets. +* Added `simplify` argument to `scto_read()` and `scto_get_form_definitions()`. +* Fixed `scto_read()` to not return result invisibly. +* Added column `version` to output of `scto_catalog()`. +* Added `scto_get_form_definitions()` to do just that. ## Additional information