Skip to content

Commit 3104648

Browse files
Merge branch 'feature/FutureBackend' into develop
2 parents fece941 + e3abe81 commit 3104648

File tree

5 files changed

+85
-925
lines changed

5 files changed

+85
-925
lines changed

R/backend_api-SequentialFutureBackend-class.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
#' @aliases uniprocess
2828
#' @export
2929
sequential <- function(..., envir = parent.frame()) {
30-
stop("INTERNAL ERROR: The future::sequential() function implements the FutureBackend and should never be called directly")
30+
# stop("The future::sequential() function implements the FutureBackend and should never be called directly. This will soon become defunct")
31+
f <- Future(..., envir = envir)
32+
class(f) <- c("SequentialFuture", "UniprocessFuture", "Future")
33+
f
3134
}
3235
class(sequential) <- c("sequential", "uniprocess", "future", "function")
3336

revdep/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727

2828
# Revdeps
2929

30-
## Failed to check (1)
30+
## Failed to check (2)
3131

3232
|package |version |error |warning |note |
3333
|:----------------|:-------|:-----|:-------|:----|
34+
|[OutSeekR](failures.md#outseekr)|1.0.0 |1 | | |
3435
|[TriDimRegression](failures.md#tridimregression)|1.0.2 |1 | | |
3536

3637
## New problems (3)
@@ -69,7 +70,7 @@
6970
|BatchGetSymbols |2.6.4 | | | |
7071
|[batchtools](problems.md#batchtools)|0.9.17 | | |2 |
7172
|bayesian |1.0.1 | | | |
72-
|[BayesianMCPMod](problems.md#bayesianmcpmod)|1.1.0 | | |1 |
73+
|BayesianMCPMod |1.1.0 | | | |
7374
|[bayesmove](problems.md#bayesmove)|0.2.1 | | |1 |
7475
|[bbknnR](problems.md#bbknnr) |1.1.1 | | |1 |
7576
|bcmaps |2.2.1 | | | |
@@ -296,7 +297,7 @@
296297
|[OptimalGoldstandardDesigns](problems.md#optimalgoldstandarddesigns)|1.0.1 | | |1 |
297298
|optimLanduse |1.2.1 | | | |
298299
|origami |1.0.7 | | | |
299-
|OutSeekR |1.0.0 | | | |
300+
|[OutSeekR](failures.md#outseekr)|1.0.0 |1 | | |
300301
|[PAMpal](problems.md#pampal) |1.4.4 | |1 | |
301302
|[PAMscapes](problems.md#pamscapes)|0.10.0 | |1 | |
302303
|paramsim |0.1.0 | | | |
@@ -311,7 +312,7 @@
311312
|[pgxRpi](problems.md#pgxrpi) |1.2.3 | | |2 |
312313
|[photosynthesis](problems.md#photosynthesis)|2.1.5 | | |2 |
313314
|[phylolm](problems.md#phylolm)|2.6.5 | | |1 |
314-
|[phylopath](problems.md#phylopath)|1.3.0 | | |1 |
315+
|phylopath |1.3.0 | | | |
315316
|phylospatial |1.0.0 | | | |
316317
|PINstimation |0.1.2 | | | |
317318
|[pliman](problems.md#pliman) |3.0.0 | | |1 |

revdep/cran.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We checked 420 reverse dependencies (398 from CRAN + 22 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 3 new problems
6-
* We failed to check 1 packages
6+
* We failed to check 2 packages
77

88
Issues with CRAN packages are summarised below.
99

@@ -21,4 +21,5 @@ Issues with CRAN packages are summarised below.
2121

2222
### Failed to check
2323

24+
* OutSeekR (NA)
2425
* TriDimRegression (NA)

revdep/failures.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# OutSeekR
2+
3+
<details>
4+
5+
* Version: 1.0.0
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/OutSeekR
8+
* Date/Publication: 2024-11-19 09:10:05 UTC
9+
* Number of recursive dependencies: 58
10+
11+
Run `revdepcheck::revdep_details(, "OutSeekR")` for more info
12+
13+
</details>
14+
15+
## In both
16+
17+
* R CMD check timed out
18+
19+
120
# TriDimRegression
221

322
<details>

0 commit comments

Comments
 (0)