- using R version 4.0.5 Patched (2021-03-31 r80146)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- checking for file ‘rgeos/DESCRIPTION’ ... OK
- this is package ‘rgeos’ version ‘0.5-5’
- 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 ‘rgeos’ can be installed ... OK
- checking package directory ... OK
- checking for future file timestamps ... 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 ... [13s/15s] 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 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 use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking examples ... [8s/9s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [4s/4s] OK
Running ‘leak_by_exception.R’ [1s/1s]
Comparing ‘leak_by_exception.Rout’ to ‘leak_by_exception.Rout.save’ ...11,14d10
< Input geom 0 is INVALID: Self-intersection at or near point 5 5 (5 5)
< <A>
< POLYGON ((0.0000000000000000 0.0000000000000000, 10.0000000000000000 0.0000000000000000, 0.0000000000000000 10.0000000000000000, 10.0000000000000000 10.0000000000000000, 0.0000000000000000 0.0000000000000000))
< </A>
16c12
< TopologyException: Input geom 0 is invalid: Self-intersection at 5 5
---
> TopologyException: Input geom 0 is invalid: Self-intersection at or near point 5 5 at 5 5
24,27d19
< Input geom 0 is INVALID: Self-intersection at or near point 5 5 (5 5)
< <A>
< POLYGON ((0.0000000000000000 0.0000000000000000, 10.0000000000000000 0.0000000000000000, 0.0000000000000000 10.0000000000000000, 10.0000000000000000 10.0000000000000000, 0.0000000000000000 0.0000000000000000))
< </A>
29c21
< TopologyException: Input geom 0 is invalid: Self-intersection at 5 5
---
> TopologyException: Input geom 0 is invalid: Self-intersection at or near point 5 5 at 5 5
37,40d28
< Input geom 0 is INVALID: Self-intersection at or near point 5 5 (5 5)
< <A>
< POLYGON ((0.0000000000000000 0.0000000000000000, 10.0000000000000000 0.0000000000000000, 0.0000000000000000 10.0000000000000000, 10.0000000000000000 10.0000000000000000, 0.0000000000000000 0.0000000000000000))
< </A>
42c30
< TopologyException: Input geom 0 is invalid: Self-intersection at 5 5
---
> TopologyException: Input geom 0 is invalid: Self-intersection at or near point 5 5 at 5 5
50,53d37
< Input geom 0 is INVALID: Self-intersection at or near point 5 5 (5 5)
< <A>
< POLYGON ((0.0000000000000000 0.0000000000000000, 10.0000000000000000 0.0000000000000000, 0.0000000000000000 10.0000000000000000, 10.0000000000000000 10.0000000000000000, 0.0000000000000000 0.0000000000000000))
< </A>
55c39
< TopologyException: Input geom 0 is invalid: Self-intersection at 5 5
---
> TopologyException: Input geom 0 is invalid: Self-intersection at or near point 5 5 at 5 5
Running ‘test-all.R’ [2s/3s]
- checking PDF version of manual ... OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: OK