* using log directory ‘/srv/hornik/tmp/CRAN_pretest/sdf.test.Rcheck’ * using R Under development (unstable) (2026-02-11 r89406) * 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-12 16:28:05 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 ... [1s/2s] 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 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 ‘sdf.test’ can be installed ... [1s/1s] 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 ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] 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 ... [2s/2s] 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 ... [0s/0s] 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 ... [0s/0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [7s/7s] 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 ... [1s/1s] OK Running ‘testthat.R’ [1s/1s] * 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, 2 WARNINGs, 3 NOTEs