R Under development (unstable) (2023-12-07 r85661 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(symengine) SymEngine Version: 0.11.2 _____ _____ _ | __|_ _ _____| __|___ ___|_|___ ___ |__ | | | | __| | . | | | -_| |_____|_ |_|_|_|_____|_|_|_ |_|_|_|___| |___| |___| > > test_check("symengine") [ FAIL 0 | WARN 0 | SKIP 11 | PASS 647 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (1): 'test-basic_parser.R:222:5' • empty test (8): 'test-basic_language_conversion.R:16:1', 'test-symengine_is_working.R:15:1', 'test-symengine_is_working.R:19:1', 'test-symengine_is_working.R:23:1', 'test-vecbasic_constructors.R:73:1', 'test-vecbasic_constructors.R:76:1', 'test-vecbasic_constructors.R:80:1', 'test-vecbasic_s4bindings.R:9:1' • symengine_have_component("llvm") is not TRUE (2): 'test-double_visitor.R:23:5', 'test-double_visitor.R:34:5' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 647 ] > > proc.time() user system elapsed 4.14 0.70 15.06