Skip to content

Commit 814da03

Browse files
Merge tag '0.9.0' into develop
future.tests 0.9.0 on CRAN
2 parents 493ae28 + c1b96ad commit 814da03

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: future.tests
22
Title: Test Suite for 'Future API' Backends
3-
Version: 0.8.0-9005
3+
Version: 0.9.0
44
Authors@R: c(
55
person("Henrik", "Bengtsson", role = c("aut", "cre", "cph"), email = "[email protected]"),
6-
person(family = "The R Consortium", comment = "Project was awared an Infrastructure Steering Committee (ISC) grant in 2017", role = "fnd"))
6+
person(family = "The R Consortium", comment = "Project was awarded an Infrastructure Steering Committee (ISC) grant in 2017", role = "fnd"))
77
Description: Backends implementing the 'Future' API <doi:10.32614/RJ-2021-048>, as defined by the 'future' package, should use the tests provided by this package to validate that they meet the minimal requirements of the 'Future' API. The tests can be performed easily from within R or from outside of R from the command line making it straightforward to include them in package tests and in Continuous Integration (CI) pipelines.
88
Imports:
99
future (>= 1.40.0),

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.9.0 [2025-04-14]
22

33
## New Features
44

inst/WORDLIST

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ CLI
22
CMD
33
Parallelization
44
Pre
5+
RJ
6+
TestResult
7+
backend's
58
batchtools
69
callr
10+
doi
11+
hardcoded
712
macOS
813
md
14+
mirai
915
multisession
1016
pre
1117
stringsAsFactors
1218
travis
1319
yml
14-
TestResult
15-
backend's
16-
hardcoded

0 commit comments

Comments
 (0)