pik-piam / magclass

R package | Data Class and Tools for Handling Spatial-Temporal Data
GNU Lesser General Public License v3.0
4 stars 24 forks source link

added ifelse method #94

Closed tscheypidi closed 3 years ago

tscheypidi commented 3 years ago

This was necessary to avoid bugs due to incorrect order of entries

codecov[bot] commented 3 years ago

Codecov Report

Merging #94 (4a07a97) into master (deccc31) will increase coverage by 0.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   37.11%   37.40%   +0.28%     
==========================================
  Files         101      102       +1     
  Lines        4060     4064       +4     
==========================================
+ Hits         1507     1520      +13     
+ Misses       2553     2544       -9     
Impacted Files Coverage Δ
R/magpie-class.R 95.68% <ø> (ø)
R/ifelse.R 100.00% <100.00%> (ø)
R/magpie_expand.R 27.65% <0.00%> (+1.41%) :arrow_up:
R/ops-method.R 64.51% <0.00%> (+4.03%) :arrow_up:
R/getComment.R 66.66% <0.00%> (+66.66%) :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 deccc31...4a07a97. Read the comment docs.