CRAN Package Check Results for Package ggFishPlots

Last updated on 2025-09-04 20:48:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 14.88 109.67 124.55 NOTE
r-devel-linux-x86_64-debian-gcc 0.3.0 8.46 74.10 82.56 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.0 188.81 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 162.00 OK
r-devel-windows-x86_64 0.3.0 14.00 105.00 119.00 OK
r-patched-linux-x86_64 0.3.0 12.80 103.93 116.73 OK
r-release-linux-x86_64 0.3.0 12.52 104.03 116.55 OK
r-release-macos-arm64 0.3.0 53.00 OK
r-release-macos-x86_64 0.3.0 113.00 OK
r-release-windows-x86_64 0.3.0 14.00 109.00 123.00 OK
r-oldrel-macos-arm64 0.3.0 53.00 OK
r-oldrel-macos-x86_64 0.3.0 123.00 OK
r-oldrel-windows-x86_64 0.3.0 21.00 138.00 159.00 OK

Check Details

Version: 0.3.0
Check: DESCRIPTION meta-information
Result: NOTE Author field differs from that derived from Authors@R Author: ‘Mikko Vihtakari [aut, cre] (Institute of Marine Research, <https://orcid.org/0000-0003-0371-4319>)’ Authors@R: ‘Mikko Vihtakari [aut, cre] (affiliation: Institute of Marine Research, ORCID: <https://orcid.org/0000-0003-0371-4319>)’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.3.0
Check: examples
Result: ERROR Running examples in ‘ggFishPlots-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot_lw > ### Title: Plot length-weight relationships > ### Aliases: plot_lw > > ### ** Examples > > data(survey_ghl) > > # Simple plot > plot_lw(survey_ghl, length = "length", weight = "weight") Error in `dplyr::mutate()`: ℹ In argument: `fit = purrr::map(mod, broom::glance)`. Caused by error in `purrr::map()`: ℹ In index: 1. Caused by error in `ll()`: ! could not find function "ll" Backtrace: ▆ 1. ├─ggFishPlots::plot_lw(survey_ghl, length = "length", weight = "weight") 2. │ └─... %>% ... 3. ├─dplyr::mutate(...) 4. ├─tidyr::unnest(., .data$coeff) 5. ├─dplyr::select(., -.data$data, -.data$mod) 6. ├─dplyr::mutate(...) 7. ├─dplyr:::mutate.data.frame(...) 8. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 9. │ ├─base::withCallingHandlers(...) 10. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 11. │ └─mask$eval_all_mutate(quo) 12. │ └─dplyr (local) eval() 13. ├─purrr::map(mod, broom::glance) 14. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 15. │ ├─purrr:::with_indexed_errors(...) 16. │ │ └─base::withCallingHandlers(...) 17. │ ├─purrr:::call_with_cleanup(...) 18. │ ├─generics (local) .f(.x[[i]], ...) 19. │ └─broom:::glance.lm(.x[[i]], ...) 20. │ ├─base::with(...) 21. │ └─base::with.default(...) 22. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 23. │ └─base::eval(substitute(expr), data, enclos = parent.frame()) 24. │ └─tibble::tibble(...) 25. │ └─tibble:::tibble_quos(xs, .rows, .name_repair) 26. │ └─rlang::eval_tidy(xs[[j]], mask) 27. ├─stats::AIC(x) 28. ├─stats:::AIC.default(x) 29. └─base::.handleSimpleError(...) 30. └─purrr (local) h(simpleError(msg, call)) 31. └─cli::cli_abort(...) 32. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc