Skip to content

Commit

Permalink
future.callr 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Aug 8, 2023
1 parent 7814499 commit 2b4cad3
Showing 1 changed file with 26 additions and 41 deletions.
67 changes: 26 additions & 41 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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*

Expand All @@ -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)
Expand All @@ -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 ✔
```

0 comments on commit 2b4cad3

Please sign in to comment.