Last updated on 2023-01-25 04:51:51 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.51 | 130.02 | 150.53 | 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 | 24.07 | 166.96 | 191.03 | ERROR | |
r-release-linux-x86_64 | 2.0.0 | 23.30 | 168.16 | 191.46 | 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 | 105.00 | 249.00 | 354.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 | 9.00 | 17.00 | 26.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
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
Version: 2.0.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64