Last updated on 2024-12-26 01:49:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.08 | 22.28 | 24.36 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.46 | 20.41 | 21.87 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 44.69 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 43.67 | NOTE | |||
r-devel-windows-x86_64 | 0.1.0 | 3.00 | 49.00 | 52.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 2.22 | 25.13 | 27.35 | OK | |
r-release-linux-x86_64 | 0.1.0 | 1.98 | 24.55 | 26.53 | OK | |
r-release-macos-arm64 | 0.1.0 | 19.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 29.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 3.00 | 47.00 | 50.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 22.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 30.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 4.00 | 52.00 | 56.00 | OK |
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-clang
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