CRAN Package Check Results for Package bullseye

Last updated on 2025-09-11 15:49:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 6.66 181.27 187.93 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 5.06 123.86 128.92 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 176.72 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 182.09 ERROR
r-devel-windows-x86_64 1.0.0 10.00 176.00 186.00 OK
r-patched-linux-x86_64 1.0.0 7.69 166.92 174.61 OK
r-release-linux-x86_64 1.0.0 6.39 167.73 174.12 OK
r-release-macos-arm64 1.0.0 85.00 OK
r-release-macos-x86_64 1.0.0 171.00 OK
r-release-windows-x86_64 1.0.0 11.00 172.00 183.00 OK
r-oldrel-macos-arm64 1.0.0 91.00 OK
r-oldrel-macos-x86_64 1.0.0 180.00 OK
r-oldrel-windows-x86_64 1.0.0 12.00 235.00 247.00 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘bullseye-Ex.R’ failed The error most likely occurred in: > ### Name: add_nobs_to_pairwise > ### Title: Adds number of observations column to pairwise tibble > ### Aliases: add_nobs_to_pairwise > > ### ** Examples > > irisc <- pairwise_scores(iris[40:150,], by= "Species") > irisc <- add_nobs_to_pairwise(irisc, iris[40:150,], by= "Species") > irisc # A tibble: 24 × 7 x y score group value pair_type n <chr> <chr> <chr> <fct> <dbl> <chr> <int> 1 Petal.Length Sepal.Length pearson setosa 0.584 nn 11 2 Petal.Width Sepal.Length pearson setosa 0.112 nn 11 3 Sepal.Length Sepal.Width pearson setosa 0.756 nn 11 4 Petal.Length Sepal.Width pearson setosa 0.650 nn 11 5 Petal.Width Sepal.Width pearson setosa 0.0694 nn 11 6 Petal.Length Petal.Width pearson setosa 0.421 nn 11 7 Petal.Length Sepal.Length pearson versicolor 0.754 nn 50 8 Petal.Width Sepal.Length pearson versicolor 0.546 nn 50 9 Sepal.Length Sepal.Width pearson versicolor 0.526 nn 50 10 Petal.Length Sepal.Width pearson versicolor 0.561 nn 50 # ℹ 14 more rows > plot_pairwise(irisc) # setosa gets a small slice in proportion to n Error: ! Problem while converting geom to grob. ℹ Error occurred in the 2nd layer. Caused by error in `draw_panel()`: ! unused arguments (lineend = "butt", linejoin = "mitre") Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─ggplot2 (local) `print.ggplot2::ggplot`(x) 3. │ ├─ggplot2::ggplot_gtable(data) 4. │ └─ggplot2 (local) `ggplot_gtable.ggplot2::ggplot_built`(data) 5. │ └─ggplot2:::by_layer(...) 6. │ ├─rlang::try_fetch(...) 7. │ │ ├─base::tryCatch(...) 8. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 11. │ │ └─base::withCallingHandlers(...) 12. │ └─ggplot2 (local) f(l = layers[[i]], d = data[[i]]) 13. │ └─l$draw_geom(d, layout) 14. │ └─ggplot2 (local) draw_geom(..., self = self) 15. │ └─self$geom$draw_layer(...) 16. │ └─ggplot2 (local) draw_layer(..., self = self) 17. │ └─base::lapply(...) 18. │ └─ggplot2 (local) FUN(X[[i]], ...) 19. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params)) 20. │ └─self$draw_panel(...) 21. └─base::.handleSimpleError(...) 22. └─rlang (local) h(simpleError(msg, call)) 23. └─handlers[[1L]](cnd) 24. └─cli::cli_abort(...) 25. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘calc_pairwise.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘calc_pairwise.Rmd’ --- re-building ‘integrating.Rmd’ using rmarkdown Quitting from integrating.Rmd:79-84 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NULL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'integrating.Rmd' failed with diagnostics: Problem while converting geom to grob. ℹ Error occurred in the 3rd layer. Caused by error in `draw_panel()`: ! unused arguments (lineend = "butt", linejoin = "mitre") --- failed re-building ‘integrating.Rmd’ --- re-building ‘vis_pairwise.Rmd’ using rmarkdown Quitting from vis_pairwise.Rmd:51-53 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NULL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'vis_pairwise.Rmd' failed with diagnostics: Problem while converting geom to grob. ℹ Error occurred in the 3rd layer. Caused by error in `draw_panel()`: ! unused arguments (lineend = "butt", linejoin = "mitre") --- failed re-building ‘vis_pairwise.Rmd’ SUMMARY: processing the following files failed: ‘integrating.Rmd’ ‘vis_pairwise.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc