* using log directory 'd:/Rcompile/CRANpkg/local/4.6/tmap.networks.Rcheck'
* using R version 4.6.0 (2026-04-24 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 14.3.0
    GNU Fortran (GCC) 14.3.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* current time: 2026-05-06 06:33:37 UTC
* checking for file 'tmap.networks/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'tmap.networks' version '0.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 'tmap.networks' 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 ... [9s] OK
* checking whether the package can be loaded with stated dependencies ... [8s] OK
* checking whether the package can be unloaded cleanly ... [9s] OK
* checking whether the namespace can be loaded with stated dependencies ... [9s] OK
* checking whether the namespace can be unloaded cleanly ... [10s] OK
* checking loading without being on the library search path ... [9s] OK
* checking whether startup messages can be suppressed ... [9s] OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... WARNING
tmapGetShapeMeta1:
  function(shp, layer, o)
tmapGetShapeMeta1.sfnetwork:
  function(shp, o)

tmapShape:
  function(shp, is.main, crs, bbox, unit, filter, layer, shp_name,
           smeta, o, tmf)
tmapShape.sfnetwork:
  function(shp, is.main, crs, bbox, unit, filter, shp_name, smeta, o,
           tmf)
See section 'Generic functions and methods' in the 'Writing R
Extensions' manual.
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [20s] 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 examples ... [10s] ERROR
Running examples in 'tmap.networks-Ex.R' failed
The error most likely occurred in:

> ### Name: tm_edges
> ### Title: Map layer: edges of a (sf)network
> ### Aliases: tm_edges opt_tm_edges
> 
> ### ** Examples
> 
> library(tmap)
> library(sfnetworks)
> 
> sfn = as_sfnetwork(roxel)
> 
> tm_shape(sfn) +
+ 	tm_network()
Error in tmapGetShapeMeta1.sfnetwork(shp, layer, c(o, tmg$tmf)) : 
  unused argument (c(o, tmg$tmf))
Calls: <Anonymous> ... step1_rearrange_facets -> lapply -> FUN -> tmapGetShapeMeta1
Execution halted
* checking PDF version of manual ... [19s] OK
* checking HTML version of manual ... [2s] OK
* DONE
Status: 1 ERROR, 1 WARNING
