Last updated on 2026-08-31 09:54:53 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.6.3 | 13.17 | 133.52 | 146.69 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.6.3 | 8.73 | 98.55 | 107.28 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.6.3 | 10.00 | 92.28 | 102.28 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.6.3 | 9.00 | 92.95 | 101.95 | OK | |
| r-devel-windows-x86_64 | 1.6.3 | 19.00 | 158.00 | 177.00 | ERROR | |
| r-patched-linux-x86_64 | 1.6.3 | 13.20 | 131.98 | 145.18 | OK | |
| r-release-linux-x86_64 | 1.6.3 | 13.07 | 133.44 | 146.51 | OK | |
| r-release-macos-arm64 | 1.6.3 | 3.00 | 39.00 | 42.00 | OK | |
| r-release-macos-x86_64 | 1.6.3 | 9.00 | 156.00 | 165.00 | OK | |
| r-release-windows-x86_64 | 1.6.3 | 14.00 | 157.00 | 171.00 | OK | |
| r-oldrel-macos-arm64 | 1.6.3 | 3.00 | 38.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 1.6.3 | 9.00 | 106.00 | 115.00 | OK | |
| r-oldrel-windows-x86_64 | 1.6.3 | 16.00 | 196.00 | 212.00 | OK |
Version: 1.6.3
Check: examples
Result: ERROR
Running examples in 'convdistr-Ex.R' failed
The error most likely occurred in:
> ### Name: new_MULTINORMAL
> ### Title: Multivariate Normal Distribution
> ### Aliases: new_MULTINORMAL
>
> ### ** Examples
>
> msigma <- matrix(c(1,0,0,1), ncol=2)
> d1 <- new_MULTINORMAL(c(0,1), msigma)
> rfunc(d1, 10)
Error in x$rfunc(n) :
cannot open file 'D:/temp/2026_08_29_12_49_20_25903/RtmpcdgNQN/RLIBS_1429c3659758c/MASS/R/MASS.rdb': No such file or directory
Calls: rfunc -> rfunc.DISTRIBUTION -> <Anonymous>
Execution halted
Flavor: r-devel-windows-x86_64