CRAN Package Check Results for Package rbiom

Last updated on 2025-09-08 01:49:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.1 23.44 189.63 213.07 ERROR
r-devel-linux-x86_64-debian-gcc 2.2.1 15.02 161.13 176.15 OK
r-devel-linux-x86_64-fedora-clang 2.2.1 391.48 OK
r-devel-linux-x86_64-fedora-gcc 2.2.1 382.32 OK
r-devel-windows-x86_64 2.2.1 34.00 188.00 222.00 ERROR
r-patched-linux-x86_64 2.2.1 23.27 228.18 251.45 OK
r-release-linux-x86_64 2.2.1 19.62 228.62 248.24 OK
r-release-macos-arm64 2.2.1 105.00 OK
r-release-macos-x86_64 2.2.1 176.00 OK
r-release-windows-x86_64 2.2.1 34.00 250.00 284.00 OK
r-oldrel-macos-arm64 2.2.1 106.00 OK
r-oldrel-macos-x86_64 2.2.1 181.00 OK
r-oldrel-windows-x86_64 2.2.1 40.00 308.00 348.00 OK

Check Details

Version: 2.2.1
Check: examples
Result: ERROR Running examples in ‘rbiom-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: adiv_corrplot > ### Title: Visualize alpha diversity with scatterplots and trendlines. > ### Aliases: adiv_corrplot > > ### ** Examples > > library(rbiom) > > p <- adiv_corrplot(babies, "age", stat.by = "deliv", fit = "gam") > > p Error in `fun()`: ! Problem while computing aesthetics. ℹ Error occurred in the 3rd layer. Caused by error: ! object 'Age (days)' not found Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─ggplot2:::print.ggplot(x) 3. │ ├─ggplot2::ggplot_build(x) 4. │ └─ggplot2:::ggplot_build.ggplot(x) 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$compute_aesthetics(d, plot) 14. │ └─ggplot2 (local) compute_aesthetics(..., self = self) 15. │ └─base::lapply(aesthetics, eval_tidy, data = data, env = env) 16. │ └─rlang (local) FUN(X[[i]], ...) 17. └─base::.handleSimpleError(...) 18. └─rlang (local) h(simpleError(msg, call)) 19. └─handlers[[1L]](cnd) 20. └─cli::cli_abort(...) 21. └─rlang::abort(...) Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed adiv_boxplot 5.453 0.119 6.753 Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.2.1
Check: examples
Result: ERROR Running examples in 'rbiom-Ex.R' failed The error most likely occurred in: > ### Name: adiv_corrplot > ### Title: Visualize alpha diversity with scatterplots and trendlines. > ### Aliases: adiv_corrplot > > ### ** Examples > > library(rbiom) > > p <- adiv_corrplot(babies, "age", stat.by = "deliv", fit = "gam") > > p Error in `fun()`: ! Problem while computing aesthetics. ℹ Error occurred in the 3rd layer. Caused by error: ! object 'Age (days)' not found Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─ggplot2:::print.ggplot(x) 3. │ ├─ggplot2::ggplot_build(x) 4. │ └─ggplot2:::ggplot_build.ggplot(x) 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$compute_aesthetics(d, plot) 14. │ └─ggplot2 (local) compute_aesthetics(..., self = self) 15. │ └─base::lapply(aesthetics, eval_tidy, data = data, env = env) 16. │ └─rlang (local) FUN(X[[i]], ...) 17. └─base::.handleSimpleError(...) 18. └─rlang (local) h(simpleError(msg, call)) 19. └─handlers[[1L]](cnd) 20. └─cli::cli_abort(...) 21. └─rlang::abort(...) Execution halted Flavor: r-devel-windows-x86_64