CRAN Package Check Results for Package correlation

Last updated on 2023-03-29 19:53:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.8.3 7.26 173.95 181.21 ERROR
r-devel-linux-x86_64-debian-gcc 0.8.3 5.05 130.23 135.28 ERROR
r-devel-linux-x86_64-fedora-clang 0.8.3 233.93 ERROR
r-devel-linux-x86_64-fedora-gcc 0.8.3 242.46 ERROR
r-devel-windows-x86_64 0.8.3 50.00 235.00 285.00 ERROR
r-patched-linux-x86_64 0.8.3 8.16 169.69 177.85 ERROR
r-release-linux-x86_64 0.8.3 6.50 167.70 174.20 ERROR
r-release-macos-arm64 0.8.3 68.00 OK
r-release-macos-x86_64 0.8.3 90.00 OK
r-release-windows-x86_64 0.8.3 73.00 216.00 289.00 ERROR
r-oldrel-macos-arm64 0.8.3 65.00 OK
r-oldrel-macos-x86_64 0.8.3 87.00 OK
r-oldrel-windows-ix86+x86_64 0.8.3 12.00 238.00 250.00 ERROR

Check Details

Version: 0.8.3
Check: examples
Result: ERROR
    Running examples in ‘correlation-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: visualisation_recipe.easycor_test
    > ### Title: Visualisation Recipe for 'correlation' Objects
    > ### Aliases: visualisation_recipe.easycor_test
    > ### visualisation_recipe.easycormatrix
    > ### visualisation_recipe.easycorrelation
    >
    > ### ** Examples
    >
    > # ==============================================
    > # Correlation Matrix
    > # ==============================================
    > if (require("see")) {
    + rez <- correlation(mtcars)
    +
    + x <- cor_sort(as.matrix(rez))
    + layers <- visualisation_recipe(x)
    + layers
    + plot(layers)
    +
    + #' Get more details using `summary()`
    + x <- summary(rez, redundant = TRUE, digits = 3)
    + plot(visualisation_recipe(x))
    +
    + # Customize
    + x <- summary(rez)
    + layers <- visualisation_recipe(x,
    + show_data = "points",
    + scale = list(range = c(10, 20)),
    + scale_fill = list(
    + high = "#FF5722",
    + low = "#673AB7",
    + name = "r"
    + ),
    + text = list(color = "white"),
    + labs = list(title = "My Plot")
    + )
    + plot(layers) + theme_modern()
    + }
    Loading required package: see
    Error in `geom_from_list()`:
    ! Problem while computing aesthetics.
    ℹ Error occurred in the 1st layer.
    Caused by error:
    ! object 'abs(r)' not found
    Backtrace:
     ▆
     1. ├─base (local) `<fn>`(x)
     2. ├─ggplot2:::print.ggplot(x)
     3. │ ├─ggplot2::ggplot_build(x)
     4. │ └─ggplot2:::ggplot_build.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_aesthetics(d, plot)
     14. │ └─ggplot2 (local) compute_aesthetics(..., self = self)
     15. │ └─base::lapply(aesthetics, eval_tidy, data = data, env = env)
     16. │ └─rlang (local) FUN(X[[i]], ...)
     17. └─base::.handleSimpleError(...)
     18. └─rlang (local) h(simpleError(msg, call))
     19. └─handlers[[1L]](cnd)
     20. └─cli::cli_abort(...)
     21. └─rlang::abort(...)
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.8.3
Check: examples
Result: ERROR
    Running examples in ‘correlation-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: visualisation_recipe.easycor_test
    > ### Title: Visualisation Recipe for 'correlation' Objects
    > ### Aliases: visualisation_recipe.easycor_test
    > ### visualisation_recipe.easycormatrix
    > ### visualisation_recipe.easycorrelation
    >
    > ### ** Examples
    >
    > # ==============================================
    > # Correlation Matrix
    > # ==============================================
    > if (require("see")) {
    + rez <- correlation(mtcars)
    +
    + x <- cor_sort(as.matrix(rez))
    + layers <- visualisation_recipe(x)
    + layers
    + plot(layers)
    +
    + #' Get more details using `summary()`
    + x <- summary(rez, redundant = TRUE, digits = 3)
    + plot(visualisation_recipe(x))
    +
    + # Customize
    + x <- summary(rez)
    + layers <- visualisation_recipe(x,
    + show_data = "points",
    + scale = list(range = c(10, 20)),
    + scale_fill = list(
    + high = "#FF5722",
    + low = "#673AB7",
    + name = "r"
    + ),
    + text = list(color = "white"),
    + labs = list(title = "My Plot")
    + )
    + plot(layers) + theme_modern()
    + }
    Loading required package: see
    Error in `geom_from_list()`:
    ! Problem while computing aesthetics.
    ℹ Error occurred in the 1st layer.
    Caused by error:
    ! object 'abs(r)' not found
    Backtrace:
     ▆
     1. ├─base (local) `<fn>`(x)
     2. ├─ggplot2:::print.ggplot(x)
     3. │ ├─ggplot2::ggplot_build(x)
     4. │ └─ggplot2:::ggplot_build.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_aesthetics(d, plot)
     14. │ └─ggplot2 (local) compute_aesthetics(..., self = self)
     15. │ └─base::lapply(aesthetics, eval_tidy, data = data, env = env)
     16. │ └─rlang (local) FUN(X[[i]], ...)
     17. └─base::.handleSimpleError(...)
     18. └─rlang (local) h(simpleError(msg, call))
     19. └─handlers[[1L]](cnd)
     20. └─cli::cli_abort(...)
     21. └─rlang::abort(...)
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.8.3
Check: examples
Result: ERROR
    Running examples in ‘correlation-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: visualisation_recipe.easycor_test
    > ### Title: Visualisation Recipe for 'correlation' Objects
    > ### Aliases: visualisation_recipe.easycor_test
    > ### visualisation_recipe.easycormatrix
    > ### visualisation_recipe.easycorrelation
    >
    > ### ** Examples
    >
    > # ==============================================
    > # Correlation Matrix
    > # ==============================================
    > if (require("see")) {
    + rez <- correlation(mtcars)
    +
    + x <- cor_sort(as.matrix(rez))
    + layers <- visualisation_recipe(x)
    + layers
    + plot(layers)
    +
    + #' Get more details using `summary()`
    + x <- summary(rez, redundant = TRUE, digits = 3)
    + plot(visualisation_recipe(x))
    +
    + # Customize
    + x <- summary(rez)
    + layers <- visualisation_recipe(x,
    + show_data = "points",
    + scale = list(range = c(10, 20)),
    + scale_fill = list(
    + high = "#FF5722",
    + low = "#673AB7",
    + name = "r"
    + ),
    + text = list(color = "white"),
    + labs = list(title = "My Plot")
    + )
    + plot(layers) + theme_modern()
    + }
    Loading required package: see
    Error in `geom_from_list()`:
    ! Problem while computing aesthetics.
    ℹ Error occurred in the 1st layer.
    Caused by error in `FUN()`:
    ! object 'abs(r)' not found
    Backtrace:
     ▆
     1. ├─base (local) `<fn>`(x)
     2. ├─ggplot2:::print.ggplot(x)
     3. │ ├─ggplot2::ggplot_build(x)
     4. │ └─ggplot2:::ggplot_build.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_aesthetics(d, plot)
     14. │ └─ggplot2 (local) compute_aesthetics(..., self = self)
     15. │ └─base::lapply(aesthetics, eval_tidy, data = data, env = env)
     16. │ └─rlang (local) FUN(X[[i]], ...)
     17. └─base::.handleSimpleError(...)
     18. └─rlang (local) h(simpleError(msg, call))
     19. └─handlers[[1L]](cnd)
     20. └─cli::cli_abort(...)
     21. └─rlang::abort(...)
    Execution halted
