Last updated on 2025-09-13 13:50:12 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
autoReg | 13 | ||
dplyrAssist | 5 | 8 | |
editData | 2 | 11 | |
ggiraphExtra | 5 | 8 | |
ggplotAssist | 5 | 8 | |
interpretCI | 2 | 11 | |
moonBook | 2 | 11 | |
mycor | 3 | 10 | |
predict3d | 5 | 8 | |
rrtable | 13 | ||
webr | 5 | 8 | |
ztable | 13 |
Current CRAN status: OK: 13
Current CRAN status: NOTE: 5, OK: 8
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘tidyr’ ‘tidyverse’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 0.1.8
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘dplyr’ ‘magrittr’ ‘tibble’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: ERROR: 5, OK: 8
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘ggiraphExtra-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ggBoxplot
> ### Title: Draw boxplots of a data.frame
> ### Aliases: ggBoxplot
>
> ### ** Examples
>
> require(ggplot2)
Loading required package: ggplot2
> require(ggiraph)
Loading required package: ggiraph
> require(reshape2)
Loading required package: reshape2
> ggBoxplot(mtcars,rescale=TRUE)
Error:
! Problem while converting geom to grob.
ℹ Error occurred in the 1st layer.
Caused by error in `draw_group()`:
! unused arguments (outlier_gp = list(NULL, NULL, NULL, NULL, 0.5, NULL), whisker_gp = list(NULL, NULL, NULL), staple_gp = list(NULL, NULL, NULL), median_gp = list(NULL, NULL, NULL), box_gp = list(NULL, NULL, NULL))
Backtrace:
▆
1. ├─base (local) `<fn>`(x)
2. ├─ggplot2 (local) `print.ggplot2::ggplot`(x)
3. │ ├─ggplot2::ggplot_gtable(data)
4. │ └─ggplot2 (local) `ggplot_gtable.ggplot2::ggplot_built`(data)
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$draw_geom(d, layout)
14. │ └─ggplot2 (local) draw_geom(..., self = self)
15. │ └─self$geom$draw_layer(...)
16. │ └─ggplot2 (local) draw_layer(..., self = self)
17. │ └─base::lapply(...)
18. │ └─ggplot2 (local) FUN(X[[i]], ...)
19. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params))
20. │ └─self$draw_panel(...)
21. │ └─ggplot2 (local) draw_panel(..., self = self)
22. │ └─base::lapply(...)
23. │ └─ggplot2 (local) FUN(X[[i]], ...)
24. │ └─self$draw_group(group, panel_params, coord, ...)
25. └─base::.handleSimpleError(...)
26. └─rlang (local) h(simpleError(msg, call))
27. └─handlers[[1L]](cnd)
28. └─cli::cli_abort(...)
29. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘ggiraphExtra-Ex.R’ failed
The error most likely occurred in:
> ### Name: ggBoxplot
> ### Title: Draw boxplots of a data.frame
> ### Aliases: ggBoxplot
>
> ### ** Examples
>
> require(ggplot2)
Loading required package: ggplot2
> require(ggiraph)
Loading required package: ggiraph
> require(reshape2)
Loading required package: reshape2
> ggBoxplot(mtcars,rescale=TRUE)
Error:
! Problem while converting geom to grob.
ℹ Error occurred in the 1st layer.
Caused by error in `draw_group()`:
! unused arguments (outlier_gp = list(NULL, NULL, NULL, NULL, 0.5, NULL), whisker_gp = list(NULL, NULL, NULL), staple_gp = list(NULL, NULL, NULL), median_gp = list(NULL, NULL, NULL), box_gp = list(NULL, NULL, NULL))
Backtrace:
▆
1. ├─base (local) `<fn>`(x)
2. ├─ggplot2 (local) `print.ggplot2::ggplot`(x)
3. │ ├─ggplot2::ggplot_gtable(data)
4. │ └─ggplot2 (local) `ggplot_gtable.ggplot2::ggplot_built`(data)
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$draw_geom(d, layout)
14. │ └─ggplot2 (local) draw_geom(..., self = self)
15. │ └─self$geom$draw_layer(...)
16. │ └─ggplot2 (local) draw_layer(..., self = self)
17. │ └─base::lapply(...)
18. │ └─ggplot2 (local) FUN(X[[i]], ...)
19. │ ├─rlang::inject(self$draw_panel(data, panel_params, coord, !!!params))
20. │ └─self$draw_panel(...)
21. │ └─ggplot2 (local) draw_panel(..., self = self)
22. │ └─base::lapply(...)
23. │ └─ggplot2 (local) FUN(X[[i]], ...)
24. │ └─self$draw_group(group, panel_params, coord, ...)
25. └─base::.handleSimpleError(...)
26. └─rlang (local) h(simpleError(msg, call))
27. └─handlers[[1L]](cnd)
28. └─cli::cli_abort(...)
29. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 5, OK: 8
Version: 0.1.3
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘gcookbook’ ‘ggthemes’ ‘moonBook’ ‘tidyverse’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.3
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 2, OK: 11
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘moonBook’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: NOTE: 2, OK: 11
Version: 0.3.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Keon-Woong Moon <cardiomoon@gmail.com>’
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 3, OK: 10
Version: 0.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 5, OK: 8
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, r-oldrel-windows-x86_64
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, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 5, OK: 8
Version: 0.1.5
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘shiny’ ‘tidyselect’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.5
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 13
Version: 0.2.3
Check: Rd files
Result: NOTE
checkRd: (-1) update_ztable.Rd:75: Lost braces; missing escapes or markup?
75 | must be NULL or contain only elements of {"h","t","b","p","!","H"}.}
| ^
checkRd: (-1) ztable_sub.Rd:78: Lost braces; missing escapes or markup?
78 | must be NULL or contain only elements of {"h","t","b","p","!","H"}.
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64