- using R version 3.6.3 (2020-02-29)
- 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-2'
- 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 ... [10s] 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 ... [64s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [8s] OK
Running 'tracks.R' [8s]
Comparing 'tracks.Rout' to 'tracks.Rout.save' ...10c10
< rgdal: version: 1.5-19, (SVN revision 1092)
---
> rgdal: version: 1.3-3, (SVN revision 759)
12,13c12,13
< Loaded GDAL runtime: GDAL 3.0.4, released 2020/01/28
< Path to GDAL shared files: D:/temp/Rtmp4c0rdJ/RLIBS_17d4c5f896215/rgdal/gdal
---
> Loaded GDAL runtime: GDAL 2.2.3, released 2017/11/20
> Path to GDAL shared files: /usr/share/gdal/2.2
15,19c15,17
< Loaded PROJ runtime: Rel. 6.3.1, February 10th, 2020, [PJ_VERSION: 631]
< Path to PROJ shared files: D:/temp/Rtmp4c0rdJ/RLIBS_17d4c5f896215/rgdal/proj
< Linking to sp version:1.4-5
< To mute warnings of possible GDAL/OSR exportToProj4() degradation,
< use options("rgdal_show_exportToProj4_warnings"="none") before loading 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
36c34
< > crs = CRS("+proj=longlat +datum=WGS84")
---
> > crs = CRS("+proj=longlat +ellps=WGS84")
134,148d131
< Warning messages:
< 1: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
< 2: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
< 3: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
< 4: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
< 5: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
< 6: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
< 7: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
154,160d136
< Warning messages:
< 1: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
< 2: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
< 3: In proj4string(obj@sp) :
< CRS object has comment, which is lost in output
188c164
< > # stopifnot(all(sapply(all, function(x) proj4string(x) == "+proj=longlat +ellps=WGS84")))
---
> > stopifnot(all(sapply(all, function(x) proj4string(x) == "+proj=longlat +ellps=WGS84")))
273d248
< There were 21 warnings (use warnings() to see them)
312d286
< There were 50 or more warnings (use warnings() to see the first 50)
351d324
< There were 50 or more warnings (use warnings() to see the first 50)
390d362
< There were 15 warnings (use warnings() to see them)
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in 'inst/doc' ... OK
- checking re-building of vignette outputs ... [21s] OK
- checking PDF version of manual ... OK
- DONE
Status: 1 NOTE