Closed m-muecke closed 3 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 76.47059%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 74.09%. Comparing base (
f5a2eec
) to head (13b1cba
). Report is 50 commits behind head on dev.
Files | Patch % | Lines |
---|---|---|
R/tfb-spline.R | 71.42% | 2 Missing :warning: |
R/convert.R | 0.00% | 1 Missing :warning: |
R/tfb-fpc.R | 50.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
thanks --
zoo::bla
for some functions and importFrom zoo blub
for others? thanks --
- did you do this manually or use some kind of script to find the relevant LOCs? if the latter, could you post it here?
- why
zoo::bla
for some functions andimportFrom zoo blub
for others?
get()
call @importFrom zoo rollmean rollmedian was needed for having them in the namespace. If you like I can import the other zoo functions, I just didn't want the entire zoo package imported like beforeIf you like I can import the other zoo functions, I just didn't want the entire zoo package imported like before
I would prefer that, for consistency
If you like I can import the other zoo functions, I just didn't want the entire zoo package imported like before
I would prefer that, for consistency
done
Closes: https://github.com/tidyfun/tf/issues/94