Last updated on 2025-12-06 00:48:42 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.3 | 6.94 | 75.16 | 82.10 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.3 | 4.67 | 33.38 | 38.05 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.3 | 13.00 | 108.39 | 121.39 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 13.00 | 116.53 | 129.53 | OK | |
| r-devel-windows-x86_64 | 0.2.3 | 9.00 | 80.00 | 89.00 | OK | |
| r-patched-linux-x86_64 | 0.2.3 | 5.84 | 70.08 | 75.92 | OK | |
| r-release-linux-x86_64 | 0.2.3 | 6.28 | 70.68 | 76.96 | OK | |
| r-release-macos-arm64 | 0.2.3 | OK | ||||
| r-release-macos-x86_64 | 0.2.3 | 5.00 | 75.00 | 80.00 | OK | |
| r-release-windows-x86_64 | 0.2.3 | 8.00 | 78.00 | 86.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.3 | 4.00 | 73.00 | 77.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.3 | 11.00 | 96.00 | 107.00 | OK |
Version: 0.2.3
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'rnaturalearth', 'pkgdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.3
Check: examples
Result: ERROR
Running examples in ‘fishualize-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fish
> ### Title: fish Colour Map.
> ### Aliases: fish fish_pal
>
> ### ** Examples
>
> library(ggplot2)
> library(fishualize)
>
> dat <- data.frame(x = rnorm(1e4), y = rnorm(1e4))
> ggplot(dat, aes(x = x, y = y)) +
+ stat_density_2d(geom = "raster",
+ aes(fill = after_stat(density)), contour = FALSE) +
+ scale_fill_gradientn(colors = fish(128, option = 'Ostracion_cubicus'))
Error in `stat_density_2d()`:
! Problem while computing stat.
ℹ Error occurred in the 1st layer.
Caused by error in `compute_layer()`:
! The package "MASS" is required for calculating 2D density.
Backtrace:
▆
1. ├─base (local) `<fn>`(x)
2. ├─ggplot2 (local) `print.ggplot2::ggplot`(x)
3. │ ├─ggplot2::ggplot_build(x)
4. │ └─ggplot2 (local) `ggplot_build.ggplot2::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_statistic(d, layout)
14. │ └─ggplot2 (local) compute_statistic(..., self = self)
15. │ └─self$stat$compute_layer(data, self$computed_stat_params, layout)
16. │ └─ggplot2 (local) compute_layer(..., self = self)
17. │ └─rlang::check_installed("MASS", reason = "for calculating 2D density.")
18. │ └─base::stop(cnd)
19. └─rlang (local) `<fn>`(`<rlb_r___>`)
20. └─handlers[[1L]](cnd)
21. └─cli::cli_abort(...)
22. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.3
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.3
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc