CRAN Package Check Results for Package PartialNetwork

Last updated on 2025-11-11 10:50:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 270.11 118.66 388.77 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 202.12 89.35 291.47 OK
r-devel-linux-x86_64-fedora-clang 1.1.2 146.00 580.94 726.94 OK
r-devel-linux-x86_64-fedora-gcc 1.1.2 393.00 394.48 787.48 OK
r-devel-windows-x86_64 1.1.1 300.00 214.00 514.00 OK
r-patched-linux-x86_64 1.1.1 290.21 121.06 411.27 OK
r-release-linux-x86_64 1.1.1 298.04 84.43 382.47 ERROR
r-release-macos-arm64 1.1.2 111.00 70.00 181.00 OK
r-release-macos-x86_64 1.1.2 114.00 136.00 250.00 OK
r-release-windows-x86_64 1.1.1 299.00 206.00 505.00 OK
r-oldrel-macos-arm64 1.1.2 105.00 74.00 179.00 NOTE
r-oldrel-macos-x86_64 1.1.2 130.00 151.00 281.00 NOTE
r-oldrel-windows-x86_64 1.1.1 355.00 229.00 584.00 NOTE

Check Details

Version: 1.1.1
Check: examples
Result: ERROR Running examples in ‘PartialNetwork-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mcmcSAR > ### Title: Bayesian Estimator of SAR model > ### Aliases: mcmcSAR > > ### ** Examples > > # We assume that the network is fully observed > # See our vignette for examples where the network is partially observed > # Number of groups > M <- 10 > # size of each group > N <- rep(20,M) > # individual effects > beta <- c(2,1,1.5) > # contextual effects > gamma <- c(5,-3) > # endogenous effects > alpha <- 0.4 > # std-dev errors > se <- 1 > # prior distribution > prior <- runif(sum(N*(N-1))) > prior <- vec.to.mat(prior, N, normalise = FALSE) > # covariates > X <- cbind(rnorm(sum(N),0,5),rpois(sum(N),7)) > # true network > G0 <- sim.network(prior) > # normalise > G0norm <- norm.network(G0) > GX <- peer.avg(G0norm, X) > # simulate dependent variable use an external package > y <- CDatanet::simsar(~ X + GX, Glist = G0norm, + theta = c(alpha, beta, gamma, se)) Error in loadNamespace(x) : there is no package called ‘CDatanet’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-release-linux-x86_64

Version: 1.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘PartialNetwork_vignette.Rmd’ using rmarkdown Quitting from PartialNetwork_vignette.Rmd:38-72 [IV1] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `loadNamespace()`: ! there is no package called 'CDatanet' --- Backtrace: x 1. \-base::loadNamespace(x) 2. \-base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. \-base (local) withOneRestart(expr, restarts[[1L]]) 4. \-base (local) doWithOneRestart(return(expr), restart) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'PartialNetwork_vignette.Rmd' failed with diagnostics: there is no package called 'CDatanet' --- failed re-building ‘PartialNetwork_vignette.Rmd’ SUMMARY: processing the following file failed: ‘PartialNetwork_vignette.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-linux-x86_64

Version: 1.1.2
Check: installed package size
Result: NOTE installed size is 52.7Mb sub-directories of 1Mb or more: doc 2.8Mb libs 49.6Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.1.1
Check: installed package size
Result: NOTE installed size is 5.8Mb sub-directories of 1Mb or more: doc 2.8Mb libs 2.8Mb Flavor: r-oldrel-windows-x86_64