Flavor: r-release-linux-x86_64

Version: 0.8.3
Check: examples
Result: ERROR
    Running examples in 'correlation-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: visualisation_recipe.easycor_test
    > ### Title: Visualisation Recipe for 'correlation' Objects
    > ### Aliases: visualisation_recipe.easycor_test
    > ### visualisation_recipe.easycormatrix
    > ### visualisation_recipe.easycorrelation
    >
    > ### ** Examples
    >
    > # ==============================================
    > # Correlation Matrix
    > # ==============================================
    > if (require("see")) {
    + rez <- correlation(mtcars)
    +
    + x <- cor_sort(as.matrix(rez))
    + layers <- visualisation_recipe(x)
    + layers
    + plot(layers)
    +
    + #' Get more details using `summary()`
    + x <- summary(rez, redundant = TRUE, digits = 3)
    + plot(visualisation_recipe(x))
    +
    + # Customize
    + x <- summary(rez)
    + layers <- visualisation_recipe(x,
    + show_data = "points",
    + scale = list(range = c(10, 20)),
    + scale_fill = list(
    + high = "#FF5722",
    + low = "#673AB7",
    + name = "r"
    + ),
    + text = list(color = "white"),
    + labs = list(title = "My Plot")
    + )
    + plot(layers) + theme_modern()
    + }
    Loading required package: see
    Error in `geom_from_list()`:
    ! Problem while computing aesthetics.
    ℹ Error occurred in the 1st layer.
    Caused by error in `FUN()`:
    ! object 'abs(r)' not found
    Backtrace:
     ▆
     1. ├─base (local) `<fn>`(x)
     2. ├─ggplot2:::print.ggplot(x)
     3. │ ├─ggplot2::ggplot_build(x)
     4. │ └─ggplot2:::ggplot_build.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_aesthetics(d, plot)
     14. │ └─ggplot2 (local) compute_aesthetics(..., self = self)
     15. │ └─base::lapply(aesthetics, eval_tidy, data = data, env = env)
     16. │ └─rlang (local) FUN(X[[i]], ...)
     17. └─base::.handleSimpleError(...)
     18. └─rlang (local) h(simpleError(msg, call))
     19. └─handlers[[1L]](cnd)
     20. └─cli::cli_abort(...)
     21. └─rlang::abort(...)
    Execution halted
