CRAN Package Check Results for Package PopComm

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0.1 19.86 125.51 145.37 OK
r-devel-linux-x86_64-debian-gcc 0.1.0.1 13.59 85.83 99.42 OK
r-devel-linux-x86_64-fedora-clang 0.1.0.1 214.19 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0.1 206.28 ERROR
r-devel-windows-x86_64 0.1.0.1 22.00 118.00 140.00 OK
r-patched-linux-x86_64 0.1.0.1 17.60 116.81 134.41 OK
r-release-linux-x86_64 0.1.0.1 19.51 116.00 135.51 OK
r-release-macos-arm64 0.1.0.1 48.00 OK
r-release-macos-x86_64 0.1.0.1 89.00 OK
r-release-windows-x86_64 0.1.0.1 22.00 120.00 142.00 OK
r-oldrel-macos-arm64 0.1.0.1 59.00 OK
r-oldrel-macos-x86_64 0.1.0.1 85.00 OK
r-oldrel-windows-x86_64 0.1.0.1 31.00 165.00 196.00 OK

Check Details

Version: 0.1.0.1
Check: examples
Result: ERROR Running examples in ‘PopComm-Ex.R’ failed The error most likely occurred in: > ### Name: circle_plot > ### Title: Plot Circular Ligand-Receptor Interaction Network > ### Aliases: circle_plot > > ### ** Examples > > # Plot Circular Cell-Cell Interaction Network > data(filtered_lr_eg) > p <- circle_plot(filtered_lr_eg, edge_width = "count", show_self_interactions = TRUE) Warning: edge attribute loop.angle contains NAs. Replacing with default value Error in p[[type]][[name]][is.na(p[[type]][[name]])] <- i.default.values[[type]][[name]] : replacement has length zero Calls: circle_plot -> plot -> plot.igraph -> params Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc