clquezada / tRophicPosition

estimate trophic position using stable isotope data
16 stars 3 forks source link

Remove dependency on ArgumentCheck #106

Closed nutterb closed 6 years ago

nutterb commented 6 years ago

I saw your package show up as a reverse dependency to ArgumentCheck. Unfortunately, I have abandoned maintaining ArgumentCheck and adopted the use of checkmate instead. I plan to eventually remove ArgumentCheck from CRAN.

I removed the use of ArgumentCheck in this pull request. It wasn't truly necessary, as you only perform one check, and it returns a warning. (The premise of ArgumentCheck is better suited to multiple errors, and checkmate handles them better anyway).

clquezada commented 6 years ago

Thank you for sending this pull request, I merged it, and I will check how to use properly checkmate