Last updated on 2025-11-19 07:49:56 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 8.75 | 75.59 | 84.34 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 6.17 | 54.38 | 60.55 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 21.00 | 111.70 | 132.70 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 22.00 | 100.62 | 122.62 | OK | |
| r-devel-windows-x86_64 | 1.1.1 | 14.00 | 95.00 | 109.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 10.06 | 69.30 | 79.36 | ERROR | |
| r-release-linux-x86_64 | 1.1.1 | 8.20 | 68.87 | 77.07 | ERROR | |
| r-release-macos-arm64 | 1.1.1 | 4.00 | 33.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 9.00 | 81.00 | 90.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 10.00 | 94.00 | 104.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | 3.00 | 38.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.1 | 8.00 | 84.00 | 92.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 14.00 | 121.00 | 135.00 | OK |
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘RBaM-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SPD_estimate
> ### Title: Estimation of a BaRatin-SPD model
> ### Aliases: SPD_estimate
>
> ### ** Examples
>
> # Calibration data
> H=MeyrasGaugings$h
> Q=MeyrasGaugings$Q
> uQ=MeyrasGaugings$uQ
> # Control matrix
> controlMatrix=rbind(c(1,0,0),c(0,1,0),c(0,1,1))
> # Declare variable parameters.
> bVAR=c(TRUE, TRUE, FALSE) # b's for first 2 controls (k1 and k2) are VAR
> aVAR=c(TRUE, FALSE, FALSE) # a for first control (a1) is VAR
> # Define priors.
> b1=parameter(name='b1',init=-0.6,prior.dist='Gaussian',prior.par=c(-0.6,0.5))
> a1=parameter(name='a1',init=exp(2.65),prior.dist='LogNormal',prior.par=c(2.65,0.35))
> c1=parameter(name='c1',init=1.5,prior.dist='Gaussian',prior.par=c(1.5,0.025))
> b2=parameter(name='b2',init=0,prior.dist='Gaussian',prior.par=c(-0.6,0.5))
> a2=parameter(name='a2',init=exp(3.28),prior.dist='LogNormal',prior.par=c(3.28,0.33))
> c2=parameter(name='c2',init=1.67,prior.dist='Gaussian',prior.par=c(1.67,0.025))
> b3=parameter(name='b3',init=1.2,prior.dist='Gaussian',prior.par=c(1.2,0.2))
> a3=parameter(name='a3',init=exp(3.48),prior.dist='LogNormal',prior.par=c(3.46,0.38))
> c3=parameter(name='c3',init=1.67,prior.dist='Gaussian',prior.par=c(1.67,0.025))
> pars=list(b1,a1,c1,b2,a2,c2,b3,a3,c3)
> # Define properties of VAR parameters.
> deltaPars=list(b1=c(0,0.25),a1=c(0,0.2),b2=c(0,0.5))
> periods=list(b1=MeyrasGaugings$Period,a1=c(rep(1,49),rep(2,55)),b2=MeyrasGaugings$Period)
> # Run BaM and estimate SPD parameters
> mcmcOpt=mcmcOptions(nAdapt=20,nCycles=25) # only few iterations so that the example runs fast.
> mcmc=SPD_estimate(workspace=tempdir(),controlMatrix=controlMatrix,pars=pars,
+ bVAR=bVAR,aVAR=aVAR,deltaPars=deltaPars,periods=periods,
+ H=H,Q=Q,uQ=uQ,mcmcOpt=mcmcOpt)
Error in if (!ok) { : argument is of length zero
Calls: SPD_estimate -> BaM
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.