Last updated on 2026-08-29 01:50:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1-7 | 12.40 | 77.78 | 90.18 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1-7 | 10.73 | 57.35 | 68.08 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1-7 | 10.00 | 51.82 | 61.82 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1-7 | 11.00 | 50.21 | 61.21 | OK | |
| r-devel-windows-x86_64 | 1.1-7 | 18.00 | 120.00 | 138.00 | OK | |
| r-patched-linux-x86_64 | 1.1-7 | 14.36 | 66.17 | 80.53 | 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 | 25.00 | 30.00 | ERROR | |
| r-release-macos-x86_64 | 1.1-7 | 11.00 | 81.00 | 92.00 | OK | |
| r-release-windows-x86_64 | 1.1-7 | 18.00 | 110.00 | 128.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 | 19.00 | 115.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