ByrumLab / proteoDA

GNU General Public License v3.0
11 stars 11 forks source link

Convert input tibbles to data frames with warning #252

Closed tjthurman closed 8 months ago

tjthurman commented 8 months ago

The DAList() function now converts input tibbles to dataframes, and the validator checks that the data, annotation, and metadata slots in a DAList do not contain tibbles. This should avoid the issue reported in #251, which occurred because of tibbles in the downstream analysis.

Updates version to 1.0.1 Fixes #251

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2bc12d2) 99.77% compared to head (c8cbdad) 99.77%.

:exclamation: Current head c8cbdad differs from pull request most recent head 63f3944. Consider uploading reports for the commit 63f3944 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #252 +/- ## ======================================= Coverage 99.77% 99.77% ======================================= Files 17 17 Lines 1769 1790 +21 ======================================= + Hits 1765 1786 +21 Misses 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.