CRAN Package Check Results for Package ssMutPA

Last updated on 2024-05-15 21:55:01 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 15.96 148.14 164.10 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 11.78 87.92 99.70 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 206.82 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 590.76 OK
r-devel-windows-x86_64 0.1.0 14.00 116.00 130.00 OK
r-patched-linux-x86_64 0.1.0 9.96 139.08 149.04 OK
r-release-linux-x86_64 0.1.0 9.28 140.80 150.08 OK
r-release-macos-arm64 0.1.0 226.00 OK
r-release-macos-x86_64 0.1.0 470.00 OK
r-release-windows-x86_64 0.1.0 16.00 117.00 133.00 OK
r-oldrel-macos-arm64 0.1.0 237.00 OK
r-oldrel-macos-x86_64 0.1.0 453.00 OK
r-oldrel-windows-x86_64 0.1.0 18.00 145.00 163.00 OK

Check Details

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘ssMutPA-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: MRWR > ### Title: A global propagation algorithm, random walk with restart (RWR), > ### to predict probable influence of nodes in the network by seed nodes. > ### Aliases: MRWR > > ### ** Examples > > #load the data > net_path <- system.file("extdata","ppi_network.Rdata",package = "ssMutPA") > load(net_path) Error in load(net_path) : 'parent' is not an environment Execution halted Flavor: r-devel-linux-x86_64-debian-gcc