Last updated on 2024-09-15 20:48:15 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 51.22 | 46.34 | 97.56 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 32.59 | 35.95 | 68.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 198.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 201.13 | NOTE | |||
r-devel-windows-x86_64 | 0.2.2 | 60.00 | 111.00 | 171.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.2 | 48.59 | 44.87 | 93.46 | NOTE | |
r-release-linux-x86_64 | 0.2.2 | 48.59 | 45.77 | 94.36 | NOTE | |
r-release-macos-arm64 | 0.2.2 | 51.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.2 | 66.00 | WARN | |||
r-release-windows-x86_64 | 0.2.2 | 58.00 | 0.00 | 58.00 | FAIL | |
r-oldrel-macos-arm64 | 0.2.2 | 65.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2.2 | 102.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.2.2 | 66.00 | 126.00 | 192.00 | NOTE |
Version: 0.2.2
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.2.2
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.2.2
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘Distance-to-default.Rnw’ using knitr
Error: processing vignette 'Distance-to-default.Rnw' failed with diagnostics:
Running 'texi2dvi' on 'Distance-to-default.tex' failed.
LaTeX errors:
! Undefined control sequence.
l.111 \hlkwd{library}\hldef
{(DtD)}
?
! Emergency stop.
! Emergency stop.
l.111
End of file on the terminal!
! ==> Fatal error occurred, no output PDF file produced!
--- failed re-building ‘Distance-to-default.Rnw’
SUMMARY: processing the following file failed:
‘Distance-to-default.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.2.2
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
[1] "Mean relative difference: 7.070444e-05"
>
> # the log-likelihood integrates to one as it should though likely not the
> # most stable way to test this
> ll <- integrate(
+ function(x) sapply(x, function(S)
+ exp(merton_ll(
+ S = c(1, S), D = .8, T. = 3, r = .01, dt = 1/250, vol = .2,
+ mu = .05))),
+ lower = 1e-4, upper = 6)
> stopifnot(isTRUE(all.equal(ll$value, 1, tolerance = 1e-5)))
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.96 0.04 1.02 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64