Closed kmdupr33 closed 4 years ago
Merging #32 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #32 +/- ##
=======================================
Coverage 65.56% 65.56%
=======================================
Files 11 11
Lines 212 212
=======================================
Hits 139 139
Misses 73 73
Impacted Files | Coverage Δ | |
---|---|---|
R/widely.R | 97.82% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 4220fb0...ea1fd91. Read the comment docs.
Awesome, thanks Matt!
Np! Glad I could help! Let me know if there's anything else you'd like help with here. It gives me a good opportunity to practice what I'm learning :)
You mentioned during your Tidy Tuesday live screencast on Analyzing cocktail recipes that you need to update widyr to use
as_tibble
instead oftbl_df
. This pr does that. I have tested that this still works locally by running