* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/OSMscale.Rcheck’ * using R Under development (unstable) (2023-05-14 r84430) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2) GNU Fortran (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2) * running under: Fedora 34 (Workstation Edition) * using session charset: UTF-8 * checking for file ‘OSMscale/DESCRIPTION’ ... OK * this is package ‘OSMscale’ version ‘0.5.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 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 ‘OSMscale’ can be installed ... [38s/40s] 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 R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [12s/12s] OK * checking whether the package can be loaded with stated dependencies ... [12s/13s] OK * checking whether the package can be unloaded cleanly ... [12s/13s] OK * checking whether the namespace can be loaded with stated dependencies ... [12s/13s] OK * checking whether the namespace can be unloaded cleanly ... [13s/13s] OK * checking loading without being on the library search path ... [12s/13s] 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 ... [51s/52s] OK * checking Rd files ... 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 ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [14s/15s] OK * checking examples with --run-donttest ... [14s/14s] ERROR Running examples in ‘OSMscale-Ex.R’ failed The error most likely occurred in: > ### Name: OSMscale-package > ### Title: Add a Scalebar to OpenStreetMap Plots > ### Aliases: OSMscale-package OSMscale > ### Keywords: documentation package > > ### ** Examples > > > ## No test: > # Not tested on CRAN to avoid download time > d <- read.table(sep=",", header=TRUE, text= + "lat, long + 55.685143, 12.580008 + 52.514464, 13.350137 + 50.106452, 14.419989 + 48.847003, 2.337213 + 51.505364, -0.164752") > > # zoom set to 3 to speed up tests. automatic zoom determination is better. > map <- pointsMap(lat, long, data=d, type="maptoolkit-topo", + proj=putm(d$long), scale=FALSE, zoom=3, pch=16, col=2) Downloading map with extend -0.893989, 15.149226, 48.117766, 56.41438 ... java.lang.NullPointerException at edu.cens.spatial.RTileController.getTileValues(RTileController.java:109) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at RJavaTools.invokeMethod(RJavaTools.java:399) Error in osmtile(x%%nX, y, zoom, type) : could not obtain tile: 3 2 3 Calls: pointsMap -> -> osmtile Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ [13s/13s] [14s/14s] OK * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * checking for new files in some other directories ... OK * DONE Status: 1 ERROR See ‘/data/blackswan/ripley/R/packages/tests-devel/OSMscale.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 5:46.66, 316.17 + 18.30