Last updated on 2026-06-02 04:51:43 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 2.91 | 182.92 | 185.83 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 475.40 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 7.00 | 485.78 | 492.78 | OK | |
| r-devel-windows-x86_64 | 0.3.2 | 7.00 | 381.00 | 388.00 | OK | |
| r-patched-linux-x86_64 | 0.3.2 | 5.17 | 287.50 | 292.67 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 3.75 | 282.84 | 286.59 | OK | |
| r-release-macos-arm64 | 0.3.2 | 1.00 | 77.00 | 78.00 | OK | |
| r-release-macos-x86_64 | 0.3.2 | 3.00 | 419.00 | 422.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 7.00 | 385.00 | 392.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.2 | 3.00 | 284.00 | 287.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.2 | 9.00 | 442.00 | 451.00 | OK |
Version: 0.3.2
Check: examples
Result: ERROR
Running examples in ‘QuantBondCurves-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: valuation.bonds
> ### Title: Bond valuation
> ### Aliases: valuation.bonds
>
> ### ** Examples
>
> valuation.bonds(maturity = "2026-06-01", coupon.rate = 0.06, rates = 0.08,
+ analysis.date = "2022-06-01")
[1] 0.9337049
> valuation.bonds(maturity = "2026-06-01", coupon.rate = 0.06, rates = rep(0.08,4),
+ analysis.date = "2022-06-01", rate.type = 0)
[1] 0.923377
> valuation.bonds(maturity = "2026-06-01", analysis.date= "2025-02-27",
+ coupon.rate = c(0.06, 0.062, 0.063, 0.065, 0.066, 0.068),
+ rates = c(0.08, 0.082, 0.078, 0.09, 0.077, 0.085),
+ asset.type = "IBR")
[1] 0.9936186
> valuation.bonds(maturity = "2026-06-01", coupon.rate = 0.06,
+ rates = 0.08, asset.type = "IBR", freq = 4,
+ spread = 0.03)
Warning in max.default(NA_real_, NA_real_, NA_real_, na.rm = TRUE) :
no non-missing arguments to max; returning -Inf
Error in data.frame(c(analysis.date, as.character(dates[-length(dates)])), :
arguments imply differing number of rows: 1, 0
Calls: valuation.bonds -> coupons -> apply -> data.frame
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc