R Under development (unstable) (2024-01-14 r85805 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(nn2poly) > > test_check("nn2poly") [ FAIL 0 | WARN 1 | SKIP 17 | PASS 69 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-constraints_luz.R:5:3', 'test-nn2poly.R:77:3', 'test-nn2poly_methods_plot.R:19:3', 'test-nn2poly_methods_plot.R:41:3', 'test-nn2poly_methods_plot.R:63:3', 'test-nn2poly_methods_plot.R:85:3', 'test-nn2poly_methods_plot.R:110:3', 'test-nn2poly_methods_plot.R:135:3', 'test-nn2poly_methods_plot.R:159:3', 'test-parameters.R:58:3', 'test-plot_diagonal.R:10:3', 'test-plot_diagonal.R:24:3' • keras cannot be loaded (5): 'test-constraints.R:3:3', 'test-nn2poly.R:58:3', 'test-parameters.R:2:3', 'test-parameters.R:27:3', 'test-plot_taylor_and_activation_potentials.R:2:3' [ FAIL 0 | WARN 1 | SKIP 17 | PASS 69 ] Warning message: `teardown()` was deprecated in the 3rd edition. ℹ Please use test fixtures instead see vignette('test-fixtures') for details > > proc.time() user system elapsed 4.75 0.59 14.26