- using R Under development (unstable) (2025-09-10 r88809)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 19.1.7 (3+b2)
Debian flang-new version 19.1.7 (3+b2)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘spacejamr/DESCRIPTION’ ... OK
- this is package ‘spacejamr’ version ‘0.2.1’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/2s] OK
- 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 executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘spacejamr’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/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 ... [3s/5s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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/1s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [9s/12s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [22s/27s] ERROR
Running ‘testthat.R’ [22s/26s]
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 fd361a6 UN-- 3 0 --
+ attr: name (v/c)
+ edges from fd361a6 (vertex names):
IGRAPH fd361a6 UN-- 3 0 --
+ attr: name (v/c)
+ edges from fd361a6 (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 ... [6s/7s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR