ropensci / smapr

An R package for acquisition and processing of NASA SMAP data
https://docs.ropensci.org/smapr
79 stars 25 forks source link

Add support for smap/sentinel l2 data #34

Closed mbjoseph closed 6 years ago

mbjoseph commented 6 years ago

Relates to #30. There's some weird stuff going on with testthat, where warnings are raised about length 0 arguments to the min() function. But, the warning does not occur when checking the package. Curious to see how things shake out on Travis...

codecov-io commented 6 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   98.13%   98.14%   +0.01%     
==========================================
  Files           5        5              
  Lines         268      270       +2     
==========================================
+ Hits          263      265       +2     
  Misses          5        5
Impacted Files Coverage Δ
R/extract_smap.R 97.22% <100%> (+0.63%) :arrow_up:
R/find_smap.R 97.56% <0%> (-0.25%) :arrow_down:
R/download_smap.R 100% <0%> (ø) :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 47d922f...931aef5. Read the comment docs.