From 97e2ad2dd5f61503352b59e9fd21ef936ae6a9e4 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Sat, 11 Oct 2025 23:44:08 +0800 Subject: [PATCH 1/4] rename pkgdown github action --- .github/workflows/pkgdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index bfc9f4d..f16962e 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -8,7 +8,7 @@ on: types: [published] workflow_dispatch: -name: pkgdown.yaml +name: pkgdown permissions: read-all From 8349c642bcac47aad4be2e8f7691fb3d2abe9f23 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Sat, 11 Oct 2025 23:45:26 +0800 Subject: [PATCH 2/4] use roxygen version `7.3.3` --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2a99bed..b704439 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ Description: Leveraging information-theoretic measures like mutual information a License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 URL: https://stscl.github.io/itmsa/, https://github.com/stscl/itmsa BugReports: https://github.com/stscl/itmsa/issues Depends: From aec61168717b93e4665c2d4edc584844b1799b89 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Sat, 11 Oct 2025 23:46:34 +0800 Subject: [PATCH 3/4] add spEDM to Suggests field in DESCRIPTION --- DESCRIPTION | 1 + 1 file changed, 1 insertion(+) diff --git a/DESCRIPTION b/DESCRIPTION index b704439..cb64dce 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,5 +29,6 @@ Suggests: RcppThread, readr, rmarkdown, + spEDM, tibble VignetteBuilder: knitr From 204f221e933421b9dfa0703acab0d277dad5e01d Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Sat, 11 Oct 2025 23:51:10 +0800 Subject: [PATCH 4/4] clean cran comments file --- cran-comments.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 858617d..20257fd 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,3 @@ ## R CMD check results -0 errors | 0 warnings | 1 note - -* This is a new release. +0 errors | 0 warnings | 0 note