ropensci / weathercan

R package for downloading weather data from Environment and Climate Change Canada
https://docs.ropensci.org/weathercan
GNU General Public License v3.0
102 stars 29 forks source link

Dev steffi #51

Closed steffilazerte closed 6 years ago

steffilazerte commented 6 years ago

Fixes problems with downloading missing data

Description

Fixes a bug that errored on missing data when downloading from many stations. Also streamlines messages so they're not repeated ad nauseum when downloading from multiple stations.

codecov-io commented 6 years ago

Codecov Report

Merging #51 into master will increase coverage by 1.07%. The diff coverage is 96.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   92.11%   93.18%   +1.07%     
==========================================
  Files           5        5              
  Lines         558      602      +44     
==========================================
+ Hits          514      561      +47     
+ Misses         44       41       -3
Impacted Files Coverage Δ
R/weathercan-pkg.R 0% <0%> (ø) :arrow_up:
R/stations.R 96.8% <100%> (+0.1%) :arrow_up:
R/weather.R 95.89% <96.75%> (+1.67%) :arrow_up:

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 eb53b5f...d43093e. Read the comment docs.