CRAN Package Check Results for Maintainer ‘Roger Bivand <Roger.Bivand at nhh.no>’

Last updated on 2025-06-04 15:50:06 CEST.

Package ERROR NOTE OK
classInt 1 12
spatialreg 1 12
spdep 3 10
spgwr 13
splancs 13

Package classInt

Current CRAN status: ERROR: 1, OK: 12

Version: 0.4-11
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘headtailsR.Rmd’ using rmarkdown Error: processing vignette 'headtailsR.Rmd' failed with diagnostics: there is no package called ‘sass’ --- failed re-building ‘headtailsR.Rmd’ SUMMARY: processing the following file failed: ‘headtailsR.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-macos-x86_64

Package spatialreg

Current CRAN status: ERROR: 1, OK: 12

Version: 1.3-6
Check: examples
Result: ERROR Running examples in ‘spatialreg-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: set.mcOption > ### Title: Options for parallel support > ### Aliases: set.ClusterOption get.ClusterOption set.mcOption > ### get.coresOption set.coresOption get.mcOption > ### Keywords: spatial > > ### ** Examples > > ls(envir=spatialreg:::.spatialregOptions) [1] "cluster" "cores" "mc" "rlecuyerSeed" "verbose" [6] "zeroPolicy" > library(parallel) > nc <- max(2L, detectCores(logical=FALSE), na.rm = TRUE)-1L > nc [1] 63 > # set nc to 1L here > if (nc > 1L) nc <- 1L > #nc <- ifelse(nc > 2L, 2L, nc) > coresOpt <- get.coresOption() > coresOpt NULL > if (!is.na(nc)) { + invisible(set.coresOption(nc)) + print(exists("mom_calc")) + if(.Platform$OS.type == "windows") { + # forking not permitted on Windows - start cluster + # removed for Github actions 210502 + ## Not run: + ##D print(get.mcOption()) + ##D cl <- makeCluster(get.coresOption()) + ##D print(clusterEvalQ(cl, exists("mom_calc"))) + ##D set.ClusterOption(cl) + ##D clusterEvalQ(get.ClusterOption(), library(spatialreg)) + ##D print(clusterEvalQ(cl, exists("mom_calc"))) + ##D clusterEvalQ(get.ClusterOption(), detach(package:spatialreg)) + ##D set.ClusterOption(NULL) + ##D print(clusterEvalQ(cl, exists("mom_calc"))) + ##D stopCluster(cl) + ## End(Not run) + } else { + mcOpt <- get.mcOption() + print(mcOpt) + print(mclapply(1:get.coresOption(), function(i) exists("mom_calc"), + mc.cores=get.coresOption())) + invisible(set.mcOption(FALSE)) + cl <- makeCluster(nc) + print(clusterEvalQ(cl, exists("mom_calc"))) + set.ClusterOption(cl) + clusterEvalQ(get.ClusterOption(), library(spatialreg)) + print(clusterEvalQ(cl, exists("mom_calc"))) + clusterEvalQ(get.ClusterOption(), detach(package:spatialreg)) + set.ClusterOption(NULL) + print(clusterEvalQ(cl, exists("mom_calc"))) + stopCluster(cl) + invisible(set.mcOption(mcOpt)) + } + invisible(set.coresOption(coresOpt)) + } [1] TRUE [1] TRUE [[1]] [1] TRUE Error in serverSocket(port = port) : creation of server socket failed: port 11749 cannot be opened Calls: makeCluster -> makePSOCKcluster -> serverSocket Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed ML_models 4.179 0.014 7.441 Flavor: r-devel-linux-x86_64-debian-gcc

Package spdep

Current CRAN status: NOTE: 3, OK: 10

Version: 1.3-11
Check: installed package size
Result: NOTE installed size is 9.7Mb sub-directories of 1Mb or more: doc 6.0Mb etc 2.0Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package spgwr

Current CRAN status: OK: 13

Package splancs

Current CRAN status: OK: 13

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.