R Under development (unstable) (2023-12-09 r85665 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(dbmss) Loading required package: Rcpp Loading required package: spatstat.explore Loading required package: spatstat.data Loading required package: spatstat.geom spatstat.geom 3.2-7 Loading required package: spatstat.random spatstat.random 3.2-2 Loading required package: nlme spatstat.explore 3.2-5 > > testthat::test_check("dbmss") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 0 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'testDtable.R:11:3', 'testDtable.R:21:3', 'testKd.R:8:3', 'testKd.R:17:3', 'testKd.R:26:3', 'testKd.R:34:3', 'testM.R:8:3', 'testM.R:16:3', 'testwmppp.R:4:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 0 ] > > proc.time() user system elapsed 1.84 0.31 2.14