Last updated on 2026-07-24 08:53:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 8.11 | 62.83 | 70.94 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 5.35 | 42.35 | 47.70 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 13.00 | 99.32 | 112.32 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 45.35 | OK | |||
| r-devel-windows-x86_64 | 1.2.1 | 8.00 | 73.00 | 81.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 7.59 | 43.41 | 51.00 | ERROR | |
| r-release-linux-x86_64 | 1.2.1 | 6.92 | 60.73 | 67.65 | OK | |
| r-release-macos-arm64 | 1.2.1 | 2.00 | 17.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 1.2.1 | 6.00 | 68.00 | 74.00 | OK | |
| r-release-windows-x86_64 | 1.2.1 | 9.00 | 73.00 | 82.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.1 | 5.00 | 57.00 | 62.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 11.00 | 90.00 | 101.00 | OK |
Version: 1.2.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Bonne J.H. Zijlstra <B.J.H.Zijlstra@uva.nl>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Bonne", "J.H."),
family = "Zijlstra",
role = c("aut", "cre"),
email = "B.J.H.Zijlstra@uva.nl")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.2.1
Check: examples
Result: ERROR
Running examples in ‘dyads-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: dyads-package
> ### Title: dyads
> ### Aliases: dyads-package dyads
>
> ### ** Examples
>
>
> # create a very small network with covariates for illustrative purposes
> S <- c(1,0,1,0,1,1,0,1,0,1)
> REC <- (S*-1)+1
> D1 <- matrix(c(0,1,0,1,0,1,0,1,0,1,
+ 0,0,0,1,0,1,0,1,0,1,
+ 1,1,0,0,1,0,0,0,0,0,
+ 1,1,1,0,1,0,0,0,0,1,
+ 1,0,1,0,0,1,1,0,1,0,
+ 0,0,0,0,0,0,1,1,1,1,
+ 0,0,0,0,0,1,0,1,0,1,
+ 1,0,0,0,0,1,1,0,1,1,
+ 0,1,0,1,0,1,0,1,0,0,
+ 1,0,1,1,1,0,0,0,0,0), ncol=10)
> D2 <- abs(matrix(rep(S,10), byrow = FALSE, ncol= 10) -
+ matrix(rep(REC,10), byrow = TRUE, ncol= 10))
> R <- D1*t(D1)
> Y <- matrix(c(0,1,1,1,1,1,0,0,1,1,
+ 0,0,0,1,1,1,0,0,1,0,
+ 1,1,0,1,1,1,0,0,1,1,
+ 1,1,1,0,1,1,0,1,1,0,
+ 1,1,1,1,0,1,1,0,1,1,
+ 0,1,1,1,1,0,1,1,1,0,
+ 1,0,1,0,1,1,0,1,0,1,
+ 0,1,1,1,0,1,1,0,1,1,
+ 1,0,1,0,1,0,1,1,0,1,
+ 1,1,1,0,0,1,1,1,1,0), ncol=10)
>
> # estimate p2 model
> p2(Y,sender= ~ S, receiver = ~ REC, density = ~ D1 + D2, reciprocity= ~ R,
+ burnin = 100, sample = 400, adapt = 10)
Error in chol.default(sigma) :
the leading minor of order 5 is not positive
Calls: p2 -> as.vector -> <Anonymous> -> chol -> chol.default
Execution halted
Flavor: r-patched-linux-x86_64