CRAN Package Check Results for Package Guerry

Last updated on 2021-09-23 10:53:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.1 2.04 73.77 75.81 OK
r-devel-linux-x86_64-debian-gcc 1.7.1 1.60 54.30 55.90 OK
r-devel-linux-x86_64-fedora-clang 1.7.1 93.80 OK
r-devel-linux-x86_64-fedora-gcc 1.7.1 85.69 OK
r-devel-windows-x86_64 1.7.1 3.00 74.00 77.00 OK
r-devel-windows-x86_64-gcc10-UCRT 1.7.1 ERROR
r-patched-linux-x86_64 1.7.1 2.23 49.55 51.78 ERROR
r-patched-solaris-x86 1.7.1 57.40 ERROR
r-release-linux-x86_64 1.7.1 2.02 47.56 49.58 ERROR
r-release-macos-arm64 1.7.1 OK
r-release-macos-x86_64 1.7.1 OK
r-release-windows-ix86+x86_64 1.7.1 5.00 69.00 74.00 ERROR
r-oldrel-macos-x86_64 1.7.1 OK
r-oldrel-windows-ix86+x86_64 1.7.1 5.00 51.00 56.00 ERROR

Check Details

Version: 1.7.1
Check: package dependencies
Result: NOTE
    Packages suggested but not available for checking:
     'spdep', 'adegraphics', 'adespatial'
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 1.7.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building 'MultiSpat.Rmd' using rmarkdown
    Quitting from lines 33-39 (MultiSpat.Rmd)
    Error: processing vignette 'MultiSpat.Rmd' failed with diagnostics:
    there is no package called 'adegraphics'
    --- failed re-building 'MultiSpat.Rmd'
    
    --- re-building 'guerry-multivariate.Rmd' using rmarkdown
    --- finished re-building 'guerry-multivariate.Rmd'
    
    SUMMARY: processing the following file failed:
     'MultiSpat.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 1.7.1
Check: PDF version of manual
Result: WARN
    LaTeX errors when creating PDF version.
    This typically indicates Rd problems.
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 1.7.1
Check: PDF version of manual without hyperrefs or index
Result: ERROR
    Re-running with no redirection of stdout/stderr.
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 1.7.1
Check: examples
Result: ERROR
    Running examples in ‘Guerry-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: gfrance85
    > ### Title: Map of France in 1830 with the Guerry data, excluding Corsica
    > ### Aliases: gfrance85
    > ### Keywords: datasets spatial
    >
    > ### ** Examples
    >
    > data(gfrance85)
    > require(sp)
    Loading required package: sp
    > plot(gfrance85) # plot the empty outline map
    >
    > # extract some useful components
    > df <- data.frame(gfrance85)[,7:12] # main moral variables
    > xy <- coordinates(gfrance85) # department centroids
    > dep.names <- data.frame(gfrance85)[,6]
    > region.names <- data.frame(gfrance85)[,5]
    > col.region <- colors()[c(149,254,468,552,26)]
    >
    > if (require(spdep)) {
    + lw <- nb2listw(poly2nb(gfrance85)) # neighbors list
    + }
    Loading required package: spdep
    Loading required package: spData
    To access larger datasets in this package, install the spDataLarge
    package with: `install.packages('spDataLarge',
    repos='https://nowosad.github.io/drat/', type='source')`
    Loading required package: sf
    Linking to GEOS 3.9.1, GDAL 3.3.2, PROJ 7.2.1
    Error in st_as_sfc.SpatialPolygons(pl) :
     package rgeos required for finding out which hole belongs to which exterior ring
    Calls: nb2listw -> poly2nb -> st_as_sfc -> st_as_sfc.SpatialPolygons
    Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.7.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘MultiSpat.Rmd’ using rmarkdown
    Quitting from lines 114-116 (MultiSpat.Rmd)
    Error: processing vignette 'MultiSpat.Rmd' failed with diagnostics:
    package rgeos required for finding out which hole belongs to which exterior ring
    --- failed re-building ‘MultiSpat.Rmd’
    
    --- re-building ‘guerry-multivariate.Rmd’ using rmarkdown
    --- finished re-building ‘guerry-multivariate.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘MultiSpat.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.7.1
