Last updated on 2026-07-12 17:52:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.4 | 37.44 | 577.71 | 615.15 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.4 | 24.13 | 306.79 | 330.92 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.4 | 64.00 | 889.51 | 953.51 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.4 | 70.00 | 1072.83 | 1142.83 | OK | |
| r-devel-windows-x86_64 | 0.2.4 | 40.00 | 489.00 | 529.00 | OK | |
| r-patched-linux-x86_64 | 0.2.4 | 37.46 | 559.04 | 596.50 | OK | |
| r-release-linux-x86_64 | 0.2.4 | 35.90 | 563.05 | 598.95 | OK | |
| r-release-macos-arm64 | 0.2.4 | 8.00 | 118.00 | 126.00 | OK | |
| r-release-macos-x86_64 | 0.2.4 | 25.00 | 680.00 | 705.00 | OK | |
| r-release-windows-x86_64 | 0.2.4 | 37.00 | 491.00 | 528.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.4 | 8.00 | 136.00 | 144.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.4 | 25.00 | 546.00 | 571.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.4 | 54.00 | 692.00 | 746.00 | OK |
Version: 0.2.4
Check: examples
Result: ERROR
Running examples in ‘voluModel-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: pointCompMap
> ### Title: Comparative point mapping
> ### Aliases: pointCompMap
> ### Keywords: plotting
>
> ### ** Examples
>
> set.seed(5)
> occs <- data.frame(cbind(decimalLatitude = sample(seq(7,35), 24),
+ decimalLongitude = sample(seq(-97, -70), 24)))
>
> set.seed(0)
> occs1 <- occs[sample(1:nrow(occs),
+ size = 12, replace = FALSE),]
> set.seed(10)
> occs2 <- occs[sample(1:nrow(occs),
+ size = 12, replace = FALSE),]
>
> pointCompMap(occs1 = occs1, occs2 = occs2,
+ occs1Col = "red", occs2Col = "orange",
+ agreeCol = "purple",
+ occs1Name = "2D",
+ occs2Name = "3D",
+ waterCol = "steelblue",
+ spName = "Steindachneria argentea",
+ ptSize = 2,
+ verbose = FALSE)
Warning: Use of `occ_dat[[occ_datIndices$xIndex]]` is discouraged.
ℹ Use `.data[[occ_datIndices$xIndex]]` instead.
Warning: Use of `occ_dat[[occ_datIndices$yIndex]]` is discouraged.
ℹ Use `.data[[occ_datIndices$yIndex]]` instead.
Error: gridtext has encountered a tag that isn't supported yet: <pre>
Only a very limited number of tags are currently supported.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.4
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘a_Introduction.Rmd’ using rmarkdown
--- finished re-building ‘a_Introduction.Rmd’
--- re-building ‘b_RasterProcessing.Rmd’ using rmarkdown
--- finished re-building ‘b_RasterProcessing.Rmd’
--- re-building ‘c_DataSampling.Rmd’ using rmarkdown
Quitting from c_DataSampling.Rmd:123-130 [plot downsample]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! gridtext has encountered a tag that isn't supported yet: <pre>
Only a very limited number of tags are currently supported.
---
Backtrace:
▆
1. ├─base::withVisible(knit_print(x, ...))
2. ├─knitr::knit_print(x, ...)
3. └─knitr:::knit_print.default(x, ...)
4. └─knitr::normal_print(x)
5. ├─base::print(x)
6. └─ggplot2 (local) `print.ggplot2::ggplot`(x)
7. ├─ggplot2::ggplot_gtable(data)
8. └─ggplot2 (local) `ggplot_gtable.ggplot2::ggplot_built`(data)
9. └─ggplot2::element_render(...)
10. ├─ggplot2::element_grob(el, ...)
11. └─ggtext:::element_grob.element_markdown(el, ...)
12. └─gridtext::richtext_grob(...)
13. └─base::mapply(...)
14. └─gridtext (local) `<fn>`(...)
15. └─gridtext:::process_tags(xml2::as_list(doctree)$html$body, drawing_context)
16. └─gridtext:::dispatch_tag(node[[i]], tags[i], drawing_context)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'c_DataSampling.Rmd' failed with diagnostics:
gridtext has encountered a tag that isn't supported yet: <pre>
Only a very limited number of tags are currently supported.
--- failed re-building ‘c_DataSampling.Rmd’
--- re-building ‘d_Visualization.Rmd’ using rmarkdown
Quitting from d_Visualization.Rmd:133-138 [pointCompMap]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! gridtext has encountered a tag that isn't supported yet: <pre>
Only a very limited number of tags are currently supported.
---
Backtrace:
▆
1. ├─base::withVisible(knit_print(x, ...))
2. ├─knitr::knit_print(x, ...)
3. └─knitr:::knit_print.default(x, ...)
4. └─knitr::normal_print(x)
5. ├─base::print(x)
6. └─ggplot2 (local) `print.ggplot2::ggplot`(x)
7. ├─ggplot2::ggplot_gtable(data)
8. └─ggplot2 (local) `ggplot_gtable.ggplot2::ggplot_built`(data)
9. └─ggplot2::element_render(...)
10. ├─ggplot2::element_grob(el, ...)
11. └─ggtext:::element_grob.element_markdown(el, ...)
12. └─gridtext::richtext_grob(...)
13. └─base::mapply(...)
14. └─gridtext (local) `<fn>`(...)
15. └─gridtext:::process_tags(xml2::as_list(doctree)$html$body, drawing_context)
16. └─gridtext:::dispatch_tag(node[[i]], tags[i], drawing_context)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'd_Visualization.Rmd' failed with diagnostics:
gridtext has encountered a tag that isn't supported yet: <pre>
Only a very limited number of tags are currently supported.
--- failed re-building ‘d_Visualization.Rmd’
--- re-building ‘e_GLMWorkflow.Rmd’ using rmarkdown
Quitting from e_GLMWorkflow.Rmd:106-130 [downsample to voxel]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! gridtext has encountered a tag that isn't supported yet: <pre>
Only a very limited number of tags are currently supported.
---
Backtrace:
▆
1. ├─base::withVisible(knit_print(x, ...))
2. ├─knitr::knit_print(x, ...)
3. └─knitr:::knit_print.default(x, ...)
4. └─knitr::normal_print(x)
5. ├─base::print(x)
6. └─ggplot2 (local) `print.ggplot2::ggplot`(x)
7. ├─ggplot2::ggplot_gtable(data)
8. └─ggplot2 (local) `ggplot_gtable.ggplot2::ggplot_built`(data)
9. └─ggplot2::element_render(...)
10. ├─ggplot2::element_grob(el, ...)
11. └─ggtext:::element_grob.element_markdown(el, ...)
12. └─gridtext::richtext_grob(...)
13. └─base::mapply(...)
14. └─gridtext (local) `<fn>`(...)
15. └─gridtext:::process_tags(xml2::as_list(doctree)$html$body, drawing_context)
16. └─gridtext:::dispatch_tag(node[[i]], tags[i], drawing_context)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'e_GLMWorkflow.Rmd' failed with diagnostics:
gridtext has encountered a tag that isn't supported yet: <pre>
Only a very limited number of tags are currently supported.
--- failed re-building ‘e_GLMWorkflow.Rmd’
SUMMARY: processing the following files failed:
‘c_DataSampling.Rmd’ ‘d_Visualization.Rmd’ ‘e_GLMWorkflow.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc