Last updated on 2025-09-11 15:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.8 | 12.07 | 185.09 | 197.16 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.8 | 8.33 | 127.35 | 135.68 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.8 | 321.18 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.8 | 333.89 | OK | |||
r-devel-windows-x86_64 | 1.3.8 | 14.00 | 165.00 | 179.00 | OK | |
r-patched-linux-x86_64 | 1.3.8 | 13.31 | 175.40 | 188.71 | OK | |
r-release-linux-x86_64 | 1.3.8 | 11.64 | 174.17 | 185.81 | OK | |
r-release-macos-arm64 | 1.3.8 | 78.00 | OK | |||
r-release-macos-x86_64 | 1.3.8 | 158.00 | OK | |||
r-release-windows-x86_64 | 1.3.8 | 15.00 | 167.00 | 182.00 | OK | |
r-oldrel-macos-arm64 | 1.3.8 | 98.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.8 | 118.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.8 | 20.00 | 222.00 | 242.00 | OK |
Version: 1.3.8
Check: examples
Result: ERROR
Running examples in ‘WVPlots-Ex.R’ failed
The error most likely occurred in:
> ### Name: ScatterHist
> ### Title: Plot a scatter plot with marginals.
> ### Aliases: ScatterHist
>
> ### ** Examples
>
>
> if (requireNamespace('data.table', quietly = TRUE)) {
+ # don't multi-thread during CRAN checks
+ data.table::setDTthreads(1)
+ }
>
> set.seed(34903490)
> x = rnorm(50)
> y = 0.5*x^2 + 2*x + rnorm(length(x))
> frm = data.frame(x=x,y=y)
> WVPlots::ScatterHist(frm, "x", "y",
+ title= "Example Fit",
+ smoothmethod = "gam",
+ contour = TRUE)
Error in `ggplot2::geom_density2d()`:
! Problem while computing stat.
ℹ Error occurred in the 3rd layer.
Caused by error in `compute_layer()`:
! The package "MASS" is required for calculating 2D density.
Backtrace:
▆
1. ├─WVPlots::ScatterHist(...)
2. │ └─WVPlots:::designYLabelPadFunction(...)
3. │ └─WVPlots:::getYLabs(p1)
4. │ ├─ggplot2::ggplot_build(p)
5. │ └─ggplot2 (local) `ggplot_build.ggplot2::ggplot`(p)
6. │ └─ggplot2:::by_layer(...)
7. │ ├─rlang::try_fetch(...)
8. │ │ ├─base::tryCatch(...)
9. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. │ │ └─base::withCallingHandlers(...)
13. │ └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
14. │ └─l$compute_statistic(d, layout)
15. │ └─ggplot2 (local) compute_statistic(..., self = self)
16. │ └─self$stat$compute_layer(data, self$computed_stat_params, layout)
17. │ └─ggplot2 (local) compute_layer(..., self = self)
18. │ └─rlang::check_installed("MASS", reason = "for calculating 2D density.")
19. │ └─base::stop(cnd)
20. └─rlang (local) `<fn>`(`<rlb_r___>`)
21. └─handlers[[1L]](cnd)
22. └─cli::cli_abort(...)
23. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang