From 2b4cad364926ea8a68e88a622f90f4658869f5db Mon Sep 17 00:00:00 2001 From: Henrik Bengtsson Date: Tue, 8 Aug 2023 13:48:53 +0200 Subject: [PATCH] future.callr 0.8.2 --- cran-comments.md | 67 +++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 41 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index dc884de..f0b5b0d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,8 @@ -# CRAN submission future.callr 0.8.1 +# CRAN submission future.callr 0.8.2 -on 2022-12-13 +on 2023-08-08 -I've verified this submission has no negative impact on any of the 9 reverse package dependencies available on CRAN. +I've verified this submission has no negative impact on any of the 11 reverse package dependencies available on CRAN. Thank you @@ -13,14 +13,13 @@ Thank you The package has been verified using `R CMD check --as-cran` on: -| R version | GitHub | R-hub | mac/win-builder | -| --------- | ------ | ------ | --------------- | -| 3.4.x | L | | | -| 3.6.x | L | | | -| 4.0.x | L | | | -| 4.1.x | L M W | M | | -| 4.2.x | L M W | L W | M1 W | -| devel | L M W | L | M1 W | +| R version | GitHub | R-hub | mac/win-builder | +| --------- | ------ | ----- | --------------- | +| 3.4.x | L | | | +| 4.1.x | L | | | +| 4.2.x | L M W | | | +| 4.3.x | L M W | L W | M1 W | +| devel | L M W | L | W | *Legend: OS: L = Linux, M = macOS, M1 = macOS M1, W = Windows* @@ -32,7 +31,6 @@ res <- rhub::check(platforms = c( "debian-clang-devel", "debian-gcc-patched", "fedora-gcc-devel", - "macos-highsierra-release-cran", "windows-x86_64-release" )) print(res) @@ -41,52 +39,39 @@ print(res) gives ``` -── future.callr 0.8.1: OK +── future.callr 0.8.2: OK - Build ID: future.callr_0.8.1.tar.gz-dd9c44c07f1e4cbdbb0d2622e33e40e7 + Build ID: future.callr_0.8.2.tar.gz-396ca0f09101434389b3c2a7851cf000 Platform: Debian Linux, R-devel, clang, ISO-8859-15 locale - Submitted: 28m 18.4s ago - Build time: 28m 11.1s + Submitted: 58m 9.4s ago + Build time: 16m 58s 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ -── future.callr 0.8.1: OK +── future.callr 0.8.2: OK - Build ID: future.callr_0.8.1.tar.gz-735855501ba64658986f26d86fdc656b + Build ID: future.callr_0.8.2.tar.gz-26abe8dadde4400b8e33f55e69ad3fe6 Platform: Debian Linux, R-patched, GCC - Submitted: 28m 18.5s ago - Build time: 25m 44.2s + Submitted: 58m 9.4s ago + Build time: 15m 51s 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ -── future.callr 0.8.1: OK +── future.callr 0.8.2: OK - Build ID: future.callr_0.8.1.tar.gz-766d6c03b3fd428782308da41a4fd56d + Build ID: future.callr_0.8.2.tar.gz-1943b15e261248aa98a0351725da69e9 Platform: Fedora Linux, R-devel, GCC - Submitted: 28m 18.5s ago - Build time: 17m 45s + Submitted: 58m 9.4s ago + Build time: 13m 31.5s 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ -── future.callr 0.8.1: WARNING +── future.callr 0.8.2: OK - Build ID: future.callr_0.8.1.tar.gz-77ecce449c554f8784ef7f0984874d44 - Platform: macOS 10.13.6 High Sierra, R-release, CRAN's setup - Submitted: 28m 18.5s ago - Build time: 3m 53.2s - -❯ checking whether package ‘future.callr’ can be installed ... WARNING - Found the following significant warnings: - Warning: package ‘future’ was built under R version 4.1.2 - -0 errors ✔ | 1 warning ✖ | 0 notes ✔ - -── future.callr 0.8.1: OK - - Build ID: future.callr_0.8.1.tar.gz-28b347cb1e30480697adeeecf9865299 + Build ID: future.callr_0.8.2.tar.gz-b005cd8ef97048d99e02318d5d630371 Platform: Windows Server 2022, R-release, 32/64 bit - Submitted: 28m 18.5s ago - Build time: 3m 7.7s + Submitted: 58m 9.4s ago + Build time: 4m 36.6s 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ ```