We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Can't convert to . Run rlang::last_error() to see where the error occurred. 15. stop(fallback) 14. signal_abort(cnd) 13. abort(message, class = c(class, "vctrs_error"), ...) 12. stop_vctrs(message, class = c(class, "vctrs_error_incompatible"), x = x, y = y, details = details, ...) 11. stop_incompatible(x, y, x_arg = x_arg, y_arg = y_arg, details = details, ..., message = message, class = c(class, "vctrs_error_incompatible_type")) 10. stop_incompatible_type(x = x, y = to, ..., x_arg = x_arg, y_arg = to_arg, action = "convert", details = details, message = message, class = class) 9. stop_incompatible_cast(x, to, x_arg = x_arg, to_arg = to_arg, vctrs:::from_dispatch = match_from_dispatch(...)) 8. vec_default_cast(x = x, to = to, x_arg = x_arg, to_arg = to_arg, vctrs:::from_dispatch = vctrs:::from_dispatch, vctrs:::df_fallback = vctrs:::df_fallback, vctrs:::s3_fallback = vctrs:::s3_fallback) 7. (function () vec_default_cast(x = x, to = to, x_arg = x_arg, to_arg = to_arg, vctrs:::from_dispatch = vctrs:::from_dispatch, vctrs:::df_fallback = vctrs:::df_fallback, vctrs:::s3_fallback = vctrs:::s3_fallback))() 6. vec_cast(fill, val) 5. pivot_wider_spec(data, spec, !!id_cols, names_repair = names_repair, values_fill = values_fill, values_fn = values_fn) 4. tidyr::pivot_wider(data = overlap_xy, names_from = .data$cluster.y, names_prefix = "y_", values_from = .data$edge, values_fill = list(edge = 0)) at scca_overlap_test.R#187 3. plot_overlap(cl.xy) at scca_overlap_test.R#157 2. clustering_overlap(cl.x, cl.y, plot = plot) at scca_overlap_test.R#116 1. scca_overlap_test(x = scca, y = scca1, plot = TRUE)
rlang::last_error()
vctrs:::from_dispatch
vctrs:::df_fallback
vctrs:::s3_fallback
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error: Can't convert to .
Run
rlang::last_error()
to see where the error occurred.15.
stop(fallback)
14.
signal_abort(cnd)
13.
abort(message, class = c(class, "vctrs_error"), ...)
12.
stop_vctrs(message, class = c(class, "vctrs_error_incompatible"),
x = x, y = y, details = details, ...)
11.
stop_incompatible(x, y, x_arg = x_arg, y_arg = y_arg, details = details,
..., message = message, class = c(class, "vctrs_error_incompatible_type"))
10.
stop_incompatible_type(x = x, y = to, ..., x_arg = x_arg, y_arg = to_arg,
action = "convert", details = details, message = message,
class = class)
9.
stop_incompatible_cast(x, to, x_arg = x_arg, to_arg = to_arg,
vctrs:::from_dispatch
= match_from_dispatch(...))8.
vec_default_cast(x = x, to = to, x_arg = x_arg, to_arg = to_arg,
vctrs:::from_dispatch
=vctrs:::from_dispatch
,vctrs:::df_fallback
=vctrs:::df_fallback
,vctrs:::s3_fallback
=vctrs:::s3_fallback
)7.
(function ()
vec_default_cast(x = x, to = to, x_arg = x_arg, to_arg = to_arg,
vctrs:::from_dispatch
=vctrs:::from_dispatch
,vctrs:::df_fallback
=vctrs:::df_fallback
,vctrs:::s3_fallback
=vctrs:::s3_fallback
))()6.
vec_cast(fill, val)
5.
pivot_wider_spec(data, spec, !!id_cols, names_repair = names_repair,
values_fill = values_fill, values_fn = values_fn)
4.
tidyr::pivot_wider(data = overlap_xy, names_from = .data$cluster.y,
names_prefix = "y_", values_from = .data$edge, values_fill = list(edge = 0)) at scca_overlap_test.R#187
3.
plot_overlap(cl.xy) at scca_overlap_test.R#157
2.
clustering_overlap(cl.x, cl.y, plot = plot) at scca_overlap_test.R#116
1.
scca_overlap_test(x = scca, y = scca1, plot = TRUE)
The text was updated successfully, but these errors were encountered: