Last updated on 2026-03-10 23:54:06 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 15.69 | 128.25 | 143.94 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 11.02 | 89.26 | 100.28 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 26.00 | 199.44 | 225.44 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 24.00 | 196.99 | 220.99 | ERROR | |
| r-devel-macos-arm64 | 0.2.0 | 3.00 | 37.00 | 40.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 20.00 | 136.00 | 156.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.0 | 14.43 | 133.02 | 147.45 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 12.75 | 118.69 | 131.44 | ERROR | |
| r-release-macos-arm64 | 0.2.0 | OK | ||||
| r-release-macos-x86_64 | 0.2.0 | 9.00 | 156.00 | 165.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 16.00 | 132.00 | 148.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 9.00 | 124.00 | 133.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 21.00 | 174.00 | 195.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-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-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-release-linux-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-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
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.