- using R version 4.3.3 (2024-02-29)
- using platform: aarch64-apple-darwin20 (64-bit)
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 12.2.0
- running under: macOS Ventura 13.4
- using session charset: UTF-8
- checking for file ‘sp/DESCRIPTION’ ... OK
- this is package ‘sp’ version ‘2.2-0’
- 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 ‘sp’ can be installed ... [7s/8s] OK
See the install log for details.
- used C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
- used SDK: ‘MacOSX11.3.sdk’
- checking installed package size ... NOTE
installed size is 9.2Mb
sub-directories of 1Mb or more:
doc 7.6Mb
- 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 ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking startup messages can be suppressed ... [0s/0s] 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 ... [7s/8s] OK
- checking Rd files ... [1s/1s] 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 ... [0s/0s] OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking compiled code ... OK
- checking sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [5s/5s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [5s/6s] OK
Running ‘agg.R’ [0s/0s]
Comparing ‘agg.Rout’ to ‘agg.Rout.save’ ... OK
Running ‘base.R’ [0s/0s]
Comparing ‘base.Rout’ to ‘base.Rout.save’ ... OK
Running ‘fail1.R’ [1s/1s]
Comparing ‘fail1.Rout’ to ‘fail1.Rout.save’ ... OK
Running ‘grid.R’ [0s/0s]
Comparing ‘grid.Rout’ to ‘grid.Rout.save’ ... OK
Running ‘over2.R’ [0s/0s]
Comparing ‘over2.Rout’ to ‘over2.Rout.save’ ... OK
Running ‘pass1.R’ [1s/1s]
Comparing ‘pass1.Rout’ to ‘pass1.Rout.save’ ... OK
Running ‘point.in.polygon.R’ [0s/0s]
Comparing ‘point.in.polygon.Rout’ to ‘point.in.polygon.Rout.save’ ... OK
Running ‘sel.R’ [0s/0s]
Comparing ‘sel.Rout’ to ‘sel.Rout.save’ ... OK
Running ‘sp1.R’ [0s/0s]
Comparing ‘sp1.Rout’ to ‘sp1.Rout.save’ ... OK
Running ‘spDists.R’ [1s/1s]
Comparing ‘spDists.Rout’ to ‘spDists.Rout.save’ ... OK
Running ‘spplot.R’ [0s/0s]
Comparing ‘spplot.Rout’ to ‘spplot.Rout.save’ ... OK
Running ‘zerodist.R’ [0s/0s]
Comparing ‘zerodist.Rout’ to ‘zerodist.Rout.save’ ... OK
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in ‘inst/doc’ ... OK
- checking re-building of vignette outputs ... [29s/31s] ERROR
Error(s) in re-building vignettes:
--- re-building ‘CRS_warnings.Rmd’ using rmarkdown
--- finished re-building ‘CRS_warnings.Rmd’
--- re-building ‘retiring_rgdal_geos_1.Rmd’ using rmarkdown
--- finished re-building ‘retiring_rgdal_geos_1.Rmd’
--- re-building ‘sp_gallery.Rmd’ using rmarkdown
Quitting from sp_gallery.Rmd:428-431 [unnamed-chunk-29]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'systemfonts'
---
Backtrace:
▆
1. ├─mapview::mapview(meuse, zcol = c("zinc", "lead"), legend = TRUE)
2. │ ├─mapview (local) standardGeneric("mapview")
3. │ │ └─base::eval(mc, env)
4. │ │ └─base::eval(mc, env)
5. │ └─mapview::mapview(...)
6. │ ├─mapview::mapView(...)
7. │ └─mapview::mapView(...)
8. │ └─mapview (local) .local(x, ...)
9. │ ├─mapview::mapView(...)
10. │ └─mapview::mapView(...)
11. │ └─mapview (local) .local(x, ...)
12. │ ├─mapview::mapView(...)
13. │ └─mapview::mapView(...)
14. │ └─mapview (local) .local(x, ...)
15. │ ├─base::Reduce(...)
16. │ └─base::lapply(...)
17. │ └─mapview (local) FUN(X[[i]], ...)
18. │ ├─mapview::mapView(...)
19. │ └─mapview::mapView(...)
20. │ └─mapview (local) .local(x, ...)
21. │ └─mapview:::leaflet_sf(...)
22. └─base::loadNamespace(x)
23. ├─base::namespaceImport(...)
24. └─base::loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
25. ├─base::namespaceImportFrom(...)
26. │ └─base::asNamespace(ns)
27. └─base::loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
28. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
29. └─base (local) withOneRestart(expr, restarts[[1L]])
30. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'sp_gallery.Rmd' failed with diagnostics:
there is no package called 'systemfonts'
--- failed re-building ‘sp_gallery.Rmd’
--- re-building ‘csdacm.Rnw’ using Sweave
--- finished re-building ‘csdacm.Rnw’
--- re-building ‘intro_sp.Rnw’ using Sweave
--- finished re-building ‘intro_sp.Rnw’
SUMMARY: processing the following file failed:
‘sp_gallery.Rmd’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [6s/6s] OK
- DONE
Status: 1 ERROR, 1 NOTE
- using check arguments '--no-clean-on-error '