Last updated on 2025-10-30 19:53:24 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1 | 2.20 | 21.80 | 24.00 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1 | 1.49 | 18.32 | 19.81 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1 | 34.11 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1 | 32.58 | ERROR | |||
| r-devel-windows-x86_64 | 1.1 | 3.00 | 39.00 | 42.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1 | 1.93 | 19.54 | 21.47 | ERROR | |
| r-release-linux-x86_64 | 1.1 | 1.42 | 20.03 | 21.45 | ERROR | |
| r-release-macos-arm64 | 1.1 | 1.00 | 17.00 | 18.00 | OK | |
| r-release-macos-x86_64 | 1.1 | 2.00 | 34.00 | 36.00 | OK | |
| r-release-windows-x86_64 | 1.1 | 4.00 | 44.00 | 48.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.1 | 1.00 | 15.00 | 16.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1 | 2.00 | 29.00 | 31.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1 | 4.00 | 46.00 | 50.00 | ERROR |
Version: 1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Shaun Turney <shaun.turney@mail.mcgill.ca>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Shaun",
family = "Turney",
role = c("aut", "cre"),
email = "shaun.turney@mail.mcgill.ca"),
person(given = "Michael",
family = "Bachhofer",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1
Check: examples
Result: ERROR
Running examples in ‘FCMapper-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: graph.fcm
> ### Title: Fuzzy cognitive map graph
> ### Aliases: graph.fcm
>
> ### ** Examples
>
>
> matrix = matrix(nrow=7,ncol=7)
> matrix[1,] = c(0,-0.5,0,0,1,0,1)
> matrix[2,] = c(1,0,1,0.2,0,0,0.6)
> matrix[3,] = c(0,1,0,0,0,0,0)
> matrix[4,] = c(0.6,0,0,1,0,0,0.1)
> matrix[5,] = c(0,0.5,0,0,1,0,-0.6)
> matrix[6,] = c(0,0,-1,0,0,0,0)
> matrix[7,] = c(0,0,0,-0.5,0,0,1)
> concept.names = c("A","B","C","D","E","F","G")
>
> results = nochanges.scenario(matrix,iter=25,concept.names)
>
> graph.fcm(matrix,concept.sizes=results$Equilibrium_value,concept.names)
Warning: Non-positive edge weight found, ignoring all weights during graph layout.
Warning in rep(no, length.out = len) :
'x' is NULL so the result will be NULL
Error in ans[npos] <- rep(no, length.out = len)[npos] :
replacement has length zero
Calls: graph.fcm ... .tkplot.update.vertex -> .tkplot.update.edge -> ifelse
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1
Check: examples
Result: ERROR
Running examples in ‘FCMapper-Ex.R’ failed
The error most likely occurred in:
> ### Name: graph.fcm
> ### Title: Fuzzy cognitive map graph
> ### Aliases: graph.fcm
>
> ### ** Examples
>
>
> matrix = matrix(nrow=7,ncol=7)
> matrix[1,] = c(0,-0.5,0,0,1,0,1)
> matrix[2,] = c(1,0,1,0.2,0,0,0.6)
> matrix[3,] = c(0,1,0,0,0,0,0)
> matrix[4,] = c(0.6,0,0,1,0,0,0.1)
> matrix[5,] = c(0,0.5,0,0,1,0,-0.6)
> matrix[6,] = c(0,0,-1,0,0,0,0)
> matrix[7,] = c(0,0,0,-0.5,0,0,1)
> concept.names = c("A","B","C","D","E","F","G")
>
> results = nochanges.scenario(matrix,iter=25,concept.names)
>
> graph.fcm(matrix,concept.sizes=results$Equilibrium_value,concept.names)
Warning: Non-positive edge weight found, ignoring all weights during graph layout.
Warning in rep(no, length.out = len) :
'x' is NULL so the result will be NULL
Error in ans[npos] <- rep(no, length.out = len)[npos] :
replacement has length zero
Calls: graph.fcm ... .tkplot.update.vertex -> .tkplot.update.edge -> ifelse
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.