Last updated on 2025-12-19 21:49:40 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 34.37 | 316.36 | 350.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 22.64 | 203.96 | 226.60 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 63.00 | 531.09 | 594.09 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 64.00 | 543.54 | 607.54 | OK | |
| r-devel-windows-x86_64 | 0.3.0 | 34.00 | 254.00 | 288.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 33.05 | 306.11 | 339.16 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 32.06 | 301.21 | 333.27 | OK | |
| r-release-macos-arm64 | 0.3.0 | OK | ||||
| r-release-macos-x86_64 | 0.3.0 | 21.00 | 192.00 | 213.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 33.00 | 247.00 | 280.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.0 | 21.00 | 205.00 | 226.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 74.00 | 352.00 | 426.00 | OK |
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘MazamaSpatialPlots-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: stateMap
> ### Title: State level thematic map
> ### Aliases: stateMap
>
> ### ** Examples
>
> library(MazamaSpatialPlots)
>
> stateMap(
+ data = example_US_stateObesity,
+ parameter = "obesityRate",
+ stateBorderColor = "white",
+ title = "2018 Obesity by State"
+ )
Error in `[.data.table`(d, , `:=`(bbox, do.call(get_bbox, as.list(.SD))), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> print.tmap -> step4_plot -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘MazamaSpatialPlots.Rmd’ using rmarkdown
Quitting from MazamaSpatialPlots.Rmd:121-137 [stateMap]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 4/4 in VECTOR_ELT
---
Backtrace:
▆
1. └─tools::buildVignettes(...)
2. ├─base::tryCatch(...)
3. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
6. └─engine$weave(file, quiet = quiet, encoding = enc)
7. └─knitr:::vweave_rmarkdown(...)
8. └─rmarkdown::render(...)
9. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
10. └─knitr:::process_file(text, output)
11. ├─xfun:::handle_error(...)
12. ├─base::withCallingHandlers(...)
13. └─knitr:::process_group(group)
14. └─knitr:::call_block(x)
15. └─knitr:::block_exec(params)
16. └─knitr:::eng_r(options)
17. ├─knitr:::in_input_dir(...)
18. │ └─knitr:::in_dir(input_dir(), expr)
19. └─knitr (local) evaluate(...)
20. └─evaluate::evaluate(...)
21. ├─base::withRestarts(...)
22. │ └─base (local) withRestartList(expr, restarts)
23. │ ├─base (local) withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
24. │ │ └─base (local) doWithOneRestart(return(expr), restart)
25. │ └─base (local) withRestartList(expr, restarts[-nr])
26. │ └─base (local) withOneRestart(expr, restarts[[1L]])
27. │ └─base (local) doWithOneRestart(return(expr), restart)
28. ├─evaluate:::with_handlers(...)
29. │ ├─base::eval(call)
30. │ │ └─base::eval(call)
31. │ └─base::withCallingHandlers(...)
32. └─watcher$print_value(ev$value, ev$visible, envir)
33. ├─base::withVisible(handle_value(handler, value, visible, envir))
34. └─evaluate:::handle_value(handler, value, visible, envir)
35. └─handler$value(value, visible)
36. └─knitr (local) fun(x, options = options)
37. ├─base::withVisible(knit_print(x, ...))
38. ├─knitr::knit_print(x, ...)
39. └─tmap:::knit_print.tmap(x, ...)
40. └─tmap:::print.tmap(x, knit = TRUE, options = options, ...)
41. └─tmap:::step4_plot(...)
42. ├─...[]
43. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'MazamaSpatialPlots.Rmd' failed with diagnostics:
attempt access index 4/4 in VECTOR_ELT
--- failed re-building ‘MazamaSpatialPlots.Rmd’
SUMMARY: processing the following file failed:
‘MazamaSpatialPlots.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc