Last updated on 2025-12-06 00:48:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.98 | 31.05 | 33.03 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.66 | 19.51 | 21.17 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 48.51 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 46.38 | NOTE | |||
| r-devel-windows-x86_64 | 0.1.0 | 4.00 | 48.00 | 52.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 1.92 | 28.22 | 30.14 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 1.91 | 28.67 | 30.58 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 29.00 | 31.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 4.00 | 49.00 | 53.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 27.00 | 29.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 4.00 | 58.00 | 62.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-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