Check: examples
Result: ERROR
    Running examples in ‘Guerry-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: gfrance85
    > ### Title: Map of France in 1830 with the Guerry data, excluding Corsica
    > ### Aliases: gfrance85
    > ### Keywords: datasets spatial
    >
    > ### ** Examples
    >
    > data(gfrance85)
    > require(sp)
    Loading required package: sp
    > plot(gfrance85) # plot the empty outline map
    >
    > # extract some useful components
    > df <- data.frame(gfrance85)[,7:12] # main moral variables
    > xy <- coordinates(gfrance85) # department centroids
    > dep.names <- data.frame(gfrance85)[,6]
    > region.names <- data.frame(gfrance85)[,5]
    > col.region <- colors()[c(149,254,468,552,26)]
    >
    > if (require(spdep)) {
    + lw <- nb2listw(poly2nb(gfrance85)) # neighbors list
    + }
    Loading required package: spdep
    Loading required package: spData
    To access larger datasets in this package, install the spDataLarge
    package with: `install.packages('spDataLarge',
    repos='https://nowosad.github.io/drat/', type='source')`
    Loading required package: sf
    Linking to GEOS 3.9.1, GDAL 2.4.4, PROJ 5.2.0
    Error in st_as_sfc.SpatialPolygons(pl) :
     package rgeos required for finding out which hole belongs to which exterior ring
    Calls: nb2listw -> poly2nb -> st_as_sfc -> st_as_sfc.SpatialPolygons
    Execution halted
Flavor: r-patched-solaris-x86

Version: 1.7.1
Check: examples
Result: ERROR
    Running examples in 'Guerry-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: gfrance85
    > ### Title: Map of France in 1830 with the Guerry data, excluding Corsica
    > ### Aliases: gfrance85
    > ### Keywords: datasets spatial
    >
    > ### ** Examples
    >
    > data(gfrance85)
    > require(sp)
    Loading required package: sp
    > plot(gfrance85) # plot the empty outline map
    >
    > # extract some useful components
    > df <- data.frame(gfrance85)[,7:12] # main moral variables
    > xy <- coordinates(gfrance85) # department centroids
    > dep.names <- data.frame(gfrance85)[,6]
    > region.names <- data.frame(gfrance85)[,5]
    > col.region <- colors()[c(149,254,468,552,26)]
    >
    > if (require(spdep)) {
    + lw <- nb2listw(poly2nb(gfrance85)) # neighbors list
    + }
    Loading required package: spdep
    Loading required package: spData
    To access larger datasets in this package, install the spDataLarge
    package with: `install.packages('spDataLarge',
    repos='https://nowosad.github.io/drat/', type='source')`
    Loading required package: sf
    Linking to GEOS 3.9.1, GDAL 3.2.1, PROJ 7.2.1
    Error in st_as_sfc.SpatialPolygons(pl) :
     package rgeos required for finding out which hole belongs to which exterior ring
    Calls: nb2listw -> poly2nb -> st_as_sfc -> st_as_sfc.SpatialPolygons
    Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.7.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building 'MultiSpat.Rmd' using rmarkdown
    Quitting from lines 114-116 (MultiSpat.Rmd)
    Error: processing vignette 'MultiSpat.Rmd' failed with diagnostics:
    package rgeos required for finding out which hole belongs to which exterior ring
    --- failed re-building 'MultiSpat.Rmd'
    
    --- re-building 'guerry-multivariate.Rmd' using rmarkdown
    --- finished re-building 'guerry-multivariate.Rmd'
    
    SUMMARY: processing the following file failed:
     'MultiSpat.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64