From 9ef000a8a1cf76064c179fa151576d9855836c2e Mon Sep 17 00:00:00 2001 From: atsyplenkov Date: Tue, 5 Nov 2024 11:32:03 +1300 Subject: [PATCH] CRAN comments --- .Rbuildignore | 1 + .github/workflows/CRAN-checks.yaml | 18 ++++++++++++++++++ DESCRIPTION | 2 +- NEWS.md | 7 +++++++ cran-comments.md | 22 +++++++++++++++------- 5 files changed, 42 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/CRAN-checks.yaml diff --git a/.Rbuildignore b/.Rbuildignore index aec2a59..6b925bd 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ ^doc$ ^Meta$ ^vignettes/articles$ +^revdep$ \ No newline at end of file diff --git a/.github/workflows/CRAN-checks.yaml b/.github/workflows/CRAN-checks.yaml new file mode 100644 index 0000000..86ff234 --- /dev/null +++ b/.github/workflows/CRAN-checks.yaml @@ -0,0 +1,18 @@ +name: Check CRAN status + +on: + schedule: + # Runs daily at 4:00 PM UTC (9:00 AM PST) + - cron: '0 16 * * *' + # allows for manually running of the check + workflow_dispatch: + +jobs: + check_cran_status: + runs-on: ubuntu-latest + + steps: + - name: Get CRAN checks + uses: flrsh-dev/cran-checks/check-pkg@main + with: + pkg: centerline \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index a4ef4cd..3f45569 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: centerline Title: Extract Centerline from Closed Polygons -Version: 0.2.0.9000 +Version: 0.2.1 Authors@R: c( person(given = "Anatoly", diff --git a/NEWS.md b/NEWS.md index 5334182..ef59af2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +centerline 0.2.1 (2024-11-05) +========================= + +### UPDATES + + * the `raybevel` package was removed from CRAN on October 22, 2024. It is not a core dependency, but it is crucial for some functions in the `centerline` pkg. To maintain `raybevel::skeletonize` accessibility for the `cnt_skeleton` function, `raybevel` is temporarily installed from GitHub. + centerline 0.2 (2024-10-01) ========================= diff --git a/cran-comments.md b/cran-comments.md index 77fec0d..55f81af 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ -# centerline v0.2 -Minor release of centerline package, introducing website, new family of -`geom_cnt_*()` functions and new method to generate polygon skeleton. +# centerline v0.2.1 +Major release of centerline package, introducing website, new family of +`geom_cnt_*()` functions and new method to generate polygon skeletons. The latter depends on the `raybevel` package which was archived on CRAN on October 22, 2024. It is not a core dependency, but it is crucial for some functions in the `centerline` pkg. To maintain `raybevel::skeletonize` accessibility for the `cnt_skeleton` function, `raybevel` is temporarily installed from GitHub. See notes of the R CMD check results. ## Test environments * local Windows 10 install, R 4.4.1 patched @@ -15,10 +15,18 @@ Minor release of centerline package, introducing website, new family of 0 errors | 0 warnings | 0 notes ## local R CMD check results -0 errors | 0 warnings | 2 notes - -- All notes appear to be related to my local testing environment, since -I haven't seen them during remote testing +0 errors | 0 warnings | 3 notes + +* checking CRAN incoming feasibility ... [39s] NOTE + Maintainer: 'Anatoly Tsyplenkov ' + + Unknown, possibly misspelled, fields in DESCRIPTION: + 'Remotes' + + Suggests or Enhances not in mainstream repositories: + raybevel + +> Notes below appear to be related to my local testing environment, since I haven't seen them during remote testing * checking for non-standard things in the check directory ... NOTE Found the following files/directories: