Last updated on 2026-03-20 13:51:53 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 14.08 | 130.86 | 144.94 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 9.71 | 90.10 | 99.81 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 28.00 | 226.05 | 254.05 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 27.00 | 222.99 | 249.99 | ERROR | |
| r-devel-macos-arm64 | 0.2.1 | 4.00 | 37.00 | 41.00 | ERROR | |
| r-devel-windows-x86_64 | 0.2.0 | 16.00 | 135.00 | 151.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.0 | 13.05 | 116.97 | 130.02 | ERROR | |
| r-release-linux-x86_64 | 0.2.0 | 10.72 | 116.10 | 126.82 | ERROR | |
| r-release-macos-arm64 | 0.2.0 | OK | ||||
| r-release-macos-x86_64 | 0.2.1 | 10.00 | 122.00 | 132.00 | ERROR | |
| r-release-windows-x86_64 | 0.2.0 | 16.00 | 132.00 | 148.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.2.1 | 3.00 | 44.00 | 47.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.2.1 | 10.00 | 142.00 | 152.00 | ERROR | |
| r-oldrel-windows-x86_64 | 0.2.0 | 22.00 | 168.00 | 190.00 | ERROR |
Version: 0.2.0
Check: dependencies in R code
Result: WARN
Missing or unexported object: ‘CVXR::solve’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘EpiForsk-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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:
! 'solve' is not an exported object from 'namespace:CVXR'
Calls: fct_confint ... tryCatchList -> tryCatchOne -> <Anonymous> -> ci_fct_error_handler
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
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
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.2.0
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:
! 'solve' is not an exported object from 'namespace:CVXR'
Calls: fct_confint ... tryCatchList -> tryCatchOne -> <Anonymous> -> ci_fct_error_handler
Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64