ocean-tracking-network / glatos

9 stars 4 forks source link

Bug in `calc_collision_prob` example #212

Closed mhpob closed 9 months ago

mhpob commented 10 months ago

Example in calc_collision_prob was unfinished. Introduced in a266368.

Picked up locally on Windows, but not picked up by R CMD check on CI.

mhpob commented 9 months ago

R CMD check should complete without errors (only warnings!) after a fix to this and review/acceptance of #214. Note the GH Action will still fail when there are warnings present unless the error-on argument is changed to '"error"' (see docs here: https://github.com/r-lib/actions/tree/v2/check-r-package#usage).

mhpob commented 9 months ago

Closed in #214