* using log directory ‘/srv/hornik/tmp/CRAN_pretest/rfriend.Rcheck’ * using R Under development (unstable) (2025-06-22 r88341) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (3) Debian flang-new version 19.1.7 (3) * running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * checking for file ‘rfriend/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘rfriend’ version ‘1.0.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/4s] NOTE Maintainer: ‘Sander H. van Delden ’ New submission Possibly misspelled words in DESCRIPTION: chisq (17:76, 18:90) cld (21:61) riendly (10:64) * checking package namespace information ... OK * checking package dependencies ... OK * 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 ‘rfriend’ can be installed ... [9s/9s] OK * checking package directory ... OK * checking for future file timestamps ... 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 ... [2s/2s] OK * checking whether the package can be loaded with stated dependencies ... [2s/2s] OK * checking whether the package can be unloaded cleanly ... [2s/2s] OK * checking whether the namespace can be loaded with stated dependencies ... [2s/2s] OK * checking whether the namespace can be unloaded cleanly ... [2s/2s] OK * checking loading without being on the library search path ... [2s/2s] OK * checking whether startup messages can be suppressed ... [2s/2s] OK * checking use of S3 registration ... 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 ... [14s/14s] OK * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * 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 examples ... [0m/30m] ERROR Running examples in ‘rfriend-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: f_glm > ### Title: Perform multiple 'glm()' functions with diagnostics, assumption > ### checking, and post-hoc analysis > ### Aliases: f_glm > > ### ** Examples > > # GLM Binomial example with output to console and MS Word file > mtcars_mod <- mtcars > mtcars_mod$cyl <- as.factor(mtcars_mod$cyl) > > glm_bin <- f_glm(vs ~ cyl, + family = binomial, + data = mtcars_mod, + output_type = "word") Saving output in: /tmp/RtmpBsIVHv/working_dir/RtmpVnktYz\mtcars_mod_glm_output.docx * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... NOTE Found the following files/directories: ‘calibre-qmv4ya2b’ * DONE Status: 1 ERROR, 2 NOTEs