CRAN Package Check Results for Maintainer ‘Malcolm Barrett <malcolmbarrett at gmail.com>’

Last updated on 2026-03-30 12:53:34 CEST.

Package ERROR NOTE OK
ggdag 1 13
ggokabeito 14
halfmoon 14
metaconfoundr 14
partition 4 10
precisely 14
propensity 14
tidysmd 14
ymlthis 14

Package ggdag

Current CRAN status: ERROR: 1, OK: 13

Version: 0.2.13
Check: examples
Result: ERROR Running examples in ‘ggdag-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ggdag > ### Title: Quickly plot a DAG in ggplot2 > ### Aliases: ggdag > > ### ** Examples > > > dag <- dagify( + y ~ x + z2 + w2 + w1, + x ~ z1 + w1, + z1 ~ w1 + v, + z2 ~ w2 + v, + w1 ~ ~w2 + ) > > ggdag(dag) > ggdag(dag) + theme_dag_blank() > > ggdag(dagitty::randomDAG(5, .5)) Error in `dplyr::select()`: ! Can't select columns that don't exist. ✖ Column `x` doesn't exist. Backtrace: ▆ 1. ├─ggdag::ggdag(dagitty::randomDAG(5, 0.5)) 2. │ ├─if_not_tidy_daggity(.tdy_dag, ...) %>% ... 3. │ └─ggdag:::if_not_tidy_daggity(.tdy_dag, ...) 4. │ └─ggdag::tidy_dagitty(.dagitty, ...) 5. │ └─ggdag:::get_dagitty_edges(.dagitty) 6. │ └─.edges %>% dplyr::select(-x, -y) %>% ... 7. ├─ggplot2::ggplot(., ggplot2::aes(x = x, y = y, xend = xend, yend = yend)) 8. ├─dplyr::rename(., name = v, to = w, direction = e) 9. ├─dplyr::select(., -x, -y) 10. ├─dplyr:::select.data.frame(., -x, -y) 11. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call) 12. │ └─tidyselect:::eval_select_impl(...) 13. │ ├─tidyselect:::with_subscript_errors(...) 14. │ │ └─base::withCallingHandlers(...) 15. │ └─tidyselect:::vars_select_eval(...) 16. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask) 17. │ └─tidyselect:::eval_c(expr, data_mask, context_mask) 18. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init) 19. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask) 20. │ └─tidyselect:::as_indices_sel_impl(...) 21. │ └─tidyselect:::as_indices_impl(...) 22. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg) 23. │ └─vctrs::vec_as_location(...) 24. └─vctrs (local) `<fn>`() 25. └─vctrs:::stop_subscript_oob(...) 26. └─vctrs:::stop_subscript(...) 27. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Package ggokabeito

Current CRAN status: OK: 14

Package halfmoon

Current CRAN status: OK: 14

Package metaconfoundr

Current CRAN status: OK: 14

Package partition

Current CRAN status: NOTE: 4, OK: 10

Version: 0.2.2
Check: compiled code
Result: NOTE File ‘partition/libs/partition.so’: Found non-API call to R: ‘R_UnboundValue’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang

Version: 0.2.2
Check: installed package size
Result: NOTE installed size is 6.0Mb sub-directories of 1Mb or more: libs 4.0Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package precisely

Current CRAN status: OK: 14

Package propensity

Current CRAN status: OK: 14

Package tidysmd

Current CRAN status: OK: 14

Package ymlthis

Current CRAN status: OK: 14