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

Add collapseHz() #307

Merged
merged 25 commits into from
Oct 15, 2024
Merged

Add collapseHz() #307

merged 25 commits into from
Oct 15, 2024

Commits on Feb 24, 2024

  1. Add collapseHz()

    brownag committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    ee45cf2 View commit details
    Browse the repository at this point in the history
  2. Add test

    brownag committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a5c22e3 View commit details
    Browse the repository at this point in the history
  3. fun

    brownag committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    71de71c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    5d1586b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b30975 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. update aggregation methods

    - implement ignoring specific numeric columns with `ignore_numerics
    - add argument`AGGFUN` for column name specific aggregations
    - default for categories is to returndominant condition rather than just thickest layer
    brownag committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    494f917 View commit details
    Browse the repository at this point in the history
  2. update for using existing GHL(), refine logic for multiple matches …

    …per profile, add example
    brownag committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5339a61 View commit details
    Browse the repository at this point in the history
  3. add test + docs

    brownag committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    729e7c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17ed949 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21c3ad8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c3b432 View commit details
    Browse the repository at this point in the history
  7. doc

    brownag committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f01ffe2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0098010 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    424ebbe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    489d2a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5bcac07 View commit details
    Browse the repository at this point in the history
  12. NA in by argument not allowed

    brownag committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    268497d View commit details
    Browse the repository at this point in the history
  13. handle NA values (when na.rm=FALSE) in aggregation of thickness for…

    … dominant condition
    brownag committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1a84883 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2902a8a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    80dc40f View commit details
    Browse the repository at this point in the history
  16. test context

    dylanbeaudette committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d9a567b View commit details
    Browse the repository at this point in the history
  17. Update NEWS

    brownag committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    73c848b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    23b67f3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a7afe03 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    70fc053 View commit details
    Browse the repository at this point in the history