Skip to content

Commit e19451e

Browse files
GHA: Vignettes fail in R (< 3.5.0) - take 5
1 parent 8870c35 commit e19451e

File tree

5 files changed

+9
-58
lines changed

5 files changed

+9
-58
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ jobs:
8282

8383
- name: Check
8484
run: |
85+
if (getRversion() < "3.5.0") Sys.setenv(RCMDCHECK_ERROR_ON = "error")
8586
rcmdcheck::rcmdcheck(
8687
build_args = if (getRversion() < "3.5.0") "--no-build-vignettes",
87-
args = c("--no-manual", "--as-cran", if (getRversion() < "3.5.0") "--no-vignettes"),
88+
args = c("--no-manual", "--as-cran", if (getRversion() < "3.5.0") c("--no-vignettes", "--no-build-vignettes", "--ignore-vignettes")),
8889
check_dir = "check"
8990
)
9091
shell: Rscript {0}

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: future.batchtools
2-
Version: 0.11.0-9010
2+
Version: 0.12.0
33
Depends:
44
R (>= 3.2.0),
55
parallelly,
6-
future (>= 1.29.0)
6+
future (>= 1.31.0)
77
Imports:
88
batchtools (>= 0.9.13),
99
utils

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version (development version)
1+
# Version 0.12.0 [2023-02-22]
22

33
## New Features
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
<div id="badges"><!-- pkgdown markup -->
4-
<a href="https://CRAN.R-project.org/web/checks/check_results_future.batchtools.html"><img border="0" src="https://www.r-pkg.org/badges/version/future.batchtools" alt="CRAN check status"/></a> <a href="https://github.com/HenrikBengtsson/future.batchtools/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/HenrikBengtsson/future.batchtools/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://github.com/HenrikBengtsson/future.batchtools/actions?query=workflow%3Afuture_tests"><img border="0" src="https://github.com/HenrikBengtsson/future.batchtools/actions/workflows/future_tests.yaml/badge.svg?branch=develop" alt="future.tests checks status"/></a> <a href="https://codecov.io/gh/HenrikBengtsson/future.batchtools"><img border="0" src="https://codecov.io/gh/HenrikBengtsson/future.batchtools/branch/develop/graph/badge.svg" alt="Coverage Status"/></a>
4+
<a href="https://CRAN.R-project.org/web/checks/check_results_future.batchtools.html"><img border="0" src="https://www.r-pkg.org/badges/version/future.batchtools" alt="CRAN check status"/></a> <a href="https://github.com/HenrikBengtsson/future.batchtools/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/HenrikBengtsson/future.batchtools/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://github.com/HenrikBengtsson/future.batchtools/actions?query=workflow%3Afuture_tests"><img border="0" src="https://github.com/HenrikBengtsson/future.batchtools/actions/workflows/future_tests.yaml/badge.svg?branch=develop" alt="future.tests checks status"/></a> <a href="https://app.codecov.io/gh/HenrikBengtsson/future.batchtools"><img border="0" src="https://codecov.io/gh/HenrikBengtsson/future.batchtools/branch/develop/graph/badge.svg" alt="Coverage Status"/></a>
55
</div>
66

77
# future.batchtools: A Future API for Parallel and Distributed Processing using 'batchtools'

cran-comments.md

Lines changed: 3 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# CRAN submission future.batchtools 0.11.0
1+
# CRAN submission future.batchtools 0.12.0
22

3-
on 2022-12-14
3+
on 2023-02-22
44

5-
I've verified this submission has no negative impact on any of the 9 reverse package dependencies available on CRAN.
5+
I've verified this submission has no negative impact on any of the 5 reverse package dependencies available on CRAN.
66

77
Thank you
88

@@ -16,7 +16,6 @@ The package has been verified using `R CMD check --as-cran` on:
1616
| R version | GitHub | R-hub | mac/win-builder |
1717
| --------- | ------ | ------ | --------------- |
1818
| 3.4.x | L | | |
19-
| 3.6.x | L | | |
2019
| 4.0.x | L | | |
2120
| 4.1.x | L M W | M | |
2221
| 4.2.x | L M W | L W | M1 W |
@@ -41,53 +40,4 @@ print(res)
4140
gives
4241

4342
```
44-
── future.batchtools 0.11.0: OK
45-
46-
Build ID: future.batchtools_0.11.0.tar.gz-c3eaf0f55e4f487986e35fd27fa4a294
47-
Platform: Debian Linux, R-devel, clang, ISO-8859-15 locale
48-
Submitted: 45m 33.8s ago
49-
Build time: 44m 34.8s
50-
51-
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
52-
53-
── future.batchtools 0.11.0: OK
54-
55-
Build ID: future.batchtools_0.11.0.tar.gz-75e42269653f48b690f7964ef4f39625
56-
Platform: Fedora Linux, R-devel, GCC
57-
Submitted: 45m 33.9s ago
58-
Build time: 33m 10.4s
59-
60-
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
61-
62-
── future.batchtools 0.11.0: OK
63-
64-
Build ID: future.batchtools_0.11.0.tar.gz-635da341b302436c9264825b2359af4b
65-
Platform: Debian Linux, R-patched, GCC
66-
Submitted: 45m 33.9s ago
67-
Build time: 41m 26.5s
68-
69-
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
70-
71-
── future.batchtools 0.11.0: WARNING
72-
73-
Build ID: future.batchtools_0.11.0.tar.gz-0e6a7dcddfe846f59755d9d253fe486c
74-
Platform: macOS 10.13.6 High Sierra, R-release, CRAN's setup
75-
Submitted: 45m 33.9s ago
76-
Build time: 6m 14.8s
77-
78-
❯ checking whether package ‘future.batchtools’ can be installed ... WARNING
79-
> Found the following significant warnings:
80-
> Warning: package ‘parallelly’ was built under R version 4.1.2
81-
> Warning: package ‘future’ was built under R version 4.1.2
82-
83-
0 errors ✔ | 1 warning ✖ | 0 notes ✔
84-
85-
── future.batchtools 0.11.0: OK
86-
87-
Build ID: future.batchtools_0.11.0.tar.gz-133d66e156e24fc1bcadfb2f215e9d7d
88-
Platform: Windows Server 2022, R-release, 32/64 bit
89-
Submitted: 45m 33.9s ago
90-
Build time: 5m 40.3s
91-
92-
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
9343
```

0 commit comments

Comments
 (0)