Flavor: r-release-windows-x86_64

Version: 0.8.3
Check: examples
Result: ERROR
    Running examples in 'correlation-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: visualisation_recipe.easycor_test
    > ### Title: Visualisation Recipe for 'correlation' Objects
    > ### Aliases: visualisation_recipe.easycor_test
    > ### visualisation_recipe.easycormatrix
    > ### visualisation_recipe.easycorrelation
    >
    > ### ** Examples
    >
    > # ==============================================
    > # Correlation Matrix
    > # ==============================================
    > if (require("see")) {
    + rez <- correlation(mtcars)
    +
    + x <- cor_sort(as.matrix(rez))
    + layers <- visualisation_recipe(x)
    + layers
    + plot(layers)
    +
    + #' Get more details using `summary()`
    + x <- summary(rez, redundant = TRUE, digits = 3)
    + plot(visualisation_recipe(x))
    +
    + # Customize
    + x <- summary(rez)
    + layers <- visualisation_recipe(x,
    + show_data = "points",
    + scale = list(range = c(10, 20)),
    + scale_fill = list(
    + high = "#FF5722",
    + low = "#673AB7",
    + name = "r"
    + ),
    + text = list(color = "white"),
    + labs = list(title = "My Plot")
    + )
    + plot(layers) + theme_modern()
    + }
    Loading required package: see
    Error in `geom_from_list()`:
    ! Problem while computing aesthetics.
    i Error occurred in the 1st layer.
    Caused by error in `FUN()`:
    ! object 'abs(r)' not found
    Backtrace:
     x
     1. +-base (local) `<fn>`(x)
     2. +-ggplot2:::print.ggplot(x)
     3. | +-ggplot2::ggplot_build(x)
     4. | \-ggplot2:::ggplot_build.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_aesthetics(d, plot)
     14. | \-ggplot2 (local) compute_aesthetics(..., self = self)
     15. | \-base::lapply(aesthetics, eval_tidy, data = data, env = env)
     16. | \-rlang (local) FUN(X[[i]], ...)
     17. \-base::.handleSimpleError(...)
     18. \-rlang (local) h(simpleError(msg, call))
     19. \-handlers[[1L]](cnd)
     20. \-cli::cli_abort(...)
     21. \-rlang::abort(...)
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64