* using log directory 'd:/Rcompile/CRANpkg/local/4.6/spacejamr.Rcheck' * using R Under development (unstable) (2025-09-24 r88873 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'spacejamr/DESCRIPTION' ... OK * this is package 'spacejamr' version '0.2.1' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'spacejamr' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [2s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [10s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [19s] ERROR Running 'testthat.R' [18s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(spacejamr) > > test_check("spacejamr") Density Mean Degree Mean Closeness Mean Betweenness Largest Component Size pl 0 0 NaN 0 1 apl 0 0 NaN 0 1 Density Mean Degree Mean Closeness Mean Betweenness Largest Component Size pl 0 0 NaN 0 1 apl 0 0 NaN 0 1 window: polygonal boundary enclosing rectangle: [257656.9, 323005.8] x [4558224, 4654702] units PointSim Object window: polygonal boundary enclosing rectangle: [257656.9, 323005.8] x [4558224, 4654702] units Points:3IGRAPH 590d2fc UN-- 3 0 -- + attr: name (v/c) + edges from 590d2fc (vertex names): IGRAPH 590d2fc UN-- 3 0 -- + attr: name (v/c) + edges from 590d2fc (vertex names): Using the projected CRS WGS 84 / UTM zone 19N which uses 'm' for measurement units. Please visit https://spatialreference.org/ref/epsg/32619/ for more information about this CRS. [ FAIL 3 | WARN 3 | SKIP 0 | PASS 20 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-generics.R:11:5'): we can plot objects created with the spacejamr package ── class(plot(RI)) (`actual`) not identical to c("gg", "ggplot") (`expected`). `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" `expected[2:2]`: "ggplot" ── Failure ('test-generics.R:14:5'): we can plot objects created with the spacejamr package ── class(plot(ri_points)) (`actual`) not identical to c("gg", "ggplot") (`expected`). `actual`: "ggplot2::ggplot" "ggplot" "ggplot2::gg" "S7_object" "gg" `expected[2:2]`: "ggplot" ── Failure ('test-generics.R:17:5'): we can plot objects created with the spacejamr package ── class(plot(pl)) (`actual`) not identical to c("ggraph", "gg", "ggplot") (`expected`). actual | expected [1] "ggraph" - "gg" [2] [2] "ggplot2::ggplot" - [3] "ggplot" - [4] "ggplot2::gg" - [5] "S7_object" - [6] "gg" - "ggplot" [3] [ FAIL 3 | WARN 3 | SKIP 0 | PASS 20 ] Error: Test failures Execution halted * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... [3s] OK * DONE Status: 1 ERROR