Last updated on 2026-08-24 05:51:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1-1 | 3.35 | 46.62 | 49.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1-7 | 10.12 | 57.02 | 67.14 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1-7 | 11.00 | 53.69 | 64.69 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1-1 | 33.19 | OK | |||
| r-devel-windows-x86_64 | 1.1-1 | 7.00 | 77.00 | 84.00 | OK | |
| r-patched-linux-x86_64 | 1.1-1 | 3.67 | 35.39 | 39.06 | OK | |
| r-release-linux-x86_64 | 1.1-1 | 3.64 | 35.62 | 39.26 | OK | |
| r-release-macos-arm64 | 1.1-7 | 5.00 | 28.00 | 33.00 | ERROR | |
| r-release-macos-x86_64 | 1.1-7 | 11.00 | 81.00 | 92.00 | OK | |
| r-release-windows-x86_64 | 1.1-1 | 6.00 | 63.00 | 69.00 | OK | |
| r-oldrel-macos-arm64 | 1.1-7 | 5.00 | 26.00 | 31.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1-7 | 10.00 | 84.00 | 94.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1-7 | 20.00 | 114.00 | 134.00 | OK |
Version: 1.1-7
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(smqf)
Loading required package: xts
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
>
> test_check("smqf")
Saving _problems/test-efficient-frontier-108.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1221 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-efficient-frontier.R:105:5'): matches quadprog::solve.QP, the construction used in the book ──
Error in `quadprog::solve.QP(Sigma, rep(0, N), cbind(rep(1, N), matrix(mu, ncol = 1), diag(N)), c(1, tg[i], rep(0, N)), meq = 2)`: constraints are inconsistent, no solution!
Backtrace:
▆
1. └─quadprog::solve.QP(...) at test-efficient-frontier.R:105:5
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1221 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64