BiologicalRecordsCentre / sparta

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

Changes to OccDetModel help file + Added Encoding: UTF-8 #105

Closed galinajonsson closed 5 years ago

galinajonsson commented 5 years ago

I have removed the mention of closure_period as it is not used in this function (it is in formatOccData).

I have also added "Encoding: UTF-8" to the DESCRIPTION file becasue without it, chnages to any functions didn't work using Roxygen 6.1.0. I'm unsure whether this is just relevant on my machine.

galinajonsson commented 5 years ago

This addresses issue #82

AugustT commented 5 years ago

This was failing checks because I forgot to save the description file before you pushed it so it still had that funny merge notation in it. I have fixed that so now it should pass the tests.

codecov-io commented 5 years ago

Codecov Report

Merging #105 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #105   +/-   ##
=======================================
  Coverage   28.49%   28.49%           
=======================================
  Files          79       79           
  Lines        2692     2692           
=======================================
  Hits          767      767           
  Misses       1925     1925
Impacted Files Coverage Δ
R/occDetModel.r 94.11% <ø> (ø) :arrow_up:
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 d9408e9...9af18dd. Read the comment docs.