Skip to content

Commit

Permalink
1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Oct 27, 2024
1 parent eb708fa commit a77c953
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 29 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: future.apply
Version: 1.11.2-9002
Version: 1.11.3
Title: Apply Function to Elements in Parallel using Futures
Depends:
R (>= 3.2.0),
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.11.3 [2024-10-27]

## Bug Fixes

Expand Down
3 changes: 1 addition & 2 deletions R/future.apply-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
#'
#' @keywords manip programming iteration
#'
#' @docType package
#' @aliases future.apply-package
#' @name future.apply
NULL
"_PACKAGE"
37 changes: 14 additions & 23 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,25 @@
# CRAN submission future.apply 1.11.2
# CRAN submission future.apply 1.11.3

on 2024-10-27

I've verified this submission has no negative impact on any of the 168 reverse package dependencies available on CRAN (n=161) and Bioconductor (n=7).

on 2024-03-27

## Notes not sent to CRAN

### R CMD check validation

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 | | |
| 4.3.x | L M . | . . | M1 W |
| devel | L M . | . | . |
| R version | GitHub | mac/win-builder |
| ------------- | ------ | --------------- |
| 3.6.x | L | |
| 4.1.x | L | |
| 4.2.x | L | |
| 4.3.x | L M W | W |
| 4.4.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",
"debian-gcc-patched",
"fedora-gcc-devel",
"windows-x86_64-release"
))
print(res)
```

Skipped.
It has also be verified using various R-hub v2 checks.
4 changes: 2 additions & 2 deletions man/future.apply.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a77c953

Please sign in to comment.