Last updated on 2026-03-31 01:54:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 14.96 | 141.48 | 156.44 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 24.00 | 226.96 | 250.96 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 26.00 | 205.88 | 231.88 | OK | |
| r-devel-macos-arm64 | 0.2.2 | 3.00 | 40.00 | 43.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 14.57 | 131.19 | 145.76 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 11.78 | 129.38 | 141.16 | 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-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