CRAN Package Check Results for Package rdss

Last updated on 2024-04-18 22:52:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.10 6.86 149.38 156.24 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.10 7.57 110.86 118.43 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.10 203.80 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.10 193.46 ERROR
r-prerel-macos-arm64 1.0.10 56.00 OK
r-prerel-macos-x86_64 1.0.10 176.00 OK
r-prerel-windows-x86_64 1.0.10 12.00 121.00 133.00 ERROR
r-patched-linux-x86_64 1.0.10 5.75 142.16 147.91 ERROR
r-release-linux-x86_64 1.0.10 5.83 143.06 148.89 ERROR
r-release-macos-arm64 1.0.10 64.00 OK
r-release-macos-x86_64 1.0.10 156.00 OK
r-release-windows-x86_64 1.0.10 16.00 148.00 164.00 ERROR
r-oldrel-macos-arm64 1.0.10 63.00 OK
r-oldrel-windows-x86_64 1.0.10 17.00 154.00 171.00 ERROR

Additional issues

M1mac

Check Details

Version: 1.0.10
Check: examples
Result: ERROR Running examples in ‘rdss-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: process_tracing_estimator > ### Title: Process tracing estimator > ### Aliases: process_tracing_estimator > > ### ** Examples > > # Simple example showing ambiguity in attribution > process_tracing_estimator( + causal_model = CausalQueries::make_model("X -> Y"), + query = "Y[X=1] > Y[X=0]", + data = data.frame(X=1, Y = 1), + strategies = "X-Y") Loading required namespace: CausalQueries Error in `dplyr::select()`: ! Can't select columns that don't exist. ✖ Column `sd` doesn't exist. Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─CausalQueries:::print.model_query(x) 3. │ ├─dplyr::select(x, -sd, -cred.low, -cred.high) 4. │ └─dplyr:::select.data.frame(x, -sd, -cred.low, -cred.high) 5. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call) 6. │ └─tidyselect:::eval_select_impl(...) 7. │ ├─tidyselect:::with_subscript_errors(...) 8. │ │ └─base::withCallingHandlers(...) 9. │ └─tidyselect:::vars_select_eval(...) 10. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask) 11. │ └─tidyselect:::eval_c(expr, data_mask, context_mask) 12. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init) 13. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask) 14. │ └─tidyselect:::as_indices_sel_impl(...) 15. │ └─tidyselect:::as_indices_impl(...) 16. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg) 17. │ └─vctrs::vec_as_location(...) 18. └─vctrs (local) `<fn>`() 19. └─vctrs:::stop_subscript_oob(...) 20. └─vctrs:::stop_subscript(...) 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, r-release-linux-x86_64

Version: 1.0.10
Check: data for non-ASCII characters
Result: NOTE Note: found 5 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.10
Check: examples
Result: ERROR Running examples in ‘rdss-Ex.R’ failed The error most likely occurred in: > ### Name: process_tracing_estimator > ### Title: Process tracing estimator > ### Aliases: process_tracing_estimator > > ### ** Examples > > # Simple example showing ambiguity in attribution > process_tracing_estimator( + causal_model = CausalQueries::make_model("X -> Y"), + query = "Y[X=1] > Y[X=0]", + data = data.frame(X=1, Y = 1), + strategies = "X-Y") Loading required namespace: CausalQueries Error in `dplyr::select()`: ! Can't select columns that don't exist. ✖ Column `sd` doesn't exist. Backtrace: ▆ 1. ├─base (local) `<fn>`(x) 2. ├─CausalQueries:::print.model_query(x) 3. │ ├─dplyr::select(x, -sd, -cred.low, -cred.high) 4. │ └─dplyr:::select.data.frame(x, -sd, -cred.low, -cred.high) 5. │ └─tidyselect::eval_select(expr(c(...)), data = .data, error_call = error_call) 6. │ └─tidyselect:::eval_select_impl(...) 7. │ ├─tidyselect:::with_subscript_errors(...) 8. │ │ └─base::withCallingHandlers(...) 9. │ └─tidyselect:::vars_select_eval(...) 10. │ └─tidyselect:::walk_data_tree(expr, data_mask, context_mask) 11. │ └─tidyselect:::eval_c(expr, data_mask, context_mask) 12. │ └─tidyselect:::reduce_sels(node, data_mask, context_mask, init = init) 13. │ └─tidyselect:::walk_data_tree(new, data_mask, context_mask) 14. │ └─tidyselect:::as_indices_sel_impl(...) 15. │ └─tidyselect:::as_indices_impl(...) 16. │ └─tidyselect:::chr_as_locations(x, vars, call = call, arg = arg) 17. │ └─vctrs::vec_as_location(...) 18. └─vctrs (local) `<fn>`() 19. └─vctrs:::stop_subscript_oob(...) 20. └─vctrs:::stop_subscript(...) 21. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-prerel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64