Last updated on 2025-11-15 03:50:44 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| CDatanet | 1 | 2 | 10 |
| PartialNetwork | 1 | 3 | 9 |
| vMF | 1 | 12 |
Current CRAN status: ERROR: 1, NOTE: 2, OK: 10
Version: 2.2.1
Check: package dependencies
Result: ERROR
Package required but not available: ‘ddpcr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-release-linux-x86_64
Version: 2.2.2
Check: installed package size
Result: NOTE
installed size is 46.5Mb
sub-directories of 1Mb or more:
libs 46.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
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, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
Version: 0.0.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘vMF.Rmd’ using rmarkdown
Quitting from vMF.Rmd:92-102 [comp2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'ddpcr'
---
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 'vMF.Rmd' failed with diagnostics:
there is no package called 'ddpcr'
--- failed re-building ‘vMF.Rmd’
SUMMARY: processing the following file failed:
‘vMF.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64