R Under development (unstable) (2025-03-03 r87871 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(kdensity) > > test_check("kdensity") Call: kdensity(x = precip, start = "gaussian") Data: precip (70 obs.) Bandwidth: 4.231 ('RHE') Support: (-Inf, Inf) Kernel: gaussian Start: gaussian Call: kdensity(x = precip, start = "gaussian") Data: precip (70 obs.) Bandwidth: 4.231 ('RHE') Support: (-Inf, Inf) Kernel: gaussian Start: gaussian Range: (7, 67) NAs in data: FALSE Adjustment: 1 Parameter estimates: mean: 34.89 sd: 13.61 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 73 ] > > proc.time() user system elapsed 5.09 0.34 5.37