Last updated on 2026-06-08 02:51:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.5.11 | 3.76 | 43.93 | 47.69 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.5.11 | 2.91 | 31.43 | 34.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.5.11 | 72.03 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.5.11 | 72.81 | OK | |||
| r-devel-windows-x86_64 | 2.5.11 | 5.00 | 121.00 | 126.00 | OK | |
| r-patched-linux-x86_64 | 2.5.11 | 4.50 | 40.67 | 45.17 | OK | |
| r-release-linux-x86_64 | 2.5.11 | 3.48 | 40.46 | 43.94 | OK | |
| r-release-macos-arm64 | 2.5.11 | 1.00 | 28.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 2.5.11 | 3.00 | 68.00 | 71.00 | OK | |
| r-release-windows-x86_64 | 2.5.11 | 5.00 | 94.00 | 99.00 | OK | |
| r-oldrel-macos-arm64 | 2.5.11 | OK | ||||
| r-oldrel-macos-x86_64 | 2.5.11 | 3.00 | 63.00 | 66.00 | OK | |
| r-oldrel-windows-x86_64 | 2.5.11 | 7.00 | 114.00 | 121.00 | OK |
Version: 2.5.11
Check: examples
Result: ERROR
Running examples in ‘JFE-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: durbinH
> ### Title: calculate Sortino Ratio of performance over downside risk
> ### Aliases: durbinH
>
> ### ** Examples
>
>
> data(macrodata)
> y=ts(macrodata[,"OECD"],start=c(1961,1),freq=12) #OECD business cycle index
>
> out1=dynlm::dynlm(y~L(y,1)+season(y)+trend(y))
Error in loadNamespace(x) : there is no package called ‘dynlm’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc