Last updated on 2026-07-23 02:50:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.7 | 17.29 | 41.53 | 58.82 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.7 | 11.11 | 32.18 | 43.29 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.7 | 35.00 | 66.09 | 101.09 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.7 | 11.00 | 38.59 | 49.59 | OK | |
| r-devel-windows-x86_64 | 0.1.7 | 25.00 | 82.00 | 107.00 | OK | |
| r-patched-linux-x86_64 | 0.1.7 | 13.58 | 40.07 | 53.65 | OK | |
| r-release-linux-x86_64 | 0.1.7 | 13.94 | 39.37 | 53.31 | OK | |
| r-release-macos-arm64 | 0.1.7 | 9.00 | 22.00 | 31.00 | OK | |
| r-release-macos-x86_64 | 0.1.7 | 20.00 | 88.00 | 108.00 | OK | |
| r-release-windows-x86_64 | 0.1.7 | 25.00 | 85.00 | 110.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.7 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.7 | 22.00 | 122.00 | 144.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.7 | 24.00 | 88.00 | 112.00 | OK |
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘checkmodule.R’ [0s/1s]
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/checkmodule.R’ failed.
Complete output:
> library("neojags")
> library("runjags")
> runjags::runjags.options(nodata.warning=FALSE)
>
> # Checks that the neojags module distributions are correct.
>
> # Loading the dynlib requires rjags for Windows:
> if(.Platform$OS.type != 'windows' || requireNamespace('rjags')){
+
+ loaded <- neojags:::dynloadmodule()
+ if(!loaded)
+ stop("The internal JAGS dynlib could not be loaded - if you installed this package from CRAN, please file a bug report to the package author")
+
+ cat('Running module tests\n')
+
+ # Required for nchain etc:
+ library("coda")
+ cat("The internal module tests were passed\n")
+ }else{
+ cat("The internal module tests were skipped (not available on Windows)\n")
+ }
Running module tests
The internal module tests were passed
Warning message:
In swcat("Loading shared library from: ", slibpath, "\n", sep = "") :*** buffer overflow detected ***: terminated
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc