* using log directory 'd:/RCompile/CRANincoming/R-devel/StatDeriveR.Rcheck' * using R Under development (unstable) (2026-03-12 r89611 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-03-13 21:07:46 UTC * checking for file 'StatDeriveR/DESCRIPTION' ... OK * this is package 'StatDeriveR' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Jokhrof 042 ' New submission License components with restrictions and base license permitting such: MIT + file LICENSE * 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 whether package 'StatDeriveR' can be installed ... OK * checking installed package size ... OK * 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 ... 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 ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE .derive_exp_x : : no visible global function definition for '.pdf_eval' .derive_inv_x : : no visible global function definition for '.pdf_eval' .derive_log_x : : no visible global function definition for '.pdf_eval' .derive_sqrt_x : : no visible global function definition for '.pdf_eval' .derive_x_squared : : no visible global function definition for '.pdf_eval' .plot_orderstat: no visible global function definition for 'par' .plot_orderstat: no visible global function definition for '.format_dist' .plot_orderstat: no visible global function definition for 'mtext' .plot_transform: no visible global function definition for 'par' .plot_transform: no visible global function definition for '.format_dist' .plot_transform: no visible global function definition for 'mtext' .print_orderstat: no visible global function definition for '.format_dist' .print_transform: no visible global function definition for '.format_dist' derive_transform: no visible global function definition for '.support_eval' Undefined global functions or variables: .format_dist .pdf_eval .support_eval mtext par Consider adding importFrom("graphics", "mtext", "par") to your NAMESPACE file. * 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 ... WARNING Documented arguments not in \usage in Rd file 'derive_transform.Rd': 'X_dist' 'X_params' 'simulation_size' Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... ERROR Running examples in 'StatDeriveR-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: derive_orderstat > ### Title: Derive Order Statistics Distribution > ### Aliases: derive_orderstat > > ### ** Examples > > # Distribution of maximum from Uniform(0, 1) > result <- derive_orderstat( + parent_dist = "Uniform", + parent_params = list(min = 0, max = 1), + n = 10, + k = 10 + ) derive_orderstat called > print(result) NULL > plot(result) Warning in min(x) : no non-missing arguments to min; returning Inf Warning in max(x) : no non-missing arguments to max; returning -Inf Warning in min(x) : no non-missing arguments to min; returning Inf Warning in max(x) : no non-missing arguments to max; returning -Inf Error in plot.window(...) : need finite 'xlim' values Calls: plot -> plot.default -> localWindow -> plot.window Execution halted * checking PDF version of manual ... [12s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 2 WARNINGs, 2 NOTEs