Closed steffilazerte closed 6 years ago
Merging #61 into master will decrease coverage by
2.07%
. The diff coverage is33.33%
.
@@ Coverage Diff @@
## master #61 +/- ##
=======================================
- Coverage 79.07% 77% -2.08%
=======================================
Files 5 5
Lines 583 574 -9
=======================================
- Hits 461 442 -19
- Misses 122 132 +10
Impacted Files | Coverage Δ | |
---|---|---|
R/weathercan-pkg.R | 0% <0%> (ø) |
:arrow_up: |
R/stations.R | 33.07% <0%> (-3.37%) |
:arrow_down: |
R/weather.R | 95.07% <100%> (+0.01%) |
:arrow_up: |
R/utils.R | 50% <50%> (-28.13%) |
:arrow_down: |
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 43b5738...b30cc04. Read the comment docs.
weathercan 0.2.8 (2018-10-08)
Bug fixes
stations
data frame to remove dependency of Google API. Timezones added with thelutz
package, so updates the thestations
data frame now requirelutz
andsf
packages (added to Suggests).Changes
stations
bystation_id
not bystation_name
Other