Last updated on 2025-12-07 07:50:20 CET.
| Package | ERROR | WARN | NOTE | OK |
|---|---|---|---|---|
| distributions3 | 1 | 12 | ||
| fastadi | 13 | |||
| fastRG | 13 | |||
| gdim | 2 | 2 | 9 | |
| invertiforms | 13 | |||
| LRMF3 | 13 | |||
| modeltests | 13 | |||
| sparseLRMatrix | 3 | 10 | ||
| vsp | 1 | 12 |
Current CRAN status: WARN: 1, OK: 12
Version: 0.2.3
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.3
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 2, NOTE: 2, OK: 9
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 3, OK: 10
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: WARN: 1, OK: 12
Version: 0.1.3
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.3
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc