* using log directory ‘/Users/ripley/R/packages/tests-devel/gdalBindings.Rcheck’ * using R Under development (unstable) (2024-04-09 r86373) * using platform: aarch64-apple-darwin23.4.0 * R was compiled by Apple clang version 15.0.0 (clang-1500.3.9.4) GNU Fortran (GCC) 12.2.0 * running under: macOS Sonoma 14.4.1 * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘gdalBindings/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘gdalBindings’ version ‘0.1.17’ * 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 ‘gdalBindings’ can be installed ... [10s/12s] OK * used C compiler: ‘Apple clang version 15.0.0 (clang-1500.3.9.4)’ * used C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.3.9.4)’ * used SDK: ‘MacOSX14.4.sdk’ * checking installed package size ... NOTE installed size is 56.0Mb sub-directories of 1Mb or more: extdata 9.0Mb libs 38.6Mb proj 8.2Mb * 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... 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 ... OK * checking Rd files ... 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 line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... ERROR Running examples in ‘gdalBindings-Ex.R’ failed The error most likely occurred in: > ### Name: createDataset > ### Title: Creates a new GDALDataset > ### Aliases: createDataset > > ### ** Examples > > # Parameters > raster_path <- file.path(tempdir(), "output.tif") > ul_lat <- -15 > ul_lon <- -45 > lr_lat <- -25 > lr_lon <- -35 > res <- c(0.01, -0.01) > datatype <- GDALDataType$GDT_Int32 > nbands <- 1 > projstring <- "EPSG:4326" > nodata <- -1 > co <- c("TILED=YES", "BLOCKXSIZE=512", "BLOCKYSIZE=512", "COMPRESSION=LZW") > > # Create a new raster dataset > ds <- createDataset( + raster_path = raster_path, + nbands = nbands, + datatype = datatype, + projstring = projstring, + lr_lat = lr_lat, + ul_lat = ul_lat, + ul_lon = ul_lon, + lr_lon = lr_lon, + res = res, + nodata = nodata, + co = co + ) Error: PROJ: proj_create_from_database: /Users/ripley/R/packages/tests-devel/gdalBindings.Rcheck/gdalBindings/proj/proj.db contains DATABASE.LAYOUT.VERSION.MINOR = 2 whereas a number >= 3 is expected. It comes from another PROJ installation. Execution halted * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE See ‘/Users/ripley/R/packages/tests-devel/gdalBindings.Rcheck/00check.log’ for details. 28.32 real 19.99 user 5.23 sys