CRAN Package Check Results for Package rsppfp

Last updated on 2024-11-05 08:48:46 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 5.14 54.57 59.71 OK
r-devel-linux-x86_64-debian-gcc 1.0.4 3.38 39.77 43.15 OK
r-devel-linux-x86_64-fedora-clang 1.0.4 98.29 OK
r-devel-linux-x86_64-fedora-gcc 1.0.4 103.66 OK
r-devel-windows-x86_64 1.0.4 7.00 87.00 94.00 OK
r-patched-linux-x86_64 1.0.4 4.61 50.96 55.57 NOTE
r-release-linux-x86_64 1.0.4 3.99 51.02 55.01 NOTE
r-release-macos-arm64 1.0.4 52.00 NOTE
r-release-macos-x86_64 1.0.4 75.00 NOTE
r-release-windows-x86_64 1.0.4 8.00 95.00 103.00 NOTE
r-oldrel-macos-arm64 1.0.4 46.00 NOTE
r-oldrel-macos-x86_64 1.0.4 64.00 NOTE
r-oldrel-windows-x86_64 1.0.4 8.00 93.00 101.00 ERROR

Check Details

Version: 1.0.4
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.0.4
Check: examples
Result: ERROR Running examples in 'rsppfp-Ex.R' failed The error most likely occurred in: > ### Name: direct_graph > ### Title: Undirected Graph Translator > ### Aliases: direct_graph > > ### ** Examples > > # Obtain the graph from any way > graph <- data.frame(from = c("s", "s", "s", "u", "u", "w", "w", "x", "x", "v", "v", "y", "y"), + to = c("u", "w", "x", "w", "v", "v", "y", "w", "y", "y", "t", "t", "u"), + cost = c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L), + stringsAsFactors = FALSE) > graph from to cost 1 s u 1 2 s w 1 3 s x 1 4 u w 1 5 u v 1 6 w v 1 7 w y 1 8 x w 1 9 x y 1 10 v y 1 11 v t 1 12 y t 1 13 y u 1 > > # Translate it > digraph <- direct_graph(graph) Error in serverSocket(port = port) : creation of server socket failed: port 11239 cannot be opened Calls: direct_graph -> <Anonymous> -> makePSOCKcluster -> serverSocket Execution halted Flavor: r-oldrel-windows-x86_64