BiologicalRecordsCentre / sparta

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

Removed pipes from dplyr #112

Closed almitch closed 5 years ago

almitch commented 5 years ago

Removed the pipe from formatOccDec. This will help remove reliance on dplyr package.

codecov-io commented 5 years ago

Codecov Report

Merging #112 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #112   +/-   ##
=======================================
  Coverage   28.49%   28.49%           
=======================================
  Files          79       79           
  Lines        2692     2692           
=======================================
  Hits          767      767           
  Misses       1925     1925
Impacted Files Coverage Δ
R/formatOccData.r 65.71% <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 16d30a4...8c7a8cd. Read the comment docs.

AugustT commented 5 years ago

Looks great!