R Under development (unstable) (2024-11-15 r87338 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(DRIP) > > test_check("DRIP") [1] "This is the beginning of test-JPLLK_surface" The selected bandwidth: 3 The estimated noise level: 0 The selected bandwidth: 3 The estimated noise level: 0 The selected bandwidth: 3 The estimated noise level: 0 [1] "This is the end of test-JPLLK_surface" [1] "This is the beginning of cv.jpex" The cross validation scores: [1] 1.2 1.1 The selected bandwidth: 3 The estimated sigma: 0 The cross validation scores: [1] 1.2 1.1 The selected bandwidth: 3 The estimated sigma: 0 The cross validation scores: [1] 1.2 1.1 The selected bandwidth: 3 The estimated sigma: 0 The selected bandwidth: 3 The estimated sigma: 0 [1] "This is the end of cv.jpex" [1] "This is the beginning of test-dKQ" [1] "This is the end of test-dKQ" [1] "This is the beginning of test-diffLC2K" [1] "This is the end of test-diffLC2K" [1] "This is the beginning of test-diffLCK" [1] "This is the end of test-diffLCK" [1] "This is the beginning of test-diffLL2K" [1] "This is the beginning of test-diffLL2K" [1] "This is the beginning of test-diffLLK" [1] "This is the end of test-diffLLK" [1] "This is the beginning of test-jpex" [1] "This is the end of test-jpex" [1] "This is the beginning of test-modify1" [1] "This is the end of test-modify1" [1] "This is the beginning of test-modify2" [1] "This is the end of test-modify2" [1] "This is the beginning of test-roofDiff" [1] "This is the end of test-roofDiff" [1] "This is the beginning of test-roofEdge" [1] "This is the end of test-roofEdge" [1] "This is the beginning of test-roofEdgeParSel" [1] "This is the end of test-roofEdgeParSel" [1] "This is the beginning of test-stepDiff" [1] "This is the end of test-stepDiff" [1] "This is the beginning of test-stepEdge" [1] "This is the end of test-stepEdge" [1] "This is the beginning of test-stepEdgeLC2K" [1] "This is the end of test-stepEdgeLC2K" [1] "This is the beginning of test-stepEdgeLCK" [1] "This is the end of test-stepEdgeLCK" [1] "This is the beginning of test-stepEdgeLL2K" [1] "This is the end of test-stepEdgeLL2K" [1] "This is the beginning of test-stepEdgeLLK" [1] "This is the end of test-stepEdgeLLK" [1] "This is the beginning of test-stepEdgeParSel" The bootstrap matrix: [,1] [,2] [1,] 0 0 [2,] 0 0 The selected bandwidth: 3 The selected threshold: 1.2 The bootstrap matrix: [,1] [,2] [1,] 0 0 [2,] 0 0 The selected bandwidth: 3 The selected threshold: 1.2 The bootstrap matrix: [,1] [,2] [1,] 0 0 [2,] 0 0 [1] "This is the end of test-stepEdgeParSel" [1] "This is the beginning of test-stepEdgeParSelLC2K" [1] "This is the end of test-stepEdgeParSelLC2K" [1] "This is the beginning of test-stepEdgeParSelLCK" [1] "This is the end of test-stepEdgeParSelLCK" [1] "This is the beginning of test-stepEdgeParSelLL2K" [1] "This is the end of test-stepEdgeParSelLL2K" [1] "This is the beginning of test-stepEdgeParSelLLK" [1] "This is the end of test-stepEdgeParSelLLK" [1] "This is the beginning of test-surfaceCluster" [1] "This is the end of test-surfaceCluster" [1] "This is the beginning of test-surfaceCluster_bandwidth" The cross validation scores: x y 1 1 3 2 2 4 The selected bandwidth: 3 The estimated sigma: 0 The estimated value of the density at 0: 1 The estimated mean of absolute error: 1 The cross validation scores: x y 1 1 3 2 2 4 The selected bandwidth: 3 The estimated sigma: 0 The estimated value of the density at 0: 1 The estimated mean of absolute error: 1 The selected bandwidth: 3 The estimated sigma: 0 The estimated value of the density at 0: 1 The estimated mean of absolute error: 1 [1] "This is the end of test-surfaceCluster_bandwidth" [1] "This is the beginning of test-threeStage" [1] "This is the end of test-threeStage" [1] "This is the beginning of test-threeStageParSel" The cross validation scores: [,1] [,2] [1,] 1.2 1.3 The selected bandwidth: 4 The cross validation scores: [,1] [,2] [1,] 1.2 1.3 The selected bandwidth: 4 The cross validation scores: [,1] [,2] [1,] 1.2 1.3 The selected bandwidth: 4 The cross validation scores: [,1] [,2] [1,] 1.2 1.3 The selected bandwidth: 4 [1] "This is the end of test-threeStageParSel" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 256 ] > > proc.time() user system elapsed 68.73 0.17 68.89