* using log directory ‘/srv/hornik/tmp/CRAN/pathmapping.Rcheck’ * using R Under development (unstable) (2023-11-08 r85496) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 16.0.6 (16) GNU Fortran (Debian 13.2.0-5) 13.2.0 * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘pathmapping/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘pathmapping’ version ‘1.0.3’ * checking CRAN incoming feasibility ... [3s/5s] NOTE Maintainer: ‘Shane T. Mueller ’ Package has a VignetteBuilder field but no prebuilt vignette index. Package CITATION file contains call(s) to old-style personList() or as.personList(). Please use c() on person objects instead. Package CITATION file contains call(s) to old-style citEntry(). Please use bibentry() instead. * 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 ‘pathmapping’ can be installed ... [3s/3s] OK * used C compiler: ‘Debian clang version 16.0.6 (16)’ * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... NOTE Non-standard file/directory found at top level: ‘vignettesdummy’ * 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 ... [1s/1s] 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 ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] 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 ... [6s/6s] NOTE ggPlotMap: no visible binding for global variable ‘p1x’ ggPlotMap: no visible binding for global variable ‘p1y’ ggPlotMap: no visible binding for global variable ‘p2x’ ggPlotMap: no visible binding for global variable ‘p2y’ Undefined global functions or variables: p1x p1y p2x p2y * 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 line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... [1s/1s] ERROR Running examples in ‘pathmapping-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: CreateMap > ### Title: Create a mapping between paths > ### Aliases: CreateMap > > ### ** Examples > > ################################## > ## Example from appendix of Mueller, Perelman, & Veinott: > > pathA <- rbind(c(0,0),c(5,0),c(10,0)) > pathB <- rbind(c(1,1),c(2,-1),c(3,4),c(5,1),c(10,-3)) > answer<- CreateMap(pathA,pathB,FALSE) Error in costfn(xy1, xy2, i, j, pi, pj, opposite) : DLL requires the use of native symbols Calls: CreateMap -> Cost -> costfn Execution halted * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 3 NOTEs