CRAN Package Check Results for Package gdim

Last updated on 2025-12-06 22:51:15 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 5.93 76.88 82.81 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 4.64 57.64 62.28 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 108.75 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 102.36 ERROR
r-devel-windows-x86_64 0.1.0 8.00 86.00 94.00 OK
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.0 OK
r-release-macos-x86_64 0.1.0 5.00 80.00 85.00 OK
r-release-windows-x86_64 0.1.0 8.00 87.00 95.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 4.00 69.00 73.00 OK
r-oldrel-windows-x86_64 0.1.0 10.00 109.00 119.00 OK

Additional issues

M1mac

Check Details

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>. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [22s/22s] 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-fedora-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [25s/27s] 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-fedora-gcc