R Under development (unstable) (2024-11-30 r87409 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.2, GDAL 3.9.3, PROJ 9.4.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 4 | PASS 203 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • .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' [ FAIL 0 | WARN 1 | SKIP 4 | PASS 203 ] > > proc.time() user system elapsed 27.60 2.75 31.73