CRAN Package Check Results for Maintainer ‘Aristide Houndetoungan <ahoundetoungan at ecn.ulaval.ca>’

Last updated on 2025-11-08 07:50:40 CET.

Package ERROR NOTE OK
PartialNetwork 1 3 9

Package PartialNetwork

Current CRAN status: ERROR: 1, NOTE: 3, OK: 9

Additional issues

noSuggests

Version: 1.1.1
Check: examples
Result: ERROR Running examples in ‘PartialNetwork-Ex.R’ failed The error most likely occurred in: > ### 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-devel-linux-x86_64-fedora-clang

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-devel-linux-x86_64-fedora-clang

Version: 1.1.1
Check: installed package size
Result: NOTE installed size is 47.6Mb sub-directories of 1Mb or more: doc 2.8Mb libs 44.5Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64