R Under development (unstable) (2024-06-24 r86823 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(antaresViz) Loading required package: antaresRead Loading required package: antaresProcessing Attaching package: 'antaresProcessing' The following object is masked from 'package:testthat': compare Loading required package: spMaps Loading required package: sf Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.1; sf_use_s2() is TRUE Loading required package: sp > > # CRAN limite CPU usage > # issue : > data.table::setDTthreads(2) > > test_check("antaresViz") [ FAIL 0 | WARN 1 | SKIP 5 | PASS 203 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • .runExchangesStackTest is not TRUE (4): 'test-exchangesStack.R:225:3', 'test-exchangesStack.R:276:3', 'test-exchangesStack.R:367:3', 'test-exchangesStack.R:421:3' • hexbin cannot be loaded (1): 'test-plotXY.R:4:3' [ FAIL 0 | WARN 1 | SKIP 5 | PASS 203 ] > > proc.time() user system elapsed 25.06 2.50 28.67