BiologicalRecordsCentre / sparta

Species Presence/Absence R Trends Analyses
http://biologicalrecordscentre.github.io/sparta/index.html
MIT License
21 stars 24 forks source link

Addressing issue #71 #72

Closed CharlieOuthwaite closed 6 years ago

CharlieOuthwaite commented 6 years ago

Edits made to occurrenceChange function to address issue #71. Functions now take subset of occ_it for specified first/last year rather than just the first and last column.

codecov-io commented 6 years ago

Codecov Report

Merging #72 into master will decrease coverage by 0.06%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   32.48%   32.42%   -0.07%     
==========================================
  Files          79       79              
  Lines        2952     2958       +6     
==========================================
  Hits          959      959              
- Misses       1993     1999       +6
Impacted Files Coverage Δ
R/occurrenceChange.r 0% <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 2984e57...2c61e70. Read the comment docs.

AugustT commented 6 years ago

thanks Charlie