From 4a6822269df4fa4d35cc5b821fa859ba52a3228e Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Sun, 10 Apr 2022 18:57:59 +0200 Subject: [PATCH] feat: Include cran comments. --- .Rbuildignore | 3 ++- cran-comments.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 47795d1..72cd223 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,7 +12,8 @@ tests ^docs$ ^pkgdown$ ^doc$ -^Meta$ ^codecov\.yml$ .covrignore ^\.github$ +^revdep$ +^cran-comments\.md$ diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..a612949 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,18 @@ +- Release mainly focused on documentation and fleshing out secondary systems (templates and breakpoint systems) + +## Test environments +* local R installation, R 4.1.1 +* macOS 11.6.5 (on github-actions), R 4.1.3 +* win-builder (devel) + +## R CMD check results + +0 errors | 0 warnings | 0 notes + +There is one NOTE that is only found on Windows (Server 2022, R-devel 64-bit): +``` +* checking for detritus in the temp directory ... NOTE +Found the following files/directories: + 'lastMiKTeXException' +``` +As per [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this could be due to a bug/crash in MiKTeX and can likely be ignored.