CRAN Package Check Results for Maintainer ‘Shaun Turney <shaun.turney at mail.mcgill.ca>’

Last updated on 2025-10-15 05:50:45 CEST.

Package ERROR NOTE OK
FCMapper 3 1 9

Package FCMapper

Current CRAN status: ERROR: 3, NOTE: 1, OK: 9

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