Last updated on 2024-10-31 07:49:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 205.18 | 36.06 | 241.24 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 137.61 | 24.52 | 162.13 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 538.62 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 519.22 | OK | |||
r-devel-windows-x86_64 | 1.0 | 226.00 | 73.00 | 299.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 202.76 | 29.93 | 232.69 | OK | |
r-release-linux-x86_64 | 1.0 | 190.36 | 29.85 | 220.21 | OK | |
r-release-macos-arm64 | 1.0 | 83.00 | ERROR | |||
r-release-macos-x86_64 | 1.0 | 106.00 | NOTE | |||
r-oldrel-macos-arm64 | 1.0 | 82.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0 | 87.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0 | 256.00 | 81.00 | 337.00 | OK |
Version: 1.0
Check: installed package size
Result: NOTE
installed size is 5.9Mb
sub-directories of 1Mb or more:
libs 5.8Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘graphicalEvidence-Ex.R’ failed
The error most likely occurred in:
> ### Name: evidence
> ### Title: Compute Marginal Likelihood using Graphical Evidence
> ### Aliases: evidence
>
> ### ** Examples
>
> # Compute the marginal 10 times with random column permutations of xx at each
> # individual run for G-Wishart prior using 2,000 burnin and 10,000 sampled
> # values at each call to the MCMC sampler
> g_params <- gen_params_evidence('G_Wishart')
> marginal_results <- evidence(
+ g_params$x_mat, 2e3, 1e4, 'G_Wishart', 3, alpha=2,
+ V=g_params$scale_mat, G=g_params$g_mat
+ )
Error: inv_sympd(): matrix is singular or not positive definite
Execution halted
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64