EOGrady21 / vprr

Video Plankton Recorder Data Processing
https://eogrady21.github.io/vprr/
Other
2 stars 1 forks source link

URGENT: Akima Dependency #34

Closed EOGrady21 closed 2 years ago

EOGrady21 commented 2 years ago

CRAN maintainers have let us know that continued dependency on akima will result in a removal of our package from CRAN.

We currently offer users the option to use akima as one of the interpolation methods. I think it should be relatively staright forward to remove this option and rely instead on the interp package.

Dan has also given a helpful suggestion of wrapping interpolation attempts in a try() catch to avoid errors.

EOGrady21 commented 2 years ago

This should be resolved now. I want to tidy up a few other things, including @kevinsorochan 's vignette edits before re-releasing to CRAN but we have a July 4th deadline to work towards.