Package check result: OK Changes to worse in reverse depends: Package: netCoin Check: examples New result: ERROR Running examples in ‘netCoin-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: asGallery > ### Title: Images in a grid gallery. > ### Aliases: asGallery > > ### ** Examples > > data("Galapagos") > data("finches") > finches$species <- system.file("extdata", finches$species, + package="netCoin") # copy path to the species field > Net <- allNet(Galapagos, nodes=finches, criteria="hyp", maxL=.05, + image="species", + main="Species coincidences in Galapagos Islands", + note="Data source: Sanderson (2000)") > gallery <- asGallery(Net) Error in gallery_rd3(nodes = net$nodes, tree = net$tree, name = options$nodeName, : unused argument (tree = net$tree) Calls: asGallery Execution halted Package: netCoin Check: for code/documentation mismatches New result: WARNING Codoc mismatches from Rd file 'gallery.Rd': gallery Code: function(nodes, name = NULL, label = NULL, color = NULL, border = NULL, ntext = NULL, info = NULL, infoFrame = c("right", "left"), image = NULL, zoom = 1, itemsPerRow = NULL, main = NULL, note = NULL, showLegend = TRUE, frequencies = FALSE, labelTooltip = TRUE, cexTooltip = 1, help = NULL, helpOn = FALSE, tutorial = FALSE, description = NULL, descriptionWidth = NULL, roundedItems = FALSE, ntextctrl = FALSE, controls = 1:5, cex = 1, defaultColor = "#1f77b4", language = c("en", "es", "ca"), dir = NULL) Docs: function(nodes, tree = NULL, name = NULL, label = NULL, color = NULL, border = NULL, ntext = NULL, info = NULL, infoFrame = c("right", "left"), image = NULL, zoom = 1, itemsPerRow = NULL, main = NULL, note = NULL, showLegend = TRUE, frequencies = FALSE, help = NULL, helpOn = FALSE, tutorial = FALSE, description = NULL, descriptionWidth = NULL, roundedItems = FALSE, controls = 1:5, cex = 1, defaultColor = "#1f77b4", language = c("en", "es", "ca"), dir = NULL) Argument names in code not in docs: labelTooltip cexTooltip ntextctrl Argument names in docs not in code: tree Mismatches in argument names (first 3): Position: 2 Code: name Docs: tree Position: 3 Code: label Docs: name Position: 4 Code: color Docs: label Package: netCoin Check: R code for possible problems New result: NOTE asGallery: possible error in gallery_rd3(nodes = net$nodes, tree = net$tree, name = options$nodeName, label = options$nodeLabel, color = options$nodeColor, border = options$nodeBorder, ntext = options$nodeText, info = options$nodeInfo, image = options$imageItems, zoom = options$zoom, main = options$main, note = options$note, showLegend = options$showLegend, frequencies = options$frequencies, help = options$help, helpOn = options$helpOn, cex = options$cex, language = options$language): unused argument (tree = net$tree) Package: netCoin Check: whether package can be installed New result: WARNING Found the following significant warnings: Note: possible error in 'gallery_rd3(nodes = net$nodes, ': unused argument (tree = net$tree) See ‘/home/hornik/tmp/CRAN_recheck/netCoin.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’.