Public-Health-Scotland / phsmethods

An R package to standardise methods used in Public Health Scotland (https://public-health-scotland.github.io/phsmethods/)
https://public-health-scotland.github.io/phsmethods/
54 stars 13 forks source link

Version 0.2.2 - Some improvements #83

Closed Tina815 closed 1 year ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #83 (513c527) into master (e7575c7) will decrease coverage by 0.75%. The diff coverage is 98.67%.

@@             Coverage Diff             @@
##            master      #83      +/-   ##
===========================================
- Coverage   100.00%   99.25%   -0.75%     
===========================================
  Files           12       13       +1     
  Lines          342      400      +58     
===========================================
+ Hits           342      397      +55     
- Misses           0        3       +3     
Impacted Files Coverage Δ
R/make_inheritance_checks.R 88.88% <88.88%> (ø)
R/age_calculate.R 100.00% <100.00%> (ø)
R/chi_check.R 100.00% <100.00%> (ø)
R/chi_pad.R 100.00% <100.00%> (ø)
R/dob_from_chi.R 100.00% <100.00%> (ø)
R/extract_fin_year.R 100.00% <100.00%> (ø)
R/file_size.R 100.00% <100.00%> (ø)
R/format_postcode.R 100.00% <100.00%> (ø)
R/match_area.R 100.00% <100.00%> (ø)
R/qtr.R 100.00% <100.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Moohan commented 2 years ago

I noticed you were merging my changes which add some usage of cli so I just did another PR to roll out cli to all of the errors etc. - #85