Closed lauken13 closed 2 years ago
Merging #140 (1110a0c) into master (b514275) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #140 +/- ##
==========================================
+ Coverage 92.06% 92.07% +0.01%
==========================================
Files 5 5
Lines 605 606 +1
==========================================
+ Hits 557 558 +1
Misses 48 48
Impacted Files | Coverage Δ | |
---|---|---|
R/SurveyFit.R | 98.54% <100.00%> (+<0.01%) |
:arrow_up: |
R/SurveyMap.R | 82.04% <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 b514275...1110a0c. Read the comment docs.
Changed forloop to dplyr based coded. Also needed to add a dependency on tidyr for pivot_longer. Solves issues #134