Closed mbjoseph closed 6 years ago
Merging #45 into master will increase coverage by
0.02%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #45 +/- ##
==========================================
+ Coverage 98.14% 98.16% +0.02%
==========================================
Files 5 5
Lines 270 273 +3
==========================================
+ Hits 265 268 +3
Misses 5 5
Impacted Files | Coverage Δ | |
---|---|---|
R/find_smap.R | 97.56% <ø> (ø) |
:arrow_up: |
R/download_smap.R | 100% <100%> (ø) |
: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 499d954...3b68bf5. Read the comment docs.
This adds an argument to download_smap() that prints which files are being downloaded, to reassure users that things are really happening.
Also, this includes an unrelated improvement to the documentation for find_smap() that points users to the "Details" section for a list of data set ids that are supported by smapr.
Solves #44