Last updated on 2025-12-07 07:50:33 CET.
| Package | ERROR | OK |
|---|---|---|
| longmixr | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.0.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'FactoMineR', 'factoextra'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘longmixr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_clusters
> ### Title: Extract the cluster assignments
> ### Aliases: get_clusters
>
> ### ** Examples
>
> # not run
> set.seed(5)
> test_data <- data.frame(patient_id = rep(1:10, each = 4),
+ visit = rep(1:4, 10),
+ var_1 = c(rnorm(20, -1), rnorm(20, 3)) +
+ rep(seq(from = 0, to = 1.5, length.out = 4), 10),
+ var_2 = c(rnorm(20, 0.5, 1.5), rnorm(20, -2, 0.3)) +
+ rep(seq(from = 1.5, to = 0, length.out = 4), 10))
> model_list <- list(flexmix::FLXMRmgcv(as.formula("var_1 ~ .")),
+ flexmix::FLXMRmgcv(as.formula("var_2 ~ .")))
Error in loadNamespace(x) : there is no package called ‘mgcv’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc