R Under development (unstable) (2024-04-24 r86484 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(SpatialDDLS) Attaching package: 'SpatialDDLS' The following object is masked from 'package:base': saveRDS > > test_check("SpatialDDLS") user system elapsed 0.12 0.02 0.14 user system elapsed 0.16 0.01 0.17 user system elapsed 0.19 0.00 0.19 user system elapsed 0.12 0.00 0.13 user system elapsed 0.14 0.00 0.14 user system elapsed 0.11 0.00 0.11 [1] "Check Python dependencies" [ FAIL 0 | WARN 0 | SKIP 7 | PASS 125 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • .checkPythonDependencies(alert = "none") is not TRUE (7): 'test_dnnModel.R:3:1', 'test_evalMetrics.R:3:1', 'test_plotSpatialCoor.R:3:1', 'test_utils.R:140:5', 'test_utils.R:168:5', 'test_utils.R:233:5', 'test_utils.R:267:5' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 125 ] > > proc.time() user system elapsed 56.65 2.20 86.09