From 0345c6fb06a7e843e4c838909e8ab6b0defc9461 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Mon, 3 Feb 2025 11:58:05 +0000 Subject: [PATCH] Add CRAN comments file --- .Rbuildignore | 1 + cran-comments.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index bd34ec3..1faf77d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -6,6 +6,7 @@ ^\.github$ ^\.pre-commit-config\.yaml$ ^_pkgdown\.yml$ +^cran-comments\.md$ ^docs$ ^pkgdown$ ^rmcmc\.Rproj$ diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..d4f6a72 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,14 @@ +## R CMD check results + +0 errors | 0 warnings | 2 notes + +* This is a new release. +* The package suggests the non-CRAN package + [bridgestan](https://roualdes.github.io/bridgestan/latest/languages/r.html) + as an optional dependency. A link to the bridgestan installation instructions + is provided in the DESCRIPTION file. Functions using the bridgestan API check + for presence of the package using `rlang::check_installed()`, the tests for + the related functionality are set to be skipped when running on CRAN and the + corresponding examples are only run if bridgestan is installed. bridgestan + is installed and the corresponding tests and examples run, as part of the + continuous integration runs on the packages GitHub repository.