R Under development (unstable) (2025-07-25 r88451 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. > #R > > > library(testthat) > > suppressPackageStartupMessages(library(recmap)) > > if (Sys.info()['machine'] == "arm64") GA::gaControl(useRcpp = FALSE) > > test_check("recmap") 1753541856 GRASP 1 0.41 1 1753541857 GRASP 1.12 0.45 2 1753541857 GRASP 1.12 0.44 3 1753541857 GRASP 1.12 0.46 4 1753541857 GRASP 1.12 0.45 5 1753541857 GRASP 1.12 0.4 6 1753541857 GRASP 1.12 0.42 7 1753541857 GRASP 1.12 0.36 8 1753541857 GRASP 1.12 0.4 9 1753541857 GRASP 1.12 0.56 10 [ FAIL 0 | WARN 1643 | SKIP 1 | PASS 26 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-jss2711.R:30:3' [ FAIL 0 | WARN 1643 | SKIP 1 | PASS 26 ] > > > proc.time() user system elapsed 35.98 1.40 37.45