Last updated on 2025-02-23 19:51:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 41.23 | 75.16 | 116.39 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 28.20 | 55.29 | 83.49 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.3 | 213.46 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 213.62 | ERROR | |||
r-devel-macos-arm64 | 0.2.3 | 66.00 | OK | |||
r-devel-macos-x86_64 | 0.2.3 | 123.00 | OK | |||
r-devel-windows-x86_64 | 0.2.3 | 44.00 | 115.00 | 159.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.3 | 39.14 | 70.64 | 109.78 | ERROR | |
r-release-linux-x86_64 | 0.2.3 | 36.89 | 69.76 | 106.65 | ERROR | |
r-release-macos-arm64 | 0.2.3 | 59.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.3 | 95.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.3 | 45.00 | 112.00 | 157.00 | ERROR | |
r-oldrel-macos-arm64 | 0.2.3 | 62.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.3 | 107.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.3 | 54.00 | 118.00 | 172.00 | ERROR |
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spectralGraphTopology)
Attaching package: 'spectralGraphTopology'
The following object is masked from 'package:stats':
D
>
> test_check("spectralGraphTopology")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-learnGraphTopology.R:21:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-learnSmoothSignalGraph.R:9:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-operators.R:122:1'): (code run outside of `test_that()`) ───────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.3
Check: examples
Result: ERROR
Running examples in ‘spectralGraphTopology-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: learn_k_component_graph
> ### Title: Learn the Laplacian matrix of a k-component graph Learns a
> ### k-component graph on the basis of an observed data matrix. Check out
> ### https://mirca.github.io/spectralGraphTopology for code examples.
> ### Aliases: learn_k_component_graph
>
> ### ** Examples
>
> # design true Laplacian
> Laplacian <- rbind(c(1, -1, 0, 0),
+ c(-1, 1, 0, 0),
+ c(0, 0, 1, -1),
+ c(0, 0, -1, 1))
> n <- ncol(Laplacian)
> # sample data from multivariate Gaussian
> Y <- MASS::mvrnorm(n * 500, rep(0, n), MASS::ginv(Laplacian))
> # estimate graph on the basis of sampled data
> graph <- learn_k_component_graph(cov(Y), k = 2, beta = 10)
Error in max(werr/(w + w0), na.rm = "ignore") :
NA in coercion to Rboolean
Calls: learn_k_component_graph ... <Anonymous> -> pb_tick -> assert_named_or_empty_list -> stopifnot
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spectralGraphTopology)
Attaching package: 'spectralGraphTopology'
The following object is masked from 'package:stats':
D
>
> test_check("spectralGraphTopology")
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 40 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-learnGraphTopology.R:14:3'): learn_k_component_graph with single component random graph ──
Error in `max(werr/(w + w0), na.rm = "ignore")`: NA in coercion to Rboolean
Backtrace:
▆
1. └─spectralGraphTopology::learn_k_component_graph(...) at test-learnGraphTopology.R:14:3
2. └─pb$tick(...)
3. └─progress:::pb_tick(self, private, len, tokens)
4. └─progress:::assert_named_or_empty_list(tokens)
5. └─base::stopifnot(length(x) == 0 || !is.null(names(x)))
── Error ('test-learnGraphTopology.R:21:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-learnSmoothSignalGraph.R:9:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-operators.R:122:1'): (code run outside of `test_that()`) ───────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 40 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spectralGraphTopology)
Attaching package: 'spectralGraphTopology'
The following object is masked from 'package:stats':
D
>
> test_check("spectralGraphTopology")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-learnGraphTopology.R:21:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-learnSmoothSignalGraph.R:9:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-operators.R:122:1'): (code run outside of `test_that()`) ───────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.3
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(spectralGraphTopology)
Attaching package: 'spectralGraphTopology'
The following object is masked from 'package:stats':
D
>
> test_check("spectralGraphTopology")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-learnGraphTopology.R:21:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-learnSmoothSignalGraph.R:9:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-operators.R:122:1'): (code run outside of `test_that()`) ───────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spectralGraphTopology)
Attaching package: 'spectralGraphTopology'
The following object is masked from 'package:stats':
D
>
> test_check("spectralGraphTopology")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-learnGraphTopology.R:21:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-learnSmoothSignalGraph.R:9:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-operators.R:122:1'): (code run outside of `test_that()`) ───────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(spectralGraphTopology)
Attaching package: 'spectralGraphTopology'
The following object is masked from 'package:stats':
D
>
> test_check("spectralGraphTopology")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-learnGraphTopology.R:21:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-learnSmoothSignalGraph.R:9:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-operators.R:122:1'): (code run outside of `test_that()`) ───────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.2.3
Check: installed package size
Result: NOTE
installed size is 7.0Mb
sub-directories of 1Mb or more:
doc 3.1Mb
libs 3.5Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.2.3
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(spectralGraphTopology)
Attaching package: 'spectralGraphTopology'
The following object is masked from 'package:stats':
D
>
> test_check("spectralGraphTopology")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-learnGraphTopology.R:21:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-learnSmoothSignalGraph.R:9:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-operators.R:122:1'): (code run outside of `test_that()`) ───────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.2.3
Check: tests
Result: ERROR
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(spectralGraphTopology)
Attaching package: 'spectralGraphTopology'
The following object is masked from 'package:stats':
D
>
> test_check("spectralGraphTopology")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-learnGraphTopology.R:21:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-learnSmoothSignalGraph.R:9:1'): (code run outside of `test_that()`) ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
── Error ('test-operators.R:122:1'): (code run outside of `test_that()`) ───────
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::pmap(all_pars, build_and_run_test, desc = desc_stub, code = captured,
.interpret_glue = .interpret_glue)`: ℹ In index: 1.
Caused by error:
! Failed to parse glue component
Caused by error in `parse()`:
! <text>:1:1: unexpected ','
1: ,
^
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 43 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.