Last updated on 2025-02-24 19:50:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.1 | 11.29 | 132.13 | 143.42 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8.1 | 7.72 | 88.81 | 96.53 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.8.1 | 196.58 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.1 | 203.40 | ERROR | |||
r-devel-macos-arm64 | 0.8.1 | 72.00 | OK | |||
r-devel-macos-x86_64 | 0.8.1 | 174.00 | OK | |||
r-devel-windows-x86_64 | 0.8.1 | 11.00 | 159.00 | 170.00 | OK | |
r-patched-linux-x86_64 | 0.8.1 | 9.24 | 121.21 | 130.45 | OK | |
r-release-linux-x86_64 | 0.8.1 | 9.85 | 122.76 | 132.61 | OK | |
r-release-macos-arm64 | 0.8.1 | 71.00 | OK | |||
r-release-macos-x86_64 | 0.8.1 | 142.00 | OK | |||
r-release-windows-x86_64 | 0.8.1 | 15.00 | 158.00 | 173.00 | OK | |
r-oldrel-macos-arm64 | 0.8.1 | 67.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.1 | 144.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.1 | 15.00 | 198.00 | 213.00 | OK |
Version: 0.8.1
Check: examples
Result: ERROR
Running examples in ‘rock-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: qna_to_tlm
> ### Title: Convert a QNA network to Linear Topic Map format
> ### Aliases: qna_to_tlm
>
> ### ** Examples
>
> ### Get path to example source
> examplePath <-
+ system.file("extdata", package="rock");
>
> ### Read a souce coded with the Qualitative Network Approach
> qnaExample <-
+ rock::parse_source(
+ file.path(
+ examplePath,
+ "network-example-1.rock"
+ )
+ );
>
> ### Convert and show the topic map
> cat(
+ rock::qna_to_tlm(
+ qnaExample
+ ),
+ sep="\n"
+ );
Error in unlist(df$from, df$to) : 'recursive' must be a length-1 vector
Calls: cat -> <Anonymous> -> lapply -> FUN -> unique -> unlist
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.1
Check: examples
Result: ERROR
Running examples in ‘rock-Ex.R’ failed
The error most likely occurred in:
> ### Name: qna_to_tlm
> ### Title: Convert a QNA network to Linear Topic Map format
> ### Aliases: qna_to_tlm
>
> ### ** Examples
>
> ### Get path to example source
> examplePath <-
+ system.file("extdata", package="rock");
>
> ### Read a souce coded with the Qualitative Network Approach
> qnaExample <-
+ rock::parse_source(
+ file.path(
+ examplePath,
+ "network-example-1.rock"
+ )
+ );
>
> ### Convert and show the topic map
> cat(
+ rock::qna_to_tlm(
+ qnaExample
+ ),
+ sep="\n"
+ );
Error in unlist(df$from, df$to) : 'recursive' must be of length 1
Calls: cat -> <Anonymous> -> lapply -> FUN -> unique -> unlist
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc