CRAN Package Check Results for Package ggResidpanel

Last updated on 2026-04-29 23:53:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.0 10.82 198.85 209.67 OK
r-devel-linux-x86_64-debian-gcc 0.3.0 7.23 128.50 135.73 OK
r-devel-linux-x86_64-fedora-clang 0.3.0 18.00 292.85 310.85 OK
r-devel-linux-x86_64-fedora-gcc 0.3.0 15.00 281.46 296.46 OK
r-devel-windows-x86_64 0.3.0 14.00 174.00 188.00 OK
r-patched-linux-x86_64 0.3.0 9.47 181.81 191.28 OK
r-release-linux-x86_64 0.3.0 7.48 181.50 188.98 OK
r-release-macos-arm64 0.3.0 2.00 46.00 48.00 OK
r-release-macos-x86_64 0.3.0 7.00 174.00 181.00 OK
r-release-windows-x86_64 0.3.0 13.00 0.00 13.00 FAIL
r-oldrel-macos-arm64 0.3.0 OK
r-oldrel-macos-x86_64 0.3.0 6.00 129.00 135.00 OK
r-oldrel-windows-x86_64 0.3.0 23.00 243.00 266.00 OK

Check Details

Version: 0.3.0
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > > # Fit a model to the penguin data > penguin_model <- lme4::lmer(heartrate ~ depth + duration + (1|bird), data = penguins) > > # Create plots of the residuals versus the predictor variables > resid_xpanel(penguin_model, theme = "classic") > > # Create plots of the response variable versus the predictor variables > resid_xpanel(penguin_model, yvar = "response", theme = "classic", smoother = TRUE) `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' `geom_smooth()` using formula = 'y ~ x' > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 27.14 1.2 28.41 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-release-windows-x86_64