Skip to content

Commit

Permalink
future 1.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Mar 24, 2024
1 parent 4e8afb7 commit 4996cc5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 60 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: future
Version: 1.33.1-9010
Version: 1.33.2
Title: Unified Parallel and Distributed Processing in R for Everyone
Imports:
digest,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version (development version)
# Version 1.33.2 [2024-03-23]

## Performance

Expand Down
68 changes: 10 additions & 58 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CRAN submission future 1.33.1
# CRAN submission future 1.33.2

on 2023-12-21
on 2024-03-23

## Notes sent to CRAN

Expand All @@ -13,65 +13,17 @@ Thanks in advance

The package has been verified using `R CMD check --as-cran` on:

| R version | GitHub | R-hub | mac/win-builder |
| --------- | ------ | ------ | --------------- |
| 3.5.x | L | | |
| 4.1.x | L | | |
| 4.2.x | L M W | L W | |
| 4.3.x | L M W | L W | M1 W |
| devel | L M W | L | W |
| R version | GitHub | R-hub | mac/win-builder |
| --------- | ------ | ----- | --------------- |
| 3.5.x | L | | |
| 4.1.x | L | | |
| 4.2.x | L M W | . . | |
| 4.3.x | L M W | . . | M1 W |
| devel | L M W | . | W |

_Legend: OS: L = Linux, M = macOS, M1 = macOS M1, W = Windows_


R-hub checks:

```r
res <- rhub::check(platforms = c(
"debian-clang-devel",
"fedora-gcc-devel",
"debian-gcc-patched",
"windows-x86_64-release"
))
print(res)
```

gives

```
── future 1.33.1: OK
Build ID: future_1.33.1.tar.gz-2f034a059c5d407aa6167d7fbe0ee504
Platform: Debian Linux, R-devel, clang, ISO-8859-15 locale
Submitted: 45m 55.3s ago
Build time: 41m 47.9s
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
── future 1.33.1: OK
Build ID: future_1.33.1.tar.gz-f385f4998fac446bb0e2c5efc02f36d3
Platform: Fedora Linux, R-devel, GCC
Submitted: 45m 55.3s ago
Build time: 28m 25.3s
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
── future 1.33.1: OK
Build ID: future_1.33.1.tar.gz-5e83389a128540c48a35112d8f06810c
Platform: Debian Linux, R-patched, GCC
Submitted: 45m 55.3s ago
Build time: 39m 28.8s
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
── future 1.33.1: OK
Build ID: future_1.33.1.tar.gz-121079216c7b4f02a6ae2aceb1c2ba0b
Platform: Windows Server 2022, R-release, 32/64 bit
Submitted: 45m 55.3s ago
Build time: 6m 57.4s
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
```
Skipped.

0 comments on commit 4996cc5

Please sign in to comment.