Last updated on 2020-12-01 00:46:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 3.68 | 35.31 | 38.99 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 2.46 | 26.91 | 29.37 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 52.55 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 42.97 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 10.00 | 75.00 | 85.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.0 | 3.55 | 33.87 | 37.42 | OK | |
r-patched-solaris-x86 | 1.2.0 | 65.90 | OK | |||
r-release-linux-x86_64 | 1.2.0 | 3.62 | 32.97 | 36.59 | OK | |
r-release-macos-x86_64 | 1.2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.2.0 | 8.00 | 54.00 | 62.00 | OK | |
r-oldrel-macos-x86_64 | 1.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 7.00 | 52.00 | 59.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running 'test_R_user_dir.R' [0s/1s]
Running 'test_URLencode.R' [0s/1s]
Running 'test_anyNA.R' [0s/1s]
Running 'test_asplit.R' [0s/1s]
Running 'test_capture.output.R' [0s/1s]
Running 'test_dQuote.R' [0s/1s]
Running 'test_deparse1.R' [0s/1s]
Running 'test_dir.exists.R' [0s/1s]
Running 'test_dotsElt.R' [0s/1s]
Running 'test_dotsLength.R' [0s/1s]
Running 'test_file.info.R' [0s/0s]
Running 'test_file.mode.R' [0s/1s]
Running 'test_file.mtime.R' [0s/1s]
Running 'test_file.size.R' [0s/1s]
Running 'test_get0.R' [0s/0s]
Running 'test_hasName.R' [0s/1s]
Running 'test_isFALSE.R' [0s/1s]
Running 'test_isNamespaceLoaded.R' [0s/1s]
Running 'test_isTRUE.R' [0s/1s]
Running 'test_lengths.R' [0s/1s]
Running 'test_list2DF.R' [0s/1s]
Running 'test_removeSource.R' [0s/1s]
Running 'test_startsWith.R' [0s/1s]
Running 'test_str2expression.R' [0s/1s]
Running 'test_str2lang.R' [0s/0s]
Running 'test_strrep.R' [0s/0s]
Running 'test_suppressWarnings.R' [0s/0s]
Running 'test_trimws.R' [0s/1s]
Running 'test_valid.factor.R' [0s/1s]
Running 'test_warningCondition.R' [0s/1s]
Running the tests in 'tests/test_get0.R' failed.
Complete output:
> source("helper/helper.R")
>
> if (exists("get0", envir = baseenv())) {
+ f = get("get0", envir = baseenv())
+ expect_same = makeCompareFun(f, backports:::get0)
+
+ foo = 1
+ ee = new.env()
+ ee$bar = 1
+ ee$foobar = function(x) x^2
+
+ expect_same(character(0), ifnotfound = 1)
+ expect_same(NA_character_, ifnotfound = 1)
+ expect_same(factor("a"), ifnotfound = 1)
+
+ expect_same("bar")
+ expect_same("bar", ifnotfound = 42)
+ expect_same("foo")
+ expect_same("foo", ifnotfound = 42)
+ expect_same(c("foo", "bar", "iris"), ifnotfound = 42)
+ expect_same(c("bar", "foo", "iris"), ifnotfound = 42)
+ expect_same(c("iris", "foo", "bar"), ifnotfound = 42)
+ expect_same("bar", envir = ee)
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("foobar", envir = ee, mode = "function")
+ }
Error in expect_same(c("foo", "bar", "iris"), ifnotfound = 42) :
inherits(r2, "try-error") is not TRUE
Calls: expect_same -> stopifnot
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘test_R_user_dir.R’ [0s/1s]
Running ‘test_URLencode.R’ [0s/1s]
Running ‘test_anyNA.R’ [0s/1s]
Running ‘test_asplit.R’ [0s/1s]
Running ‘test_capture.output.R’ [0s/1s]
Running ‘test_dQuote.R’ [0s/1s]
Running ‘test_deparse1.R’ [0s/1s]
Running ‘test_dir.exists.R’ [0s/1s]
Running ‘test_dotsElt.R’ [0s/1s]
Running ‘test_dotsLength.R’ [0s/1s]
Running ‘test_file.info.R’ [0s/1s]
Running ‘test_file.mode.R’ [0s/1s]
Running ‘test_file.mtime.R’ [0s/1s]
Running ‘test_file.size.R’ [0s/1s]
Running ‘test_get0.R’ [0s/1s]
Running ‘test_hasName.R’ [0s/1s]
Running ‘test_isFALSE.R’ [0s/1s]
Running ‘test_isNamespaceLoaded.R’ [0s/1s]
Running ‘test_isTRUE.R’ [0s/1s]
Running ‘test_lengths.R’ [0s/1s]
Running ‘test_list2DF.R’ [0s/1s]
Running ‘test_removeSource.R’ [0s/1s]
Running ‘test_startsWith.R’ [0s/1s]
Running ‘test_str2expression.R’ [0s/1s]
Running ‘test_str2lang.R’ [0s/1s]
Running ‘test_strrep.R’ [0s/1s]
Running ‘test_suppressWarnings.R’ [0s/1s]
Running ‘test_trimws.R’ [0s/1s]
Running ‘test_valid.factor.R’ [0s/1s]
Running ‘test_warningCondition.R’ [0s/1s]
Running the tests in ‘tests/test_get0.R’ failed.
Complete output:
> source("helper/helper.R")
>
> if (exists("get0", envir = baseenv())) {
+ f = get("get0", envir = baseenv())
+ expect_same = makeCompareFun(f, backports:::get0)
+
+ foo = 1
+ ee = new.env()
+ ee$bar = 1
+ ee$foobar = function(x) x^2
+
+ expect_same(character(0), ifnotfound = 1)
+ expect_same(NA_character_, ifnotfound = 1)
+ expect_same(factor("a"), ifnotfound = 1)
+
+ expect_same("bar")
+ expect_same("bar", ifnotfound = 42)
+ expect_same("foo")
+ expect_same("foo", ifnotfound = 42)
+ expect_same(c("foo", "bar", "iris"), ifnotfound = 42)
+ expect_same(c("bar", "foo", "iris"), ifnotfound = 42)
+ expect_same(c("iris", "foo", "bar"), ifnotfound = 42)
+ expect_same("bar", envir = ee)
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("foobar", envir = ee, mode = "function")
+ }
Error in expect_same(c("foo", "bar", "iris"), ifnotfound = 42) :
inherits(r2, "try-error") is not TRUE
Calls: expect_same -> stopifnot
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘test_R_user_dir.R’
Running ‘test_URLencode.R’
Running ‘test_anyNA.R’
Running ‘test_asplit.R’
Running ‘test_capture.output.R’
Running ‘test_dQuote.R’
Running ‘test_deparse1.R’
Running ‘test_dir.exists.R’
Running ‘test_dotsElt.R’
Running ‘test_dotsLength.R’
Running ‘test_file.info.R’
Running ‘test_file.mode.R’
Running ‘test_file.mtime.R’
Running ‘test_file.size.R’
Running ‘test_get0.R’
Running ‘test_hasName.R’
Running ‘test_isFALSE.R’
Running ‘test_isNamespaceLoaded.R’
Running ‘test_isTRUE.R’
Running ‘test_lengths.R’
Running ‘test_list2DF.R’
Running ‘test_removeSource.R’
Running ‘test_startsWith.R’
Running ‘test_str2expression.R’
Running ‘test_str2lang.R’
Running ‘test_strrep.R’
Running ‘test_suppressWarnings.R’
Running ‘test_trimws.R’
Running ‘test_valid.factor.R’
Running ‘test_warningCondition.R’
Running the tests in ‘tests/test_get0.R’ failed.
Complete output:
> source("helper/helper.R")
>
> if (exists("get0", envir = baseenv())) {
+ f = get("get0", envir = baseenv())
+ expect_same = makeCompareFun(f, backports:::get0)
+
+ foo = 1
+ ee = new.env()
+ ee$bar = 1
+ ee$foobar = function(x) x^2
+
+ expect_same(character(0), ifnotfound = 1)
+ expect_same(NA_character_, ifnotfound = 1)
+ expect_same(factor("a"), ifnotfound = 1)
+
+ expect_same("bar")
+ expect_same("bar", ifnotfound = 42)
+ expect_same("foo")
+ expect_same("foo", ifnotfound = 42)
+ expect_same(c("foo", "bar", "iris"), ifnotfound = 42)
+ expect_same(c("bar", "foo", "iris"), ifnotfound = 42)
+ expect_same(c("iris", "foo", "bar"), ifnotfound = 42)
+ expect_same("bar", envir = ee)
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("foobar", envir = ee, mode = "function")
+ }
Error in expect_same(c("foo", "bar", "iris"), ifnotfound = 42) :
inherits(r2, "try-error") is not TRUE
Calls: expect_same -> stopifnot
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2.0
Check: running tests for arch ‘i386’
Result: ERROR
Running 'test_R_user_dir.R' [0s]
Running 'test_URLencode.R' [0s]
Running 'test_anyNA.R' [0s]
Running 'test_asplit.R' [0s]
Running 'test_capture.output.R' [0s]
Running 'test_dQuote.R' [0s]
Running 'test_deparse1.R' [1s]
Running 'test_dir.exists.R' [1s]
Running 'test_dotsElt.R' [1s]
Running 'test_dotsLength.R' [1s]
Running 'test_file.info.R' [0s]
Running 'test_file.mode.R' [0s]
Running 'test_file.mtime.R' [0s]
Running 'test_file.size.R' [0s]
Running 'test_get0.R' [0s]
Running 'test_hasName.R' [0s]
Running 'test_isFALSE.R' [0s]
Running 'test_isNamespaceLoaded.R' [0s]
Running 'test_isTRUE.R' [0s]
Running 'test_lengths.R' [0s]
Running 'test_list2DF.R' [0s]
Running 'test_removeSource.R' [0s]
Running 'test_startsWith.R' [0s]
Running 'test_str2expression.R' [1s]
Running 'test_str2lang.R' [1s]
Running 'test_strrep.R' [0s]
Running 'test_suppressWarnings.R' [1s]
Running 'test_trimws.R' [1s]
Running 'test_valid.factor.R' [0s]
Running 'test_warningCondition.R' [0s]
Running the tests in 'tests/test_get0.R' failed.
Complete output:
> source("helper/helper.R")
>
> if (exists("get0", envir = baseenv())) {
+ f = get("get0", envir = baseenv())
+ expect_same = makeCompareFun(f, backports:::get0)
+
+ foo = 1
+ ee = new.env()
+ ee$bar = 1
+ ee$foobar = function(x) x^2
+
+ expect_same(character(0), ifnotfound = 1)
+ expect_same(NA_character_, ifnotfound = 1)
+ expect_same(factor("a"), ifnotfound = 1)
+
+ expect_same("bar")
+ expect_same("bar", ifnotfound = 42)
+ expect_same("foo")
+ expect_same("foo", ifnotfound = 42)
+ expect_same(c("foo", "bar", "iris"), ifnotfound = 42)
+ expect_same(c("bar", "foo", "iris"), ifnotfound = 42)
+ expect_same(c("iris", "foo", "bar"), ifnotfound = 42)
+ expect_same("bar", envir = ee)
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("foobar", envir = ee, mode = "function")
+ }
Error in expect_same(c("foo", "bar", "iris"), ifnotfound = 42) :
inherits(r2, "try-error") is not TRUE
Calls: expect_same -> stopifnot
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.2.0
Check: running tests for arch ‘x64’
Result: ERROR
Running 'test_R_user_dir.R' [1s]
Running 'test_URLencode.R' [1s]
Running 'test_anyNA.R' [1s]
Running 'test_asplit.R' [0s]
Running 'test_capture.output.R' [0s]
Running 'test_dQuote.R' [0s]
Running 'test_deparse1.R' [0s]
Running 'test_dir.exists.R' [0s]
Running 'test_dotsElt.R' [0s]
Running 'test_dotsLength.R' [0s]
Running 'test_file.info.R' [0s]
Running 'test_file.mode.R' [0s]
Running 'test_file.mtime.R' [0s]
Running 'test_file.size.R' [0s]
Running 'test_get0.R' [0s]
Running 'test_hasName.R' [0s]
Running 'test_isFALSE.R' [0s]
Running 'test_isNamespaceLoaded.R' [0s]
Running 'test_isTRUE.R' [0s]
Running 'test_lengths.R' [0s]
Running 'test_list2DF.R' [0s]
Running 'test_removeSource.R' [0s]
Running 'test_startsWith.R' [0s]
Running 'test_str2expression.R' [0s]
Running 'test_str2lang.R' [0s]
Running 'test_strrep.R' [0s]
Running 'test_suppressWarnings.R' [0s]
Running 'test_trimws.R' [0s]
Running 'test_valid.factor.R' [0s]
Running 'test_warningCondition.R' [0s]
Running the tests in 'tests/test_get0.R' failed.
Complete output:
> source("helper/helper.R")
>
> if (exists("get0", envir = baseenv())) {
+ f = get("get0", envir = baseenv())
+ expect_same = makeCompareFun(f, backports:::get0)
+
+ foo = 1
+ ee = new.env()
+ ee$bar = 1
+ ee$foobar = function(x) x^2
+
+ expect_same(character(0), ifnotfound = 1)
+ expect_same(NA_character_, ifnotfound = 1)
+ expect_same(factor("a"), ifnotfound = 1)
+
+ expect_same("bar")
+ expect_same("bar", ifnotfound = 42)
+ expect_same("foo")
+ expect_same("foo", ifnotfound = 42)
+ expect_same(c("foo", "bar", "iris"), ifnotfound = 42)
+ expect_same(c("bar", "foo", "iris"), ifnotfound = 42)
+ expect_same(c("iris", "foo", "bar"), ifnotfound = 42)
+ expect_same("bar", envir = ee)
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("bar", envir = ee, mode = "function")
+ expect_same("foobar", envir = ee, mode = "function")
+ }
Error in expect_same(c("foo", "bar", "iris"), ifnotfound = 42) :
inherits(r2, "try-error") is not TRUE
Calls: expect_same -> stopifnot
Execution halted
Flavor: r-devel-windows-ix86+x86_64