Last updated on 2026-02-11 10:37:03 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | NOTE | ||||
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.02 | 28.20 | 30.22 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 58.06 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 66.83 | OK | |||
| r-devel-macos-arm64 | 0.1.0 | 1.00 | 17.00 | 18.00 | ERROR | |
| r-devel-windows-x86_64 | 0.1.0 | 4.00 | 59.00 | 63.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 3.20 | 31.66 | 34.86 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 2.42 | 31.51 | 33.93 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 50.00 | 52.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 4.00 | 57.00 | 61.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 38.00 | 40.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 5.00 | 70.00 | 75.00 | OK |
Version: 0.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Vitor Marques <vmrodriguespro@gmail.com>’
The Description field contains
<arXiv:quant-ph/9706062v2>; C. Godsil (2011) <arXiv:1103.2578v3>.
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: tests
Result: ERROR
Running ‘testthat.R’ [0s/0s]
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(qwalkr)
>
> test_check("qwalkr")
*** caught segfault ***
address 0x1, cause 'invalid permissions'
Traceback:
1: eigen(S, symmetric = TRUE, ...)
2: spectral(matrix(c(0, 1 - (0+1i), 1 - (0+2i), 1 + (0+1i), 0, 1 + (0+3i), 1 + (0+2i), 1 - (0+3i), 0), nrow = 3), multiplicity = TRUE)
3: eval(code, test_env)
4: eval(code, test_env)
5: withCallingHandlers({ eval(code, test_env) new_expectations <- the$test_expectations > starting_expectations if (snapshot_skipped) { skip("On CRAN") } else if (!new_expectations && skip_on_empty) { skip_empty() }}, expectation = handle_expectation, packageNotFoundError = function(e) { if (on_cran()) { skip(paste0("{", e$package, "} is not installed.")) }}, snapshot_on_cran = function(cnd) { snapshot_skipped <<- TRUE invokeRestart("muffle_cran_snapshot")}, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error, interrupt = handle_interrupt)
6: doTryCatch(return(expr), name, parentenv, handler)
7: tryCatchOne(expr, names, parentenv, handlers[[1L]])
8: tryCatchList(expr, classes, parentenv, handlers)
9: tryCatch(withCallingHandlers({ eval(code, test_env) new_expectations <- the$test_expectations > starting_expectations if (snapshot_skipped) { skip("On CRAN") } else if (!new_expectations && skip_on_empty) { skip_empty() }}, expectation = handle_expectation, packageNotFoundError = function(e) { if (on_cran()) { skip(paste0("{", e$package, "} is not installed.")) }}, snapshot_on_cran = function(cnd) { snapshot_skipped <<- TRUE invokeRestart("muffle_cran_snapshot")}, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error, interrupt = handle_interrupt), error = handle_fatal)
10: doWithOneRestart(return(expr), restart)
11: withOneRestart(expr, restarts[[1L]])
12: withRestarts(tryCatch(withCallingHandlers({ eval(code, test_env) new_expectations <- the$test_expectations > starting_expectations if (snapshot_skipped) { skip("On CRAN") } else if (!new_expectations && skip_on_empty) { skip_empty() }}, expectation = handle_expectation, packageNotFoundError = function(e) { if (on_cran()) { skip(paste0("{", e$package, "} is not installed.")) }}, snapshot_on_cran = function(cnd) { snapshot_skipped <<- TRUE invokeRestart("muffle_cran_snapshot")}, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error, interrupt = handle_interrupt), error = handle_fatal), end_test = function() { })
13: test_code(code, parent.frame())
14: test_that("extraction of projectors work", { K3 <- spectral(matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3), multiplicity = TRUE) sum_proj <- get_eigproj(K3, 1) + get_eigproj(K3, 2) I3 <- diag(3) expect_true(all(equal(sum_proj, I3))) A_h <- spectral(matrix(c(0, 1 - (0+1i), 1 - (0+2i), 1 + (0+1i), 0, 1 + (0+3i), 1 + (0+2i), 1 - (0+3i), 0), nrow = 3), multiplicity = TRUE) sum_proj_h <- get_eigproj(A_h, 1) + get_eigproj(A_h, 2) + get_eigproj(A_h, 3) I3 <- diag(3) expect_true(all(equal(sum_proj_h, I3)))})
15: eval(code, test_env)
16: eval(code, test_env)
17: withCallingHandlers({ eval(code, test_env) new_expectations <- the$test_expectations > starting_expectations if (snapshot_skipped) { skip("On CRAN") } else if (!new_expectations && skip_on_empty) { skip_empty() }}, expectation = handle_expectation, packageNotFoundError = function(e) { if (on_cran()) { skip(paste0("{", e$package, "} is not installed.")) }}, snapshot_on_cran = function(cnd) { snapshot_skipped <<- TRUE invokeRestart("muffle_cran_snapshot")}, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error, interrupt = handle_interrupt)
18: doTryCatch(return(expr), name, parentenv, handler)
19: tryCatchOne(expr, names, parentenv, handlers[[1L]])
20: tryCatchList(expr, classes, parentenv, handlers)
21: tryCatch(withCallingHandlers({ eval(code, test_env) new_expectations <- the$test_expectations > starting_expectations if (snapshot_skipped) { skip("On CRAN") } else if (!new_expectations && skip_on_empty) { skip_empty() }}, expectation = handle_expectation, packageNotFoundError = function(e) { if (on_cran()) { skip(paste0("{", e$package, "} is not installed.")) }}, snapshot_on_cran = function(cnd) { snapshot_skipped <<- TRUE invokeRestart("muffle_cran_snapshot")}, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error, interrupt = handle_interrupt), error = handle_fatal)
22: doWithOneRestart(return(expr), restart)
23: withOneRestart(expr, restarts[[1L]])
24: withRestarts(tryCatch(withCallingHandlers({ eval(code, test_env) new_expectations <- the$test_expectations > starting_expectations if (snapshot_skipped) { skip("On CRAN") } else if (!new_expectations && skip_on_empty) { skip_empty() }}, expectation = handle_expectation, packageNotFoundError = function(e) { if (on_cran()) { skip(paste0("{", e$package, "} is not installed.")) }}, snapshot_on_cran = function(cnd) { snapshot_skipped <<- TRUE invokeRestart("muffle_cran_snapshot")}, skip = handle_skip, warning = handle_warning, message = handle_message, error = handle_error, interrupt = handle_interrupt), error = handle_fatal), end_test = function() { })
25: test_code(code = exprs, env = env, reporter = get_reporter() %||% StopReporter$new())
26: source_file(path, env = env(env), desc = desc, shuffle = shuffle, error_call = error_call)
27: FUN(X[[i]], ...)
28: lapply(test_paths, test_one_file, env = env, desc = desc, shuffle = shuffle, error_call = error_call)
29: doTryCatch(return(expr), name, parentenv, handler)
30: tryCatchOne(expr, names, parentenv, handlers[[1L]])
31: tryCatchList(expr, classes, parentenv, handlers)
32: tryCatch(code, testthat_abort_reporter = function(cnd) { cat(conditionMessage(cnd), "\n") NULL})
33: with_reporter(reporters$multi, lapply(test_paths, test_one_file, env = env, desc = desc, shuffle = shuffle, error_call = error_call))
34: test_files_serial(test_dir = test_dir, test_package = test_package, test_paths = test_paths, load_helpers = load_helpers, reporter = reporter, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, desc = desc, load_package = load_package, shuffle = shuffle, error_call = error_call)
35: test_files(test_dir = path, test_paths = test_paths, test_package = package, reporter = reporter, load_helpers = load_helpers, env = env, stop_on_failure = stop_on_failure, stop_on_warning = stop_on_warning, load_package = load_package, parallel = parallel, shuffle = shuffle)
36: test_dir("testthat", package = package, reporter = reporter, ..., load_package = "installed")
37: test_check("qwalkr")
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-macos-arm64