Skip to content

Commit c176ded

Browse files
check() reports on 'future' version
1 parent decdf54 commit c176ded

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: future.tests
22
Title: Test Suite for 'Future API' Backends
3-
Version: 0.9.0-9009
3+
Version: 0.9.0-9010
44
Authors@R: c(
55
person("Henrik", "Bengtsson", role = c("aut", "cre", "cph"), email = "[email protected]"),
66
person(family = "The R Consortium", comment = "Project was awarded an Infrastructure Steering Committee (ISC) grant in 2017", role = "fnd"))

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
* Add logical R option `future.tests.devel`, which can be set by
66
environment variable `R_FUTURE_TESTS_DEVEL`. This controls whether
77
tests with a `"devel"` ("under developement") tag will be included.
8-
8+
9+
* check()` reports on **future** version.
10+
911
## Test Updates
1012

1113
* Add tests for `cancel()`.

R/check.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ check <- function(plan = NULL, tags = character(), timeout = NULL, settings = TR
150150

151151
if (settings) {
152152
print(rule(left = "Settings", col = "cyan"))
153+
cat(sprintf("- future version : %s\n", packageVersion("future")))
153154
cat(sprintf("- future.tests version : %s\n", packageVersion("future.tests")))
154155
cat(sprintf("- R_FUTURE_TESTS_ROOT : %s\n", Sys.getenv("R_FUTURE_TESTS_ROOT")))
155156
cat(sprintf("- Option 'future.tests.root': %s\n", getOption("future.tests.root", "NULL")))

0 commit comments

Comments
 (0)