Skip to content
New issue

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

Feat/centroid dyad #88

Merged
merged 34 commits into from
Oct 4, 2024
Merged

Feat/centroid dyad #88

merged 34 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. fix missing data.table::

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    43b0fdb View commit details
    Browse the repository at this point in the history
  2. add family

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    44a5291 View commit details
    Browse the repository at this point in the history
  3. fst centroid_dyad

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    09003a2 View commit details
    Browse the repository at this point in the history
  4. description, details

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2c76050 View commit details
    Browse the repository at this point in the history
  5. params

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    915fce3 View commit details
    Browse the repository at this point in the history
  6. returns

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8a141c1 View commit details
    Browse the repository at this point in the history
  7. export, family, seealso

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    32b8450 View commit details
    Browse the repository at this point in the history
  8. examples

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4998aba View commit details
    Browse the repository at this point in the history
  9. args

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ee6bf91 View commit details
    Browse the repository at this point in the history
  10. checks

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4024b09 View commit details
    Browse the repository at this point in the history
  11. parse xy cols

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d62dab3 View commit details
    Browse the repository at this point in the history
  12. merge edges, DT

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    85fa555 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d9e2ba8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1e4f0f3 View commit details
    Browse the repository at this point in the history
  15. tidy, return

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    97caf02 View commit details
    Browse the repository at this point in the history
  16. clarify reassign

    otherwise would require an additional merge back onto input edges with
    [, on = syntax
    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2571ad8 View commit details
    Browse the repository at this point in the history
  17. fst test centroid_dyad

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2ec25e4 View commit details
    Browse the repository at this point in the history
  18. setup

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0f9fee6 View commit details
    Browse the repository at this point in the history
  19. test edges, DT required

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    85622c2 View commit details
    Browse the repository at this point in the history
  20. test args required

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d38faa2 View commit details
    Browse the repository at this point in the history
  21. test na bool

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f97d5b8 View commit details
    Browse the repository at this point in the history
  22. test columns exist

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    105a6fa View commit details
    Browse the repository at this point in the history
  23. test coords type

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    90efef3 View commit details
    Browse the repository at this point in the history
  24. test preexisting detected

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1475773 View commit details
    Browse the repository at this point in the history
  25. test ncols, nrows output

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8b11c3b View commit details
    Browse the repository at this point in the history
  26. test doubles

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    61d35ca View commit details
    Browse the repository at this point in the history
  27. test data.table

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4d58646 View commit details
    Browse the repository at this point in the history
  28. fix missing clarification

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4656000 View commit details
    Browse the repository at this point in the history
  29. check id

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1864611 View commit details
    Browse the repository at this point in the history
  30. fix use id arg

    robitalec committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    83a7b75 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. test simple expectations

    robitalec committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    69d993e View commit details
    Browse the repository at this point in the history
  2. note fillNA false

    robitalec committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6ce97ee View commit details
    Browse the repository at this point in the history
  3. test nrow expected

    robitalec committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    48892a1 View commit details
    Browse the repository at this point in the history
  4. man

    robitalec committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3719490 View commit details
    Browse the repository at this point in the history