Last updated on 2025-09-12 10:52:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.5 | 14.37 | 129.56 | 143.93 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.5 | 10.52 | 94.24 | 104.76 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.5 | 216.07 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.5 | 213.92 | ERROR | |||
r-devel-windows-x86_64 | 0.1.5 | 13.00 | 130.00 | 143.00 | OK | |
r-patched-linux-x86_64 | 0.1.5 | 12.95 | 120.66 | 133.61 | OK | |
r-release-linux-x86_64 | 0.1.5 | 11.28 | 121.61 | 132.89 | OK | |
r-release-macos-arm64 | 0.1.5 | 62.00 | OK | |||
r-release-macos-x86_64 | 0.1.5 | 120.00 | OK | |||
r-release-windows-x86_64 | 0.1.5 | 13.00 | 129.00 | 142.00 | OK | |
r-oldrel-macos-arm64 | 0.1.5 | 59.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.5 | 96.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.5 | 19.00 | 166.00 | 185.00 | OK |
Version: 0.1.5
Check: examples
Result: ERROR
Running examples in ‘predict3d-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ggPredict
> ### Title: Visualize predictions from the multiple regression models.
> ### Aliases: ggPredict
>
> ### ** Examples
>
> fit=loess(mpg~hp*wt*am,data=mtcars)
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
pseudoinverse used at 1.1217 2.8465 -0.010111
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
neighborhood radius 5.2631
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
reciprocal condition number 5.8021e-17
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
There are other near singularities as well. 40.381
> ggPredict(fit)
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
pseudoinverse used at 1.1217 2.8465 -0.010111
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
neighborhood radius 5.2631
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
reciprocal condition number 5.8021e-17
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
There are other near singularities as well. 40.381
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
pseudoinverse used at 1.1217 2.8465 -0.010111
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
neighborhood radius 5.2631
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
reciprocal condition number 5.8021e-17
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
There are other near singularities as well. 40.381
Error in UseMethod("ggplot_build") :
no applicable method for 'ggplot_build' applied to an object of class "c('gg', 'ggplot', 'ggPredict')"
Calls: ggPredict -> getAspectRatio -> layer_scales -> ggplot_build
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
add_lines 4.021 0.15 5.686
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘predict3d.Rmd’ using rmarkdown
Quitting from predict3d.Rmd:54-58 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'ggplot_build' applied to an object of class "c('gg', 'ggplot', 'ggPredict')"
---
Backtrace:
▆
1. └─predict3d::ggPredict(fit1, digits = 1)
2. └─predict3d::getAspectRatio(p)
3. └─ggplot2::layer_scales(p)
4. └─ggplot2::ggplot_build(plot)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'predict3d.Rmd' failed with diagnostics:
no applicable method for 'ggplot_build' applied to an object of class "c('gg', 'ggplot', 'ggPredict')"
--- failed re-building ‘predict3d.Rmd’
SUMMARY: processing the following file failed:
‘predict3d.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.5
Check: examples
Result: ERROR
Running examples in ‘predict3d-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ggPredict
> ### Title: Visualize predictions from the multiple regression models.
> ### Aliases: ggPredict
>
> ### ** Examples
>
> fit=loess(mpg~hp*wt*am,data=mtcars)
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
pseudoinverse used at 1.1217 2.8465 -0.010111
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
neighborhood radius 5.2631
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
reciprocal condition number 5.8021e-17
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
There are other near singularities as well. 40.381
> ggPredict(fit)
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
pseudoinverse used at 1.1217 2.8465 -0.010111
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
neighborhood radius 5.2631
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
reciprocal condition number 5.8021e-17
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
There are other near singularities as well. 40.381
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
pseudoinverse used at 1.1217 2.8465 -0.010111
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
neighborhood radius 5.2631
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
reciprocal condition number 5.8021e-17
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
There are other near singularities as well. 40.381
Error in UseMethod("ggplot_build") :
no applicable method for 'ggplot_build' applied to an object of class "c('gg', 'ggplot', 'ggPredict')"
Calls: ggPredict -> getAspectRatio -> layer_scales -> ggplot_build
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.5
Check: examples
Result: ERROR
Running examples in ‘predict3d-Ex.R’ failed
The error most likely occurred in:
> ### Name: ggPredict
> ### Title: Visualize predictions from the multiple regression models.
> ### Aliases: ggPredict
>
> ### ** Examples
>
> fit=loess(mpg~hp*wt*am,data=mtcars)
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
pseudoinverse used at 1.1217 2.8465 -0.010111
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
neighborhood radius 5.2631
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
reciprocal condition number 5.8021e-17
Warning in simpleLoess(y, x, w, span, degree = degree, parametric = parametric, :
There are other near singularities as well. 40.381
> ggPredict(fit)
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
pseudoinverse used at 1.1217 2.8465 -0.010111
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
neighborhood radius 5.2631
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
reciprocal condition number 5.8021e-17
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
There are other near singularities as well. 40.381
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
pseudoinverse used at 1.1217 2.8465 -0.010111
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
neighborhood radius 5.2631
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
reciprocal condition number 5.8021e-17
Warning in predLoess(object$y, object$x, newx = if (is.null(newdata)) object$x else if (is.data.frame(newdata)) as.matrix(model.frame(delete.response(terms(object)), :
There are other near singularities as well. 40.381
Error in UseMethod("ggplot_build") :
no applicable method for 'ggplot_build' applied to an object of class "c('gg', 'ggplot', 'ggPredict')"
Calls: ggPredict -> getAspectRatio -> layer_scales -> ggplot_build
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘predict3d.Rmd’ using rmarkdown
Quitting from predict3d.Rmd:54-58 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'ggplot_build' applied to an object of class "c('gg', 'ggplot', 'ggPredict')"
---
Backtrace:
▆
1. └─predict3d::ggPredict(fit1, digits = 1)
2. └─predict3d::getAspectRatio(p)
3. └─ggplot2::layer_scales(p)
4. └─ggplot2::ggplot_build(plot)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'predict3d.Rmd' failed with diagnostics:
no applicable method for 'ggplot_build' applied to an object of class "c('gg', 'ggplot', 'ggPredict')"
--- failed re-building ‘predict3d.Rmd’
SUMMARY: processing the following file failed:
‘predict3d.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc