Last updated on 2025-10-16 16:51:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 3.21 | 79.56 | 82.77 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 2.24 | 68.16 | 70.40 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 160.34 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 154.28 | ERROR | |||
r-devel-windows-x86_64 | 1.0.2 | 6.00 | 122.00 | 128.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 3.58 | 92.27 | 95.85 | ERROR | |
r-release-linux-x86_64 | 1.0.2 | 3.03 | 73.96 | 76.99 | OK | |
r-release-macos-arm64 | 1.0.2 | 205.00 | OK | |||
r-release-macos-x86_64 | 1.0.2 | 234.00 | OK | |||
r-release-windows-x86_64 | 1.0.2 | 6.00 | 124.00 | 130.00 | OK | |
r-oldrel-macos-arm64 | 1.0.2 | 178.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.2 | 224.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.2 | 6.00 | 201.00 | 207.00 | OK |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘klassR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: update_klass_node
> ### Title: Given a node and a graph, find the node at the end of a sequence
> ### of changes.
> ### Aliases: update_klass_node
>
> ### ** Examples
>
>
> # Build a graph directed towards the most recent codes.
> library(klassR)
> klass_131 <- klass_graph(131)
Error in `FUN()`:
! Error: Logical index length does not match the number of edges.
Recycling is not allowed.
Backtrace:
▆
1. └─klassR::klass_graph(131)
2. ├─igraph::reverse_edges(...)
3. │ └─igraph:::as_igraph_es(graph, eids)
4. ├─igraph::E(graph)[igraph::E(graph)$changeOccurred > date]
5. └─igraph:::`[.igraph.es`(...)
6. └─base::lapply(...)
7. └─igraph (local) FUN(X[[i]], ...)
8. └─cli::cli_abort("Error: Logical index length does not match the number of edges. Recycling is not allowed.")
9. └─rlang::abort(...)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
get_family 0.293 0.006 5.68
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘klassR-Ex.R’ failed
The error most likely occurred in:
> ### Name: update_klass_node
> ### Title: Given a node and a graph, find the node at the end of a sequence
> ### of changes.
> ### Aliases: update_klass_node
>
> ### ** Examples
>
>
> # Build a graph directed towards the most recent codes.
> library(klassR)
> klass_131 <- klass_graph(131)
Error in `FUN()`:
! Error: Logical index length does not match the number of edges.
Recycling is not allowed.
Backtrace:
▆
1. └─klassR::klass_graph(131)
2. ├─igraph::reverse_edges(...)
3. │ └─igraph:::as_igraph_es(graph, eids)
4. ├─igraph::E(graph)[igraph::E(graph)$changeOccurred > date]
5. └─igraph:::`[.igraph.es`(...)
6. └─base::lapply(...)
7. └─igraph (local) FUN(X[[i]], ...)
8. └─cli::cli_abort("Error: Logical index length does not match the number of edges. Recycling is not allowed.")
9. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘klassR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: update_klass_node
> ### Title: Given a node and a graph, find the node at the end of a sequence
> ### of changes.
> ### Aliases: update_klass_node
>
> ### ** Examples
>
>
> # Build a graph directed towards the most recent codes.
> library(klassR)
> klass_131 <- klass_graph(131)
Error in `FUN()`:
! Error: Logical index length does not match the number of edges.
Recycling is not allowed.
Backtrace:
▆
1. └─klassR::klass_graph(131)
2. ├─igraph::reverse_edges(...)
3. │ └─igraph:::as_igraph_es(graph, eids)
4. ├─igraph::E(graph)[igraph::E(graph)$changeOccurred > date]
5. └─igraph:::`[.igraph.es`(...)
6. └─base::lapply(...)
7. └─igraph (local) FUN(X[[i]], ...)
8. └─cli::cli_abort("Error: Logical index length does not match the number of edges. Recycling is not allowed.")
9. └─rlang::abort(...)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
get_family 0.385 0.01 6.055
Flavor: r-patched-linux-x86_64