* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/MoEClust.Rcheck’ * using R Under development (unstable) (2026-01-19 r89307) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) GNU Fortran (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) * running under: Fedora Linux 40 (Workstation Edition) * using session charset: UTF-8 * checking for file ‘MoEClust/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘MoEClust’ version ‘1.6.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Package suggested but not available for checking: ‘clustMD’ * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘MoEClust’ can be installed ... [10s/11s] OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [23s/23s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... NOTE Unknown package ‘clustMD’ in Rd xrefs * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [11s/11s] OK * checking examples with --run-donttest ... [169s/170s] ERROR Running examples in ‘MoEClust-Ex.R’ failed The error most likely occurred in: > ### Name: MoE_control > ### Title: Set control values for use with MoEClust > ### Aliases: MoE_control > ### Keywords: control > > ### ** Examples > > ctrl1 <- MoE_control(criterion="icl", itmax=100, warn.it=15, init.z="random.hard", nstarts=5) > > data(CO2data) > GNP <- CO2data$GNP > ## No test: > res <- MoE_clust(CO2data$CO2, G=2, expert = ~ GNP, control=ctrl1) > > # Alternatively, specify control arguments directly > res2 <- MoE_clust(CO2data$CO2, G=2, expert = ~ GNP, stopping="relative") > ## End(No test) > > # Supplying ctrl1 without naming it as 'control' can throw an error > ## Not run: > ##D res3 <- MoE_clust(CO2data$CO2, G=2, expert = ~ GNP, ctrl1) > ## End(Not run) > > # Similarly, supplying control arguments via a mix of the ... construct > # and the named argument 'control' also throws an error > ## Not run: > ##D res4 <- MoE_clust(CO2data$CO2, G=2, expert = ~ GNP, control=ctrl1, init.z="kmeans") > ## End(Not run) > > ## No test: > # Initialise via the mixed-type joint distribution of response & covariates > # Let the ICL criterion determine the optimal clustMD model type > # Constrain the mixing proportions to be equal > ctrl2 <- MoE_control(exp.init=list(clustMD=TRUE), init.crit="icl", equalPro=TRUE) > data(ais) > library(clustMD) Error in library(clustMD) : there is no package called ‘clustMD’ Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [38s/38s] OK * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * checking for new files in some other directories ... OK * DONE Status: 1 ERROR, 1 NOTE See ‘/data/blackswan/ripley/R/packages/tests-devel/MoEClust.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 5:08.30, 280.94 + 25.08