* using log directory ‘/srv/hornik/tmp/CRAN_pretest/eclipseplot.Rcheck’ * using R Under development (unstable) (2026-02-07 r89380) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 21.1.8 (1+b1) Debian flang version 21.1.8 (1+b1) * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * current time: 2026-02-08 13:38:05 UTC * checking for file ‘eclipseplot/DESCRIPTION’ ... OK * this is package ‘eclipseplot’ version ‘0.9.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [2s/2s] NOTE Maintainer: ‘Pedro Rodrigues Vidor ’ New submission License components with restrictions and base license permitting such: MIT + file LICENSE Possibly misspelled words in DESCRIPTION: RCT (2:59, 14:65) The Title field should be in title case. Current version is: ‘Eclipse plot: a graphical visualization for ROBUST-RCT Risk of Bias Assessments’ In title case that is: ‘Eclipse Plot: a Graphical Visualization for ROBUST-RCT Risk of Bias Assessments’ * 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 ‘eclipseplot’ can be installed ... [3s/3s] WARNING Found the following significant warnings: Warning: replacing previous import ‘magrittr::extract’ by ‘tidyr::extract’ when loading ‘eclipseplot’ See ‘/srv/hornik/tmp/CRAN_pretest/eclipseplot.Rcheck/00install.out’ for details. * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... WARNING Invalid license file pointers: LICENSE * 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 ... WARNING Found the following file with non-ASCII characters: R/eclipse_function.R Portable packages must use only ASCII characters in their R code and NAMESPACE directives, except perhaps in comments. Use \uxxxx escapes for other characters. Function ‘tools::showNonASCIIfile’ can help in finding non-ASCII characters in files. * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] 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 ... [5s/5s] NOTE eclipseplot: no visible binding for global variable ‘study’ eclipseplot: no visible binding for global variable ‘full_item’ eclipseplot: no visible binding for global variable ‘item’ eclipseplot: no visible binding for global variable ‘step’ eclipseplot: no visible binding for global variable ‘value’ eclipseplot: no visible binding for global variable ‘judgment_group’ eclipseplot: no visible binding for global variable ‘x_coord’ eclipseplot: no visible binding for global variable ‘y_coord’ Undefined global functions or variables: full_item item judgment_group step study value x_coord y_coord Consider adding importFrom("stats", "step") to your NAMESPACE file. * 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 ... WARNING Undocumented code objects: ‘sample_brief’ ‘sample_long’ Undocumented data sets: ‘sample_brief’ ‘sample_long’ All user-level objects in a package should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * 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 ... [0s/0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [2s/2s] ERROR Running examples in ‘eclipseplot-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: eclipseplot > ### Title: Create an eclipseplot for a risk of bias assessment with the > ### ROBUST-RCT tool > ### Aliases: eclipseplot > > ### ** Examples > > # Load example datasets from the package > data(sample_brief) > > # 1. Standard plot (Core items, Steps 1 & 2) > data(sample_brief) > eclipseplot <- eclipseplot(sample_brief) > print(eclipseplot) Error in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, : conversion failure on '●' in 'mbcsToSbcs': for ● (U+25CF) Calls: print ... drawDetails -> drawDetails.text -> grid.Call.graphics Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 4 WARNINGs, 2 NOTEs