* using log directory 'd:/RCompile/CRANincoming/R-devel/sdf.test.Rcheck' * using R Under development (unstable) (2026-02-11 r89406 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-02-12 16:30:24 UTC * checking for file 'sdf.test/DESCRIPTION' ... OK * this is package 'sdf.test' version '0.0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Ilaria Nadin ' New submission Non-FOSS package license (`use_gpl3_license()`) The Title field should be in title case. Current version is: 'Nonparametric two sample test for equality of spectral densities' In title case that is: 'Nonparametric Two Sample Test for Equality of Spectral Densities' * 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 'sdf.test' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... WARNING Non-standard license specification: `use_gpl3_license()` Standardizable: FALSE * 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 ... WARNING print: function(x, ...) print.test: function(x) See section 'Generic functions and methods' in the 'Writing R Extensions' manual. * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE nulldistr_estimator: no visible global function definition for 'toeplitz' nulldistr_estimator: no visible global function definition for 'rnorm' sdf.test: no visible global function definition for 'quantile' sdf.test: no visible global function definition for 'ecdf' Undefined global functions or variables: ecdf quantile rnorm toeplitz Consider adding importFrom("stats", "ecdf", "quantile", "rnorm", "toeplitz") to your NAMESPACE file. * checking Rd files ... NOTE checkRd: (-1) sdf.test.Rd:66-68: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sdf.test.Rd:69: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sdf.test.Rd:70: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sdf.test.Rd:71-72: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) sdf.test.Rd:73: Lost braces in \itemize; \value handles \item{}{} directly * 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [17s] ERROR Running examples in 'sdf.test-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: print.test > ### Title: Print test > ### Aliases: print.test > > ### ** Examples > > test <- sdf.test( + X1 = rnorm(50), X2 = rnorm(50), + q1 = 2, method1 = "GCV", Te = 10, alpha = 0.05 + ) > print.test(test) Error in print.test(test) : could not find function "print.test" Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking PDF version of manual ... [25s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 2 WARNINGs, 3 NOTEs