Last updated on 2023-10-03 22:03:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0-5 | 2.56 | 30.59 | 33.15 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0-5 | 2.16 | 24.28 | 26.44 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0-5 | 43.85 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0-5 | 40.50 | ERROR | |||
r-devel-windows-x86_64 | 0.0-5 | 4.00 | 48.00 | 52.00 | ERROR | |
r-patched-linux-x86_64 | 0.0-5 | 3.55 | 29.72 | 33.27 | OK | |
r-release-linux-x86_64 | 0.0-5 | 3.14 | 29.76 | 32.90 | OK | |
r-release-macos-arm64 | 0.0-5 | 19.00 | OK | |||
r-release-macos-x86_64 | 0.0-5 | 24.00 | OK | |||
r-release-windows-x86_64 | 0.0-5 | 6.00 | 48.00 | 54.00 | OK | |
r-oldrel-macos-arm64 | 0.0-5 | 19.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0-5 | 24.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0-5 | 5.00 | 57.00 | 62.00 | OK |
Version: 0.0-5
Check: examples
Result: ERROR
Running examples in ‘assertive.properties-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: assert_is_atomic
> ### Title: Is the input atomic/recursive/vector?
> ### Aliases: assert_is_atomic assert_is_nested assert_is_non_nested
> ### assert_is_recursive assert_is_vector is_atomic is_nested
> ### is_non_nested is_recursive is_vector
>
> ### ** Examples
>
> atomic_types <- list(
+ logical(),
+ integer(),
+ numeric(),
+ complex(),
+ character(),
+ raw(),
+ matrix(),
+ array(),
+ factor(),
+ NULL
+ )
> for(var in atomic_types) assert_is_atomic(var)
Error: is_atomic : var is not atomic.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.0-5
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(assertive.base)
Attaching package: 'assertive.base'
The following objects are masked from 'package:testthat':
is_false, is_true
> library(assertive.properties)
Attaching package: 'assertive.properties'
The following objects are masked from 'package:testthat':
has_names, is_null
>
> test_check("assertive.properties")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-is-atomic-recursive-vector.R:22:3'): test.is_atomic.null.returns_true ──
is_atomic(NULL) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0-5
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(assertive.base)
Attaching package: 'assertive.base'
The following objects are masked from 'package:testthat':
is_false, is_true
> library(assertive.properties)
Attaching package: 'assertive.properties'
The following objects are masked from 'package:testthat':
has_names, is_null
>
> test_check("assertive.properties")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-is-atomic-recursive-vector.R:22:3'): test.is_atomic.null.returns_true ──
is_atomic(NULL) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0-5
Check: examples
Result: ERROR
Running examples in ‘assertive.properties-Ex.R’ failed
The error most likely occurred in:
> ### Name: assert_is_atomic
> ### Title: Is the input atomic/recursive/vector?
> ### Aliases: assert_is_atomic assert_is_nested assert_is_non_nested
> ### assert_is_recursive assert_is_vector is_atomic is_nested
> ### is_non_nested is_recursive is_vector
>
> ### ** Examples
>
> atomic_types <- list(
+ logical(),
+ integer(),
+ numeric(),
+ complex(),
+ character(),
+ raw(),
+ matrix(),
+ array(),
+ factor(),
+ NULL
+ )
> for(var in atomic_types) assert_is_atomic(var)
Error: is_atomic : var is not atomic.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 0.0-5
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(assertive.base)
Attaching package: 'assertive.base'
The following objects are masked from 'package:testthat':
is_false, is_true
> library(assertive.properties)
Attaching package: 'assertive.properties'
The following objects are masked from 'package:testthat':
has_names, is_null
>
> test_check("assertive.properties")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-is-atomic-recursive-vector.R:22:3'): test.is_atomic.null.returns_true ──
is_atomic(NULL) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0-5
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(assertive.base)
Attaching package: 'assertive.base'
The following objects are masked from 'package:testthat':
is_false, is_true
> library(assertive.properties)
Attaching package: 'assertive.properties'
The following objects are masked from 'package:testthat':
has_names, is_null
>
> test_check("assertive.properties")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-is-atomic-recursive-vector.R:22:3'): test.is_atomic.null.returns_true ──
is_atomic(NULL) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0-5
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(assertive.base)
Attaching package: 'assertive.base'
The following objects are masked from 'package:testthat':
is_false, is_true
> library(assertive.properties)
Attaching package: 'assertive.properties'
The following objects are masked from 'package:testthat':
has_names, is_null
>
> test_check("assertive.properties")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-is-atomic-recursive-vector.R:22:3'): test.is_atomic.null.returns_true ──
is_atomic(NULL) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 121 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64