CRAN Package Check Results for Package triptych

Last updated on 2024-05-28 00:57:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 20.04 111.70 131.74 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.2 14.03 56.34 70.37 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 130.10 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 107.13 ERROR
r-devel-windows-x86_64 0.1.2 17.00 81.00 98.00 ERROR
r-patched-linux-x86_64 0.1.2 14.80 107.73 122.53 OK
r-release-linux-x86_64 0.1.2 12.19 72.61 84.80 ERROR
r-release-macos-arm64 0.1.2 6.00 ERROR
r-release-macos-x86_64 0.1.2 9.00 ERROR
r-release-windows-x86_64 0.1.2 19.00 82.00 101.00 ERROR
r-oldrel-macos-arm64 0.1.2 13.00 ERROR
r-oldrel-macos-x86_64 0.1.2 16.00 ERROR
r-oldrel-windows-x86_64 0.1.2 21.00 114.00 135.00 ERROR

Check Details

Version: 0.1.2
Check: compiled code
Result: NOTE File ‘triptych/libs/triptych.so’: Found non-API calls to R: ‘SETLENGTH’, ‘SET_TRUELENGTH’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. 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

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘triptych-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mcbdsc > ### Title: Evaluation of forecasts using score decompositions > ### Aliases: mcbdsc as_mcbdsc > > ### ** Examples > > data(ex_binary, package = "triptych") > > md <- mcbdsc(ex_binary) > md <triptych_mcbdsc[10]> X01 X02 X03 X04 X05 <named list[3]> <named list[3]> <named list[3]> <named list[3]> <named list[3]> X06 X07 X08 X09 X10 <named list[3]> <named list[3]> <named list[3]> <named list[3]> <named list[3]> > > autoplot(md) Warning in ggplot2::geom_point(mapping = ggplot2::aes(x = 0, y = 0), colour = colour_unc, : All aesthetics have length 1, but the data has 10 rows. ℹ Please consider using `annotate()` or provide this layer with data containing a single row. Warning in construct_abline(mapping = mapping, data = data, slope = slope, : All aesthetics have length 1, but the data has 10 rows. ℹ Please consider using `annotate()` or provide this layer with data containing a single row. Error in `construct_abline()`: ! Problem while converting geom to grob. ℹ Error occurred in the 3rd layer. Caused by error in `txt$shape[, shape_vars]`: ! Can't subset columns that don't exist. ✖ Column `x_midpoint` doesn't exist. Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─ggplot2:::print.ggplot(x) 3. │ ├─ggplot2::ggplot_gtable(data) 4. │ └─ggplot2:::ggplot_gtable.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. │ └─geomtextpath (local) draw_panel(...) 22. │ └─geomtextpath:::abline2path(...) 23. │ └─super$draw_panel(unique(data), panel_params, coord, ...) 24. │ └─geomtextpath (local) draw_panel(...) 25. │ └─geomtextpath:::segment2path(...) 26. │ └─super$draw_panel(pieces, coord, text_params = params, ...) 27. │ └─geomtextpath (local) draw_panel(...) 28. │ └─geomtextpath::textpathGrob(...) 29. │ └─geomtextpath:::measure_label(...) 30. │ └─geomtextpath (local) measure(...) 31. │ └─geomtextpath:::text_shape(...) 32. │ ├─txt$shape[, shape_vars] 33. │ └─tibble:::`[.tbl_df`(txt$shape, , shape_vars) 34. │ └─tibble:::vectbl_as_col_location(...) 35. │ ├─tibble:::subclass_col_index_errors(...) 36. │ │ └─base::withCallingHandlers(...) 37. │ └─vctrs::vec_as_location(j, n, names, missing = "error", call = call) 38. └─vctrs (local) `<fn>`() 39. └─vctrs:::stop_subscript_oob(...) 40. └─vctrs:::stop_subscript(...) 41. └─rlang::abort(...) Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed add_confidence 3.356 0.031 5.515 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘triptych-Ex.R’ failed The error most likely occurred in: > ### Name: mcbdsc > ### Title: Evaluation of forecasts using score decompositions > ### Aliases: mcbdsc as_mcbdsc > > ### ** Examples > > data(ex_binary, package = "triptych") > > md <- mcbdsc(ex_binary) > md <triptych_mcbdsc[10]> X01 X02 X03 X04 X05 <named list[3]> <named list[3]> <named list[3]> <named list[3]> <named list[3]> X06 X07 X08 X09 X10 <named list[3]> <named list[3]> <named list[3]> <named list[3]> <named list[3]> > > autoplot(md) Warning in ggplot2::geom_point(mapping = ggplot2::aes(x = 0, y = 0), colour = colour_unc, : All aesthetics have length 1, but the data has 10 rows. ℹ Please consider using `annotate()` or provide this layer with data containing a single row. Warning in construct_abline(mapping = mapping, data = data, slope = slope, : All aesthetics have length 1, but the data has 10 rows. ℹ Please consider using `annotate()` or provide this layer with data containing a single row. Error in `construct_abline()`: ! Problem while converting geom to grob. ℹ Error occurred in the 3rd layer. Caused by error in `txt$shape[, shape_vars]`: ! Can't subset columns that don't exist. ✖ Column `x_midpoint` doesn't exist. Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─ggplot2:::print.ggplot(x) 3. │ ├─ggplot2::ggplot_gtable(data) 4. │ └─ggplot2:::ggplot_gtable.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. │ └─geomtextpath (local) draw_panel(...) 22. │ └─geomtextpath:::abline2path(...) 23. │ └─super$draw_panel(unique(data), panel_params, coord, ...) 24. │ └─geomtextpath (local) draw_panel(...) 25. │ └─geomtextpath:::segment2path(...) 26. │ └─super$draw_panel(pieces, coord, text_params = params, ...) 27. │ └─geomtextpath (local) draw_panel(...) 28. │ └─geomtextpath::textpathGrob(...) 29. │ └─geomtextpath:::measure_label(...) 30. │ └─geomtextpath (local) measure(...) 31. │ └─geomtextpath:::text_shape(...) 32. │ ├─txt$shape[, shape_vars] 33. │ └─tibble:::`[.tbl_df`(txt$shape, , shape_vars) 34. │ └─tibble:::vectbl_as_col_location(...) 35. │ ├─tibble:::subclass_col_index_errors(...) 36. │ │ └─base::withCallingHandlers(...) 37. │ └─vctrs::vec_as_location(j, n, names, missing = "error", call = call) 38. └─vctrs (local) `<fn>`() 39. └─vctrs:::stop_subscript_oob(...) 40. └─vctrs:::stop_subscript(...) 41. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.1.2
Check: compiled code
Result: NOTE File 'triptych/libs/x64/triptych.dll': Found non-API calls to R: 'SETLENGTH', 'SET_TRUELENGTH' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘triptych-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: mcbdsc > ### Title: Evaluation of forecasts using score decompositions > ### Aliases: mcbdsc as_mcbdsc > > ### ** Examples > > data(ex_binary, package = "triptych") > > md <- mcbdsc(ex_binary) > md <triptych_mcbdsc[10]> X01 X02 X03 X04 X05 <named list[3]> <named list[3]> <named list[3]> <named list[3]> <named list[3]> X06 X07 X08 X09 X10 <named list[3]> <named list[3]> <named list[3]> <named list[3]> <named list[3]> > > autoplot(md) Warning in ggplot2::geom_point(mapping = ggplot2::aes(x = 0, y = 0), colour = colour_unc, : All aesthetics have length 1, but the data has 10 rows. ℹ Please consider using `annotate()` or provide this layer with data containing a single row. Warning in construct_abline(mapping = mapping, data = data, slope = slope, : All aesthetics have length 1, but the data has 10 rows. ℹ Please consider using `annotate()` or provide this layer with data containing a single row. Error in `construct_abline()`: ! Problem while converting geom to grob. ℹ Error occurred in the 3rd layer. Caused by error in `txt$shape[, shape_vars]`: ! Can't subset columns that don't exist. ✖ Column `x_midpoint` doesn't exist. Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─ggplot2:::print.ggplot(x) 3. │ ├─ggplot2::ggplot_gtable(data) 4. │ └─ggplot2:::ggplot_gtable.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. │ └─geomtextpath (local) draw_panel(...) 22. │ └─geomtextpath:::abline2path(...) 23. │ └─super$draw_panel(unique(data), panel_params, coord, ...) 24. │ └─geomtextpath (local) draw_panel(...) 25. │ └─geomtextpath:::segment2path(...) 26. │ └─super$draw_panel(pieces, coord, text_params = params, ...) 27. │ └─geomtextpath (local) draw_panel(...) 28. │ └─geomtextpath::textpathGrob(...) 29. │ └─geomtextpath:::measure_label(...) 30. │ └─geomtextpath (local) measure(...) 31. │ └─geomtextpath:::text_shape(...) 32. │ ├─txt$shape[, shape_vars] 33. │ └─tibble:::`[.tbl_df`(txt$shape, , shape_vars) 34. │ └─tibble:::vectbl_as_col_location(...) 35. │ ├─tibble:::subclass_col_index_errors(...) 36. │ │ └─base::withCallingHandlers(...) 37. │ └─vctrs::vec_as_location(j, n, names, missing = "error", call = call) 38. └─vctrs (local) `<fn>`() 39. └─vctrs:::stop_subscript_oob(...) 40. └─vctrs:::stop_subscript(...) 41. └─rlang::abort(...) Execution halted Flavor: r-release-linux-x86_64

Version: 0.1.2
Check: whether package can be installed
Result: ERROR Installation failed. Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64