Last updated on 2021-02-05 15:54:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 11.83 | 141.51 | 153.34 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 10.54 | 93.89 | 104.43 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 188.10 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 183.47 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 35.00 | 176.00 | 211.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 8.58 | 131.89 | 140.47 | OK | |
r-patched-solaris-x86 | 0.2.0 | 264.10 | OK | |||
r-release-linux-x86_64 | 0.2.0 | 8.80 | 136.03 | 144.83 | OK | |
r-release-macos-x86_64 | 0.2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2.0 | 44.00 | 177.00 | 221.00 | OK | |
r-oldrel-macos-x86_64 | 0.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 20.00 | 129.00 | 149.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘pompom-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: iRAM
> ### Title: Generate iRAM (impulse response anlaysis metric) from model fit.
> ### Aliases: iRAM
>
> ### ** Examples
>
> ## Don't show:
> boot.iRAM <- iRAM(model.fit = usemmodelfit,
+ beta = NULL,
+ var.number = 3,
+ lag.order = 1,
+ threshold = 0.01,
+ boot = TRUE,
+ replication = 50, # default replication is 200, reduced to 50 to shorten running time
+ steps = 30 # default steps is 100, reduced to 30 to shorten running time
+ )
Error in xtfrm.data.frame(x) : cannot xtfrm data frames
Calls: iRAM ... lapply -> FUN -> as.vector -> xtfrm -> xtfrm.data.frame
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘Three_node_exmaple.Rmd’ using rmarkdown
Loading required package: reshape2
Warning: Removed 450 row(s) containing missing values (geom_path).
Quitting from lines 287-301 (Three_node_exmaple.Rmd)
Error: processing vignette ‘Three_node_exmaple.Rmd’ failed with diagnostics:
cannot xtfrm data frames
--- failed re-building ‘Three_node_exmaple.Rmd’
SUMMARY: processing the following file failed:
‘Three_node_exmaple.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc