CRAN Package Check Results for Package NetMix

Last updated on 2019-11-26 00:51:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 46.89 77.79 124.68 OK
r-devel-linux-x86_64-debian-gcc 0.1.4 33.24 59.96 93.20 OK
r-devel-linux-x86_64-fedora-clang 0.1.4 156.14 OK
r-devel-linux-x86_64-fedora-gcc 0.1.4 148.84 OK
r-devel-windows-ix86+x86_64 0.1.4 118.00 155.00 273.00 OK
r-devel-windows-ix86+x86_64-gcc8 0.1.4 119.00 153.00 272.00 OK
r-patched-linux-x86_64 0.1.4 42.19 75.46 117.65 OK
r-patched-solaris-x86 0.1.4 160.20 ERROR
r-release-linux-x86_64 0.1.4 36.57 75.36 111.93 OK
r-release-windows-ix86+x86_64 0.1.4 119.00 188.00 307.00 OK
r-release-osx-x86_64 0.1.4 OK
r-oldrel-windows-ix86+x86_64 0.1.4 75.00 134.00 209.00 OK
r-oldrel-osx-x86_64 0.1.4 OK

Check Details

Version: 0.1.4
Check: examples
Result: ERROR
    Running examples in ‘NetMix-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: covFX
    > ### Title: Generate estimated monadic covariate effects for estimated mmsbm
    > ### model
    > ### Aliases: covFX
    >
    > ### ** Examples
    >
    > library(NetMix)
    > ## Load datasets
    > data("lazega_dyadic")
    > data("lazega_monadic")
    > ## Estimate model with 2 groups
    > set.seed(123)
    > lazega_mmsbm <- mmsbm(SocializeWith ~ Coworkers,
    + ~ School + Practice + Age,
    + senderID = "Lawyer1",
    + receiverID = "Lawyer2",
    + nodeID = "Lawyer",
    + data.dyad = lazega_dyadic,
    + data.monad = lazega_monadic,
    + n.blocks = 2)
    Error in .mmsbm_fit(t(Z), t(X), Y, t_id_d, t_id_n, nodes_pp, nt_id, mu_b, :
     Phi value became NaN
    Calls: mmsbm -> .mmsbm_fit
    Execution halted
Flavor: r-patched-solaris-x86