CRAN Package Check Results for Package FCMapper

Last updated on 2025-10-13 20:49:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 1.91 21.60 23.51 NOTE
r-devel-linux-x86_64-debian-gcc 1.1 1.56 17.34 18.90 NOTE
r-devel-linux-x86_64-fedora-clang 1.1 35.68 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1 34.14 ERROR
r-devel-windows-x86_64 1.1 3.00 40.00 43.00 OK
r-patched-linux-x86_64 1.1 1.55 19.99 21.54 OK
r-release-linux-x86_64 1.1 1.88 19.94 21.82 OK
r-release-macos-arm64 1.1 18.00 OK
r-release-macos-x86_64 1.1 36.00 OK
r-release-windows-x86_64 1.1 4.00 42.00 46.00 OK
r-oldrel-macos-arm64 1.1 16.00 OK
r-oldrel-macos-x86_64 1.1 31.00 OK
r-oldrel-windows-x86_64 1.1 4.00 46.00 50.00 OK

Check Details

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: > ### 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