CRAN Package Check Results for Package smerc

Last updated on 2024-11-12 07:49:36 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.8.4 31.56 268.66 300.22 OK
r-devel-linux-x86_64-debian-gcc 1.8.4 23.27 154.31 177.58 ERROR
r-devel-linux-x86_64-fedora-clang 1.8.4 520.02 OK
r-devel-linux-x86_64-fedora-gcc 1.8.4 521.34 OK
r-devel-windows-x86_64 1.8.4 34.00 296.00 330.00 OK
r-patched-linux-x86_64 1.8.4 33.63 212.48 246.11 OK
r-release-linux-x86_64 1.8.4 32.48 212.68 245.16 OK
r-release-macos-arm64 1.8.4 153.00 OK
r-release-macos-x86_64 1.8.4 250.00 OK
r-release-windows-x86_64 1.8.4 34.00 270.00 304.00 OK
r-oldrel-macos-arm64 1.8.4 139.00 OK
r-oldrel-macos-x86_64 1.8.4 258.00 OK
r-oldrel-windows-x86_64 1.8.4 38.00 307.00 345.00 OK

Check Details

Version: 1.8.4
Check: examples
Result: ERROR Running examples in ‘smerc-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot.smerc_cluster > ### Title: Plot object of class 'smerc_cluster'. > ### Aliases: plot.smerc_cluster > > ### ** Examples > > data(nydf) > coords <- with(nydf, cbind(longitude, latitude)) > out <- scan.test( + coords = coords, cases = floor(nydf$cases), + pop = nydf$pop, nsim = 0, + longlat = TRUE, alpha = 1 + ) > # plot only 3 most likely clusters > plot(out, idx = 1:3) > ## plot output for new york state > # specify desired argument values > mapargs <- list( + database = "county", region = "new york", + xlim = range(out$coords[, 1]), + ylim = range(out$coords[, 2]) + ) > # needed for "county" database (unless you execute library(maps)) > data(countyMapEnv, package = "maps") Error in find.package(package, lib.loc, verbose = verbose) : there is no package called ‘maps’ Calls: data -> find.package Execution halted Flavor: r-devel-linux-x86_64-debian-gcc