Last updated on 2023-02-07 00:54:33 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.0 | 26.39 | 187.92 | 214.31 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.0 | 19.22 | 138.70 | 157.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.0 | 258.83 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 263.32 | OK | |||
r-devel-windows-x86_64 | 2.1.0 | 101.00 | 295.00 | 396.00 | OK | |
r-patched-linux-x86_64 | 2.1.0 | 25.32 | 181.03 | 206.35 | OK | |
r-release-linux-x86_64 | 2.1.0 | 20.74 | 177.63 | 198.37 | OK | |
r-release-macos-arm64 | 2.1.0 | 55.00 | OK | |||
r-release-macos-x86_64 | 2.1.0 | 93.00 | OK | |||
r-release-windows-x86_64 | 2.0.0 | 115.00 | 265.00 | 380.00 | ERROR | |
r-oldrel-macos-arm64 | 2.1.0 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 2.1.0 | 95.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.1.0 | 53.00 | 266.00 | 319.00 | OK |
Version: 2.0.0
Check: dependencies in R code
Result: WARN
Missing or unexported objects:
'astsa::Ksmooth0' 'astsa::Ksmooth1'
Flavor: r-release-windows-x86_64
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in 'tswge-Ex.R' failed
The error most likely occurred in:
> ### Name: kalman.miss.wge
> ### Title: Kalman filter for simple signal plus noise model with missing
> ### data
> ### Aliases: kalman.miss.wge
> ### Keywords: Kalman filter predicting filtering smoothing missing
>
> ### ** Examples
>
> data(table10.1.signal)
> data(table10.1.noise)
> spn=table10.1.signal+table10.1.noise
> n=75
> Gtmiss=array(1,dim=c(1,1,n))
> Gtmiss[1,1,2]=0
> Gtmiss[1,1,5]=0
> kalman.miss.wge(y=spn,start=0,gam0=1,F=.9,gamV=1,Gtmiss,gamW=.75)
Error: 'Ksmooth1' is not an exported object from 'namespace:astsa'
Execution halted
Flavor: r-release-windows-x86_64