Skip to content

Commit 0671cfc

Browse files
future 1.40.0 is on CRAN
1 parent 01f23cd commit 0671cfc

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

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

-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ jobs:
7474

7575
- name: Install package itself (special case)
7676
run: |
77-
if (packageVersion("future") <= "1.34.0") {
78-
remotes::install_github("futureverse/future", ref = "develop")
79-
}
8077
install.packages(".", repos = NULL, type = "source") ## needed by parallel workers
8178
shell: Rscript {0}
8279

.github/workflows/future_tests.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
remotes::install_deps(dependencies = TRUE)
51-
if (packageVersion("future") <= "1.34.0") {
52-
remotes::install_github("futureverse/future", ref = "develop")
53-
}
5451
install.packages(".", repos=NULL, type="source")
5552
shell: Rscript {0}
5653

.github/workflows/test-coverage.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434

3535
- name: Install package itself (special case)
3636
run: |
37-
if (packageVersion("future") <= "1.34.0") {
38-
remotes::install_github("futureverse/future", ref = "develop")
39-
}
4037
install.packages(".", repos = NULL, type = "source")
4138
shell: Rscript {0}
4239

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: future.callr
2-
Version: 0.8.2-9204
2+
Version: 0.8.2-9205
33
Depends:
44
R (>= 3.4.0),
5-
future (>= 1.34.0)
5+
future (>= 1.40.0)
66
Imports:
77
parallelly,
88
callr

0 commit comments

Comments
 (0)