Last updated on 2023-01-28 23:51:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.0 | 22.93 | 174.40 | 197.33 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 20.23 | 129.81 | 150.04 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 251.11 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 254.78 | ERROR | |||
r-patched-linux-x86_64 | 2.0.0 | 25.99 | 162.71 | 188.70 | ERROR | |
r-release-linux-x86_64 | 2.0.0 | 23.31 | 169.01 | 192.32 | ERROR | |
r-release-macos-arm64 | 2.0.0 | 67.00 | OK | |||
r-release-macos-x86_64 | 2.0.0 | 93.00 | OK | |||
r-release-windows-x86_64 | 2.0.0 | 99.00 | 254.00 | 353.00 | ERROR | |
r-oldrel-macos-arm64 | 2.0.0 | 69.00 | OK | |||
r-oldrel-macos-x86_64 | 2.0.0 | 91.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 2.0.0 | 51.00 | 214.00 | 265.00 | ERROR |
Version: 2.0.0
Check: dependencies in R code
Result: WARN
Missing or unexported objects:
‘astsa::Ksmooth0’ ‘astsa::Ksmooth1’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘tswge-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-windows-x86_64, r-oldrel-windows-ix86+x86_64