* using log directory ‘/home/hornik/tmp/CRAN_special_noSuggests/nlgeocoder.Rcheck’ * using R Under development (unstable) (2025-12-04 r89091) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc-15 (Debian 15.2.0-4) 15.2.0 GNU Fortran (Debian 15.2.0-4) 15.2.0 * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * checking for file ‘nlgeocoder/DESCRIPTION’ ... OK * this is package ‘nlgeocoder’ version ‘0.2’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/5s] NOTE Maintainer: ‘Edwin de Jonge ’ New submission Package was archived on CRAN Possibly misspelled words in DESCRIPTION: Geocoding (2:8) geocoding (9:127) CRAN repository db overrides: X-CRAN-Comment: Archived on 2021-08-09 for policy violation On Internet access. * 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 serialization versions ... OK * checking whether package ‘nlgeocoder’ can be installed ... [1s/1s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking ‘build’ 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/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 ... [2s/2s] 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/0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [1s/2s] ERROR Running examples in ‘nlgeocoder-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: nl_geocode > ### Title: Geocode adresses > ### Aliases: nl_geocode nl_geocode_rd nl_geocode_df > > ### ** Examples > > data("addresses") > > r <- nl_geocode(addresses$Address) Error in nl_geocode(addresses$Address) : You'll need package 'sf'. Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [2s/3s] ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(nlgeocoder) > > test_check("nlgeocoder") Saving _problems/test-nl_geocode-46.R Saving _problems/test-nl_geocode-51.R Saving _problems/test-nl_geocode-61.R Saving _problems/test-nl_geocode-66.R Saving _problems/test-nl_geocode-72.R [ FAIL 5 | WARN 0 | SKIP 27 | PASS 3 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • Nice to have, but not right now (1): 'test-nl_geocode.R:22:3' • On CRAN (26): 'test-nl_free.R:4:3', 'test-nl_free.R:10:3', 'test-nl_free.R:16:3', 'test-nl_free.R:22:3', 'test-nl_free.R:28:3', 'test-nl_free.R:34:3', 'test-nl_free.R:40:3', 'test-nl_free.R:46:3', 'test-nl_free.R:52:3', 'test-nl_geocode.R:4:3', 'test-nl_geocode.R:10:3', 'test-nl_geocode.R:16:3', 'test-nl_geocode.R:29:3', 'test-nl_geocode.R:35:3', 'test-nl_geocode.R:77:3', 'test-nl_lookup.R:4:3', 'test-nl_lookup.R:10:3', 'test-nl_suggest.R:4:3', 'test-nl_suggest.R:10:3', 'test-nl_suggest.R:16:3', 'test-nl_suggest.R:22:3', 'test-nl_suggest.R:28:3', 'test-nl_suggest.R:34:3', 'test-nl_suggest.R:40:3', 'test-nl_suggest.R:46:3', 'test-nl_suggest.R:52:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-nl_geocode.R:46:3'): return as wgs84 is working ──────────────── Error in `nl_geocode("Martinikerkhof 3 Groningen", output = "wgs84")`: You'll need package 'sf'. Backtrace: ▆ 1. └─nlgeocoder::nl_geocode("Martinikerkhof 3 Groningen", output = "wgs84") at test-nl_geocode.R:46:3 ── Error ('test-nl_geocode.R:51:3'): return as rd is working ─────────────────── Error in `nl_geocode("Martinikerkhof 3 Groningen", output = "rd")`: You'll need package 'sf'. Backtrace: ▆ 1. └─nlgeocoder::nl_geocode("Martinikerkhof 3 Groningen", output = "rd") at test-nl_geocode.R:51:3 ── Error ('test-nl_geocode.R:61:3'): restrict search to Groningen ────────────── Error in `nl_geocode("Hoofdstraat", fq = "provincienaam:Groningen")`: You'll need package 'sf'. Backtrace: ▆ 1. └─nlgeocoder::nl_geocode("Hoofdstraat", fq = "provincienaam:Groningen") at test-nl_geocode.R:61:3 ── Error ('test-nl_geocode.R:66:3'): restrict fields ─────────────────────────── Error in `nl_geocode("Hoofdstraat", fl = c("woonplaatsnaam", "centroide_ll"))`: You'll need package 'sf'. Backtrace: ▆ 1. └─nlgeocoder::nl_geocode(...) at test-nl_geocode.R:66:3 ── Error ('test-nl_geocode.R:72:3'): nl_geocode can handle a factor ──────────── Error in `nl_geocode(f)`: You'll need package 'sf'. Backtrace: ▆ 1. └─nlgeocoder::nl_geocode(f) at test-nl_geocode.R:72:3 [ FAIL 5 | WARN 0 | SKIP 27 | PASS 3 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [0s/0s] OK * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 ERRORs, 1 NOTE