From 79ff31107a4769b91302906be334fb1cb0da30dd Mon Sep 17 00:00:00 2001 From: dipterix Date: Mon, 22 Jun 2020 18:44:20 -0500 Subject: [PATCH] updated cran-comments and ready to submit --- cran-comments.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 92d842b0..ad1744fe 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,10 +1,19 @@ # Current submission: -self check: 0 error, 0 warning, 0 note +Tested on: + +* travis (r-release and r-devel) +* rhub (windows r-devel, Ubuntu r-release gcc, Fedora r-devel clang) +* win-builder (old, release, devel) +* local macosx (R release) +* local windows (R release, devel) + +Check results: 0 error, 0 warning, 0 note + # Last submission - 0.0.8 failed -**4 Errors on windows**, reason: `std::bad_alloc` +**4 Errors on win-builder**, reason: `std::bad_alloc` Troubleshoot: `std::bad_alloc` was generated by `RcppParallel` workers, when `Intel-TBB` was not properly flagged on Windows.