From 6b57b2f9bbfcd62f24c15f741a0402eb4456248d Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 26 Jan 2025 19:07:48 +0100 Subject: [PATCH] add CRAN comments --- cran-comments.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cran-comments.md diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..c9874f7 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,7 @@ +## R CMD check results + +0 errors | 0 warnings | 2 notes + +* This is a re-release after the package was archived (some 18 months ago) due to some tests being dependent on an inaccessible URL. +* Old tools were replaced by their newer counterparts (e.g. {httr} -> {httr2}). +* Most examples in the docs shouldn't be run on CRAN as they require internet connection to different services; some even use up a portion of certain API request limits. Obviously, I test them in my local CI/CD pipeline.