Last updated on 2025-12-10 02:51:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 5.91 | 69.30 | 75.21 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 4.73 | 56.23 | 60.96 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 34.00 | 98.45 | 132.45 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 33.00 | 103.35 | 136.35 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 8.00 | 86.00 | 94.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.0 | 6.12 | 73.59 | 79.71 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 5.80 | 73.36 | 79.16 | OK | |
| r-release-macos-arm64 | 0.1.1 | 2.00 | 21.00 | 23.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 7.00 | 97.00 | 104.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 8.00 | 87.00 | 95.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 2.00 | 25.00 | 27.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 8.00 | 100.00 | 108.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 9.00 | 100.00 | 109.00 | ERROR |
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alex Hayes <alexpghayes@gmail.com>’
The Description field contains
see Chen et al. (2021) <arXiv:2108.03336> for details.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘gdim-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: eigcv
> ### Title: Compute cross-validate eigenvalues
> ### Aliases: eigcv
>
> ### ** Examples
>
>
> library(fastRG)
>
> set.seed(27)
>
> B <- matrix(0.1, 5, 5)
> diag(B) <- 0.3
>
> model <- sbm(
+ n = 1000,
+ k = 5,
+ B = B,
+ expected_degree = 40,
+ poisson_edges = FALSE,
+ allow_self_loops = FALSE
+ )
Error: Must specify only one of `B` and `k`, not both.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/20s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(gdim)
Loading required package: Matrix
>
> test_check("gdim")
Attaching package: 'fastRG'
The following object is masked from 'package:testthat':
expectation
Saving _problems/test-eigcv-17.R
Saving _problems/test-eigcv-81.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-eigcv.R:10:3'): symmetric eigcv, calculations on A ─────────────
Error: Must specify only one of `B` and `k`, not both.
Backtrace:
▆
1. └─fastRG::sbm(...) at test-eigcv.R:10:3
2. └─fastRG::dcsbm(...)
── Error ('test-eigcv.R:74:3'): symmetric eigcv, calculations on L ─────────────
Error: Must specify only one of `B` and `k`, not both.
Backtrace:
▆
1. └─fastRG::sbm(...) at test-eigcv.R:74:3
2. └─fastRG::dcsbm(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 3 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'gdim-Ex.R' failed
The error most likely occurred in:
> ### Name: eigcv
> ### Title: Compute cross-validate eigenvalues
> ### Aliases: eigcv
>
> ### ** Examples
>
>
> library(fastRG)
>
> set.seed(27)
>
> B <- matrix(0.1, 5, 5)
> diag(B) <- 0.3
>
> model <- sbm(
+ n = 1000,
+ k = 5,
+ B = B,
+ expected_degree = 40,
+ poisson_edges = FALSE,
+ allow_self_loops = FALSE
+ )
Error: Must specify only one of `B` and `k`, not both.
Execution halted
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [14s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(gdim)
Loading required package: Matrix
>
> test_check("gdim")
Attaching package: 'fastRG'
The following object is masked from 'package:testthat':
expectation
Saving _problems/test-eigcv-17.R
Saving _problems/test-eigcv-81.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-eigcv.R:10:3'): symmetric eigcv, calculations on A ─────────────
Error: Must specify only one of `B` and `k`, not both.
Backtrace:
▆
1. └─fastRG::sbm(...) at test-eigcv.R:10:3
2. └─fastRG::dcsbm(...)
── Error ('test-eigcv.R:74:3'): symmetric eigcv, calculations on L ─────────────
Error: Must specify only one of `B` and `k`, not both.
Backtrace:
▆
1. └─fastRG::sbm(...) at test-eigcv.R:74:3
2. └─fastRG::dcsbm(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 3 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [21s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(gdim)
Loading required package: Matrix
>
> test_check("gdim")
Attaching package: 'fastRG'
The following object is masked from 'package:testthat':
expectation
Saving _problems/test-eigcv-17.R
Saving _problems/test-eigcv-81.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-eigcv.R:10:3'): symmetric eigcv, calculations on A ─────────────
Error: Must specify only one of `B` and `k`, not both.
Backtrace:
▆
1. └─fastRG::sbm(...) at test-eigcv.R:10:3
2. └─fastRG::dcsbm(...)
── Error ('test-eigcv.R:74:3'): symmetric eigcv, calculations on L ─────────────
Error: Must specify only one of `B` and `k`, not both.
Backtrace:
▆
1. └─fastRG::sbm(...) at test-eigcv.R:74:3
2. └─fastRG::dcsbm(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 3 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64