Last updated on 2025-12-05 18:49:46 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 10.72 | 266.50 | 277.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 6.94 | 80.47 | 87.41 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 21.00 | 395.07 | 416.07 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 21.00 | 395.95 | 416.95 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 12.00 | 238.00 | 250.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 10.06 | 250.02 | 260.08 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 9.79 | 251.89 | 261.68 | OK | |
| r-release-macos-arm64 | 0.2.0 | OK | ||||
| r-release-macos-x86_64 | 0.2.0 | 9.00 | 147.00 | 156.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 13.00 | 234.00 | 247.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 10.00 | 141.00 | 151.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 17.00 | 277.00 | 294.00 | OK |
Version: 0.2.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown', 'roxygen2', 'sf'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘geomtextpath-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: geom_textdensity2d
> ### Title: Produce labelled contour lines of 2D density in 'ggplot2'
> ### Aliases: geom_textdensity2d geom_labeldensity2d
>
> ### ** Examples
>
> set.seed(1)
>
> df <- data.frame(x = rnorm(100), y = rnorm(100))
>
> ggplot(df, aes(x, y)) +
+ geom_textdensity2d() +
+ theme_classic()
Error in `geom_textdensity2d()`:
! 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>`(`<S3: rlib_error_package_not_found>`)
20. └─handlers[[1L]](cnd)
21. └─cli::cli_abort(...)
22. └─rlang::abort(...)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
coord_curvedpolar 10.746 0.559 11.307
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
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.0
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc