* using log directory 'd:/Rcompile/CRANpkg/local/4.0/trajectories.Rcheck' * using R version 4.0.5 (2021-03-31) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * checking for file 'trajectories/DESCRIPTION' ... OK * this is package 'trajectories' version '0.2-3' * checking package namespace information ... OK * checking package dependencies ... NOTE Package suggested but not available for checking: 'taxidata' * 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 'trajectories' can be installed ... OK * checking installed package size ... OK * checking package directory ... 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 R 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 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 ... [15s] 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * checking sizes of PDF files under 'inst/doc' ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [71s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [10s] OK Running 'tracks.R' [9s] Comparing 'tracks.Rout' to 'tracks.Rout.save' ...10,14c10 < Please note that rgdal will be retired by the end of 2023, < plan transition to sf/stars/terra functions using GDAL and PROJ < at your earliest convenience. < < rgdal: version: 1.5-31, (SVN revision 1171) --- > rgdal: version: 1.3-3, (SVN revision 759) 16,17c12,13 < Loaded GDAL runtime: GDAL 3.4.1, released 2021/12/27 < Path to GDAL shared files: D:/temp/RtmpAddYZp/RLIBS_8da07d353533/rgdal/gdal --- > Loaded GDAL runtime: GDAL 2.2.3, released 2017/11/20 > Path to GDAL shared files: /usr/share/gdal/2.2 19,24c15,17 < Loaded PROJ runtime: Rel. 7.2.1, January 1st, 2021, [PJ_VERSION: 721] < Path to PROJ shared files: D:/temp/RtmpAddYZp/RLIBS_8da07d353533/rgdal/proj < PROJ CDN enabled: FALSE < Linking to sp version:1.4-7 < To mute warnings of possible GDAL/OSR exportToProj4() degradation, < use options("rgdal_show_exportToProj4_warnings"="none") before loading sp or rgdal. --- > Loaded PROJ.4 runtime: Rel. 4.9.3, 15 August 2016, [PJ_VERSION: 493] > Path to PROJ.4 shared files: (autodetected) > Linking to sp version: 1.3-1 41c34 < > crs = CRS("+proj=longlat +datum=WGS84") --- > > crs = CRS("+proj=longlat +ellps=WGS84") 171c164 < > # stopifnot(all(sapply(all, function(x) proj4string(x) == "+proj=longlat +ellps=WGS84"))) --- > > stopifnot(all(sapply(all, function(x) proj4string(x) == "+proj=longlat +ellps=WGS84"))) 569,576c562,565 < 1: In .local(x, i, j = j, ..., value) : < replacing distance in connections slot < 2: In .local(x, i, j = j, ..., value) : < replacing distance in connections slot < 3: In .local(x, i, j = j, ..., value) : < replacing distance in connections slot < 4: In .local(x, i, j = j, ..., value) : < replacing distance in connections slot --- > 1: In .local(x, i, j, ..., value) : replacing distance in connections slot > 2: In .local(x, i, j, ..., value) : replacing distance in connections slot > 3: In .local(x, i, j, ..., value) : replacing distance in connections slot > 4: In .local(x, i, j, ..., value) : replacing distance in connections slot * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [22s] OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE