CRAN Package Check Results for Package CIMTx

Last updated on 2025-12-20 11:50:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 16.45 127.88 144.33 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 12.53 89.22 101.75 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.0 33.00 211.97 244.97 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.0 32.00 207.86 239.86 NOTE
r-devel-windows-x86_64 1.2.0 20.00 198.00 218.00 OK
r-patched-linux-x86_64 1.2.0 18.82 123.86 142.68 OK
r-release-linux-x86_64 1.2.0 14.93 124.64 139.57 OK
r-release-macos-arm64 1.2.0 OK
r-release-macos-x86_64 1.2.0 10.00 103.00 113.00 OK
r-release-windows-x86_64 1.2.0 18.00 136.00 154.00 OK
r-oldrel-macos-arm64 1.2.0 OK
r-oldrel-macos-x86_64 1.2.0 10.00 70.00 80.00 OK
r-oldrel-windows-x86_64 1.2.0 28.00 174.00 202.00 OK

Check Details

Version: 1.2.0
Check: examples
Result: ERROR Running examples in ‘CIMTx-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot.CIMTx_sa_grid > ### Title: Contour plot for the grid specification of sensitivity analysis > ### Aliases: plot.CIMTx_sa_grid > > ### ** Examples > > sa_object_example <- list( + ATE13 = seq(0, 1, length.out = 25), grid_index = c(4, 5), + c_functions = data.frame( + c4 = rep(seq(-0.6, 0, 0.15), each = 5), + c5 = rep(seq(0, 0.6, 0.15), 5) + ) + ) > class(sa_object_example) <- "CIMTx_sa_grid" > plot(sa_object_example, ate = "1,3") Warning: `aes_string()` was deprecated in ggplot2 3.0.0. ℹ Please use tidy evaluation idioms with `aes()`. ℹ See also `vignette("ggplot2-in-packages")` for more information. ℹ The deprecated feature was likely used in the CIMTx package. Please report the issue to the authors. Error in `metR::geom_text_contour()`: ! Problem while converting geom to grob. ℹ Error occurred in the 2nd layer. Caused by error in `[.data.table`: ! attempt access index 18/18 in VECTOR_ELT 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. │ └─metR (local) draw_panel(...) 22. │ ├─data[, `:=`(N, .N), by = .(group, piece)] 23. │ └─data.table:::`[.data.table`(...) 24. └─base::.handleSimpleError(...) 25. └─rlang (local) h(simpleError(msg, call)) 26. └─handlers[[1L]](cnd) 27. └─cli::cli_abort(...) 28. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.2.0
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘magrittr’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.2.0
Check: examples
Result: ERROR Running examples in ‘CIMTx-Ex.R’ failed The error most likely occurred in: > ### Name: plot.CIMTx_sa_grid > ### Title: Contour plot for the grid specification of sensitivity analysis > ### Aliases: plot.CIMTx_sa_grid > > ### ** Examples > > sa_object_example <- list( + ATE13 = seq(0, 1, length.out = 25), grid_index = c(4, 5), + c_functions = data.frame( + c4 = rep(seq(-0.6, 0, 0.15), each = 5), + c5 = rep(seq(0, 0.6, 0.15), 5) + ) + ) > class(sa_object_example) <- "CIMTx_sa_grid" > plot(sa_object_example, ate = "1,3") Warning: `aes_string()` was deprecated in ggplot2 3.0.0. ℹ Please use tidy evaluation idioms with `aes()`. ℹ See also `vignette("ggplot2-in-packages")` for more information. ℹ The deprecated feature was likely used in the CIMTx package. Please report the issue to the authors. Error in `metR::geom_text_contour()`: ! Problem while converting geom to grob. ℹ Error occurred in the 2nd layer. Caused by error in `[.data.table`: ! attempt access index 18/18 in VECTOR_ELT 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. │ └─metR (local) draw_panel(...) 22. │ ├─data[, `:=`(N, .N), by = .(group, piece)] 23. │ └─data.table:::`[.data.table`(...) 24. └─base::.handleSimpleError(...) 25. └─rlang (local) h(simpleError(msg, call)) 26. └─handlers[[1L]](cnd) 27. └─cli::cli_abort(...) 28. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

mirror server hosted at Truenetwork, Russian Federation.