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

Increase package test coverage #120

Merged
merged 4 commits into from
Apr 24, 2024

Commits on Apr 18, 2024

  1. Increase package test coverage

    - added unit tests for getSomaScanLiftCCC(),
      parseCheck() and release utilities which
      were previously untested
    - increased overall package test coverage
      from 70.87% to 82.98%
    - closes SomaLogic#112
    scheidec committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9496eea View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update read_annotations() example

    - docs now point to the most recent 11k Excel
      annotations file
    stufield committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    09ccf4f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Add more corner case unit tests

    - closes SomaLogic#112
    stufield committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ffe49f8 View commit details
    Browse the repository at this point in the history
  2. Fixed bug in Summary.soma_adat() operations

    - these operations: min(), max(), any(), range(), etc.
    - would return the incorrect value due to
      an `as.matrix()` conversion under the hood
    - now skips that conversion, trips a warning,
      and carries on
    - triggers an error of non-numerics are passed
      as part of the '...' outside of a `soma_adat`,
      just like `Summary.data.frame()`
    - fixes SomaLogic#121
    stufield committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    895f3ca View commit details
    Browse the repository at this point in the history