CRAN Package Check Results for Maintainer ‘Neal Marquez <nmarquez at uw.edu>’

Last updated on 2024-12-23 12:49:50 CET.

Package ERROR NOTE OK
ar.matrix 1 2 10

Package ar.matrix

Current CRAN status: ERROR: 1, NOTE: 2, OK: 10

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘ar.matrix-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Q.iid > ### Title: Precision matrix for a IID process > ### Aliases: Q.iid r.iid > > ### ** Examples > > require("leaflet") Loading required package: leaflet Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘leaflet’ > require("sp") Loading required package: sp > > # simulate iid data and attach to spatial polygons data frame > US.df@data$data <- c(r.iid(1, M=nrow(US.graph), sigma=1)) > > # color palette of data > pal <- colorNumeric(palette="YlGnBu", domain=US.df@data$data) Error in colorNumeric(palette = "YlGnBu", domain = US.df@data$data) : could not find function "colorNumeric" Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘sp’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc