* using log directory 'd:/RCompile/CRANincoming/R-devel/DiceView.Rcheck' * using R Under development (unstable) (2023-11-19 r85561 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'DiceView/DESCRIPTION' ... OK * this is package 'DiceView' version '2.2-0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [12s] NOTE Maintainer: 'Yann Richet ' Suggests or Enhances not in mainstream repositories: rlibkriging The Date field is over a month old. * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking serialization versions ... OK * checking whether package 'DiceView' can be installed ... OK * checking installed package size ... 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 R 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 use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... NOTE Apparent methods for exported generics not registered: contourview.libKriging sectionview.libKriging sectionview3d.libKriging See section 'Registering S3 methods' in the 'Writing R Extensions' manual. * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... 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 ... ERROR Running examples in 'DiceView-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mesh_roots > ### Title: Multi Dimensional Multiple Roots (Zero) Finding, sampled by a > ### mesh > ### Aliases: mesh_roots > > ### ** Examples > > mesh_roots(function(x) x-.51, intervals=rbind(0,1)) [,1] [1,] 0.51 attr(,"mesh") attr(,"mesh")$p [,1] [1,] 0.0 [2,] 0.1 [3,] 0.2 [4,] 0.3 [5,] 0.4 [6,] 0.5 [7,] 0.6 [8,] 0.7 [9,] 0.8 [10,] 0.9 [11,] 1.0 > mesh_roots(function(x) sum(x)-.51, intervals=cbind(rbind(0,1),rbind(0,1))) Loading required namespace: arrangements Failed with error: 'there is no package called 'arrangements'' Error in uniroot(f = f, lower = lower, upper = upper, f.lower = f_lower, : lower < upper is not fulfilled Warning in root(f, lower = lower, upper = x0, maxerror_f = maxerror_f, f_lower = f_lower, : No root found in [0,0] -> [-0.01,0.0900000000000001] Error in uniroot(f = f, lower = lower, upper = upper, f.lower = f_lower, : lower < upper is not fulfilled Warning in root(f, lower = lower, upper = x0, maxerror_f = maxerror_f, f_lower = f_lower, : No root found in [0,0] -> [-0.01,0.0900000000000001] Error in root(f, lower = lower, upper = x0, maxerror_f = maxerror_f, f_lower = f_lower, : Too many recursions: * lower=0 * upper=1.2021129177046e-05 * f_lower=0.09 * f_upper=-0.01 * convexity=FALSE * maxerror_f=1e-07 * tol=0.0001220703125 * rec=21 Calls: mesh_roots ... root -> root -> root -> root -> root -> root -> root Execution halted * checking PDF version of manual ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 2 NOTEs