fishR-Core-Team / FSA

FSA (Fisheries Stock Assessment) package provides R functions to conduct typical introductory fisheries analyses.
https://fishr-core-team.github.io/FSA/
GNU General Public License v2.0
65 stars 20 forks source link

Functions to deprecate/remove #65

Closed droglenc closed 3 years ago

droglenc commented 3 years ago

We should consider removing the following functions as they are only peripherally related to the purpose of FSA and cause some maintenance or performance issues. For some of these we could create a vignette (or the like) that demonstrates how this functionality is better performed with functions from other packages.

droglenc commented 3 years ago

Summarize() is used in several other functions in FSA, is used in several tests, may generally be a useful quick summary to users (similar to peek()), and provides some functionality not readily available in base R (e.g., number of valid observations). Mostly to minimize possible breaking changes to other functions I suggest we do NOT deprecate Summarize().