R Under development (unstable) (2023-11-20 r85569 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) > data.table::setDTthreads(1) > test_check("animint2", filter="compiler") Loading required package: animint2 [1] "aesthetics" mapping: x = Sepal.Length, y = Petal.Length geom_point: na.rm = FALSE stat_identity: na.rm = FALSE position_identity $problem.aes [1] "foo" $data.variables [1] "Sepal.Length" "Sepal.Width" "Petal.Length" "Petal.Width" "Species" [1] "animation" [1] "compiler errors" mapping: x = letter, y = count, fill = stack, key = key, showSelected1 = facet geom_bar: width = NULL, na.rm = FALSE stat_identity: na.rm = FALSE position_stack [1] "geom line" [1] "plot named timexxx" [1] "plot names" [1] "geom_point(aes(fill=numeric))" [1] "compiler print" [1] "pt/points to lines conversion test" [1] "save separate chunks" [1] "selectors" [1] "stat_summary" [1] "compiler errors" [1] "compiler unlink previous" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 746 ] > > proc.time() user system elapsed 42.67 5.85 48.62