Skip to content

Bug: type error on update intervar #297

Description

@pj-sullivan

Provide the command used or report the bug here

What version are you using?

Add error message here (if applicable)

2026-08-13T14:39:20.316169192Z Error in `left_join()`:
2026-08-13T14:39:20.316213229Z ! Can't join `x$Start` with `y$Start_clinvar` due to incompatible types.
2026-08-13T14:39:20.316218739Z ℹ `x$Start` is a <character>.
2026-08-13T14:39:20.316223314Z ℹ `y$Start_clinvar` is a <double>.
2026-08-13T14:39:20.316226915Z Backtrace:
2026-08-13T14:39:20.316230341Z      ▆
2026-08-13T14:39:20.316233774Z   1. ├─... %>% ...
2026-08-13T14:39:20.316237442Z   2. ├─dplyr::rename(...)
2026-08-13T14:39:20.316241040Z   3. ├─dplyr::filter(...)
2026-08-13T14:39:20.316244663Z   4. ├─dplyr::left_join(...)
2026-08-13T14:39:20.316248261Z   5. ├─dplyr:::left_join.data.frame(...)
2026-08-13T14:39:20.316251806Z   6. │ └─dplyr:::join_mutate(...)
2026-08-13T14:39:20.316255406Z   7. │   └─dplyr:::join_cast_common(x_key, y_key, vars, error_call = error_call)
2026-08-13T14:39:20.316259189Z   8. │     ├─rlang::try_fetch(...)
2026-08-13T14:39:20.316262655Z   9. │     │ └─base::withCallingHandlers(...)
2026-08-13T14:39:20.316266219Z  10. │     └─vctrs::vec_ptype2(x, y, x_arg = "", y_arg = "", call = error_call)
2026-08-13T14:39:20.316269912Z  11. ├─vctrs (local) `<fn>`()
2026-08-13T14:39:20.316273475Z  12. │ └─vctrs::vec_default_ptype2(...)
2026-08-13T14:39:20.316276961Z  13. │   ├─base::withRestarts(...)
2026-08-13T14:39:20.316280434Z  14. │   │ └─base (local) withOneRestart(expr, restarts[[1L]])
2026-08-13T14:39:20.316283895Z  15. │   │   └─base (local) doWithOneRestart(return(expr), restart)
2026-08-13T14:39:20.316287428Z  16. │   └─vctrs::stop_incompatible_type(...)
2026-08-13T14:39:20.316290877Z  17. │     └─vctrs:::stop_incompatible(...)
2026-08-13T14:39:20.316294364Z  18. │       └─vctrs:::stop_vctrs(...)
2026-08-13T14:39:20.316297830Z  19. │         └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call)
2026-08-13T14:39:20.316302042Z  20. │           └─rlang:::signal_abort(cnd, .file)
2026-08-13T14:39:20.316305541Z  21. │             └─base::signalCondition(cnd)
2026-08-13T14:39:20.316308985Z  22. └─rlang (local) `<fn>`(`<vctrs__2>`)
2026-08-13T14:39:20.316312641Z  23.   └─handlers[[1L]](cnd)
2026-08-13T14:39:20.316316088Z  24.     └─dplyr:::rethrow_error_join_incompatible_type(cnd, vars, error_call)
2026-08-13T14:39:20.316319602Z  25.       └─dplyr:::stop_join(...)
2026-08-13T14:39:20.316323048Z  26.         └─dplyr:::stop_dplyr(...)
2026-08-13T14:39:20.316326524Z  27.           └─rlang::abort(...)
2026-08-13T14:39:20.325613253Z Execution halted

Add Session info

Run sessionInfo() and post the output below

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions