R Under development (unstable) (2024-12-15 r87442 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. > library(testthat) > library(SDMtune) _____ ____ __ ___ __ / ___/ / __ \ / |/ // /_ __ __ ____ ___ \__ \ / / / // /|_/ // __// / / // __ \ / _ \ ___/ // /_/ // / / // /_ / /_/ // / / // __/ /____//_____//_/ /_/ \__/ \__,_//_/ /_/ \___/ version 1.3.2 To cite this package in publications type: citation("SDMtune"). > > test_check("SDMtune") [ FAIL 0 | WARN 0 | SKIP 55 | PASS 317 ] ══ Skipped tests (55) ══════════════════════════════════════════════════════════ • On CRAN (55): 'test-ANN-class.R:1:1', 'test-BRT-class.R:1:1', 'test-Maxent-class.R:3:3', 'test-Maxnet-class.R:3:3', 'test-RF-class.R:1:1', 'test-SDMmodel-class.R:3:3', 'test-SDMmodel2MaxEnt.R:13:3', 'test-SDMmodelCV-class.R:3:3', 'test-SDMtune-class.R:42:3', 'test-SWD-class.R:3:3', 'test-addSamplesToBg.R:22:3', 'test-aicc.R:1:1', 'test-auc.R:1:1', 'test-checkMaxentInstallation.R:2:3', 'test-confMatrix.R:1:1', 'test-convertFolds.R:126:3', 'test-corVar.R:4:3', 'test-doJk.R:1:1', 'test-gridSearch.R:1:1', 'test-maxentTh.R:2:3', 'test-maxentVarImp.R:2:3', 'test-mergeSWD.R:34:3', 'test-mergeSWD.R:46:3', 'test-modelReport.R:1:1', 'test-optimizeModel.R:1:1', 'test-plotJk.R:36:3', 'test-plotPA.R:27:3', 'test-plotPA.R:39:3', 'test-plotPred.R:6:3', 'test-plotPred.R:26:3', 'test-plotResponse.R:1:1', 'test-predct-Maxnet.R:1:1', 'test-predict-ANN.R:1:1', 'test-predict-BRT.R:1:1', 'test-predict-Maxent.R:1:1', 'test-predict-RF.R:1:1', 'test-predict-SDMmodel.R:1:1', 'test-predict-SDMmodelCV.R:1:1', 'test-prepareSWD.R:1:1', 'test-randomFolds.R:4:3', 'test-randomSearch.R:1:1', 'test-reduceVar.R:1:1', 'test-swd2csv.R:30:3', 'test-thinData.R:1:1', 'test-train.R:1:1', 'test-trainANN.R:1:1', 'test-trainBRT.R:1:1', 'test-trainMaxent.R:1:1', 'test-trainMaxnet.R:1:1', 'test-trainRF.R:1:1', 'test-trainValTest.R:4:3', 'test-tss.R:1:1', 'test-utils.R:1:1', 'test-varImp.R:1:1', 'test-varSel.R:1:1' [ FAIL 0 | WARN 0 | SKIP 55 | PASS 317 ] > > proc.time() user system elapsed 25.67 3.00 29.15