lauken13 / mrpkit

Tools and tutorials for multi-level regression and post-stratification of survey data
Other
10 stars 0 forks source link

Refactor datainput #140

Closed lauken13 closed 2 years ago

lauken13 commented 2 years ago

Changed forloop to dplyr based coded. Also needed to add a dependency on tidyr for pivot_longer. Solves issues #134

codecov-commenter commented 2 years ago

Codecov Report

Merging #140 (1110a0c) into master (b514275) will increase coverage by 0.01%. The diff coverage is 100.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.