BiologicalRecordsCentre / BRCindicators

An R package for creating indicators from trends data
4 stars 11 forks source link

Fixing bugs & updating documentation #59

Closed drnickisaac closed 4 years ago

AugustT commented 4 years ago

This fails becuse you have not commented the comments in your example. They should look like this:

#' # Create some example data in the format required
AugustT commented 4 years ago

I've fixed this, tests re-running. Remember to always run 'check' before submitting, it will show you these sorts of problems.

AugustT commented 4 years ago

@drnickisaac My fix didn't work. Can you make these changes locally, re-document and then push up?

AugustT commented 4 years ago

Nice, I like your use of @format in the data help documentation, haven't seen that used before