R version 4.6.0 beta (2026-04-15 r89885 ucrt) -- "Because it was There" Copyright (C) 2026 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(prospectr) prospectr version 0.2.8 -- galo check the package repository at: https://github.com/l-ramirez-lopez/prospectr > library(resemble) resemble version 3.0.0 -- vortex Repository: http://l-ramirez-lopez.github.io/resemble/ Note: Version 3.0 has deprecated several functions and arguments. For previous functionality, install version 2.2.5: remotes::install_github("l-ramirez-lopez/resemble@2.2.5") > > test_check("resemble") [ FAIL 0 | WARN 0 | SKIP 57 | PASS 513 ] ══ Skipped tests (57) ══════════════════════════════════════════════════════════ • On CRAN (57): 'test-dissimilarity.R:659:3', 'test-gesearch.R:290:3', 'test-gesearch.R:318:3', 'test-gesearch.R:354:3', 'test-gesearch.R:378:3', 'test-gesearch.R:399:3', 'test-gesearch.R:422:3', 'test-gesearch.R:450:3', 'test-gesearch.R:484:3', 'test-gesearch.R:512:3', 'test-gesearch.R:542:3', 'test-gesearch.R:569:3', 'test-gesearch.R:608:3', 'test-gesearch.R:648:3', 'test-gesearch.R:675:3', 'test-gesearch.R:721:3', 'test-gesearch.R:760:3', 'test-liblex.R:518:3', 'test-liblex.R:543:3', 'test-liblex.R:563:3', 'test-liblex.R:583:3', 'test-liblex.R:603:3', 'test-liblex.R:623:3', 'test-liblex.R:642:3', 'test-liblex.R:667:3', 'test-liblex.R:688:3', 'test-liblex.R:711:3', 'test-liblex.R:734:3', 'test-liblex.R:757:3', 'test-liblex.R:796:3', 'test-liblex.R:823:3', 'test-liblex.R:845:3', 'test-liblex.R:872:3', 'test-liblex.R:899:3', 'test-liblex.R:921:3', 'test-liblex.R:946:3', 'test-liblex.R:968:3', 'test-liblex.R:994:3', 'test-liblex.R:1023:3', 'test-liblex.R:1055:3', 'test-liblex.R:1078:3', 'test-liblex.R:1141:3', 'test-liblex.R:1157:3', 'test-liblex.R:1173:3', 'test-liblex.R:1189:3', 'test-liblex.R:1205:3', 'test-liblex.R:1220:3', 'test-mbl.R:632:3', 'test-mbl.R:765:3', 'test-mbl.R:848:3', 'test-model.R:430:3', 'test-model.R:495:3', 'test-pc_projection.R:446:3', 'test-pls-cpp-consistency.R:1080:3', 'test-pls-cpp-consistency.R:1186:3', 'test-pls_projection.R:393:3', 'test-search_neighbors.R:334:3' [ FAIL 0 | WARN 0 | SKIP 57 | PASS 513 ] > > proc.time() user system elapsed 68.26 8.48 75.07