tidyfun / tf

S3 classes and methods for tidy functional data
https://tidyfun.github.io/tf/
GNU Affero General Public License v3.0
6 stars 2 forks source link

refactor: use `call. = FALSE` in stop and warning calls #75

Closed m-muecke closed 5 months ago

m-muecke commented 5 months ago

Closes: https://github.com/tidyfun/tf/issues/70

codecov-commenter commented 5 months ago

Codecov Report

Attention: 67 lines in your changes are missing coverage. Please review.

Comparison is base (3192108) 71.15% compared to head (2dbab02) 71.18%. Report is 5 commits behind head on dev.

:exclamation: Current head 2dbab02 differs from pull request most recent head c89fff9. Consider uploading reports for the commit c89fff9 to get more accurate results

Files Patch % Lines
R/tfb-spline.R 81.70% 15 Missing :warning:
R/ops.R 20.00% 8 Missing :warning:
R/vctrs.R 72.00% 7 Missing :warning:
R/smooth.R 0.00% 6 Missing :warning:
R/tfb-fpc.R 0.00% 6 Missing :warning:
R/calculus.R 42.85% 4 Missing :warning:
R/depth.R 33.33% 4 Missing :warning:
R/methods.R 0.00% 4 Missing :warning:
R/tfd-class.R 0.00% 4 Missing :warning:
R/utils.R 60.00% 4 Missing :warning:
... and 4 more

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #75 +/- ## ========================================== + Coverage 71.15% 71.18% +0.03% ========================================== Files 27 27 Lines 1723 1770 +47 ========================================== + Hits 1226 1260 +34 - Misses 497 510 +13 ```

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

fabian-s commented 5 months ago

thanks once more :)