Last updated on 2026-04-10 05:52:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 15.73 | 142.70 | 158.43 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 9.16 | 100.14 | 109.30 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 28.00 | 242.74 | 270.74 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 28.00 | 255.96 | 283.96 | OK | |
| r-devel-macos-arm64 | 0.2.2 | 3.00 | 40.00 | 43.00 | OK | |
| r-devel-windows-x86_64 | 0.2.2 | 16.00 | 155.00 | 171.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 13.82 | 133.28 | 147.10 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 11.07 | 130.56 | 141.63 | OK | |
| r-release-macos-arm64 | 0.2.2 | 3.00 | 40.00 | 43.00 | OK | |
| r-release-macos-x86_64 | 0.2.2 | 10.00 | 126.00 | 136.00 | OK | |
| r-release-windows-x86_64 | 0.2.2 | 18.00 | 163.00 | 181.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 3.00 | 42.00 | 45.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.2.2 | 10.00 | 131.00 | 141.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘EpiForsk-Ex.R’ failed
The error most likely occurred in:
> ### Name: fct_confint
> ### Title: Confidence set for functions of model parameters
> ### Aliases: fct_confint fct_confint.lm fct_confint.glm fct_confint.lms
> ### fct_confint.default
>
> ### ** Examples
>
> data <- 1:5 |>
+ purrr::map(
+ \(x) {
+ name = paste0("cov", x);
+ dplyr::tibble("{name}" := rnorm(100, 1))
+ }
+ ) |>
+ purrr::list_cbind() |>
+ dplyr::mutate(
+ y = rowSums(dplyr::across(dplyr::everything())) + rnorm(100)
+ )
> lm <- lm(
+ as.formula(
+ paste0("y ~ 0 + ", paste0(names(data)[names(data) != "y"], collapse = " + "))
+ ),
+ data
+ )
> fct_confint(lm, sum)
Error in (function (.x, .f, ..., .progress = FALSE) : ℹ In index: 1.
Caused by error in `Rmosek::mosek()`:
! Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek.
Calls: fct_confint ... tryCatchList -> tryCatchOne -> <Anonymous> -> ci_fct_error_handler
Execution halted
Flavor: r-oldrel-macos-arm64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.