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
66 stars 22 forks source link

Remove dependency on relax #17

Closed droglenc closed 8 years ago

droglenc commented 8 years ago

The relax package is used in the dynamics plots of vbStarts() and srStarts(). However, relax relies on tcltk which causes all kinds of problems with some installations (Mac OS and Travis-CI). In addition, the dynamic plotting would be better done with manipulate() from the manipulate package. Finally, the dynamic plots can essentially be created with multiple uses of curve() as demonstrated in the IFAR book.

Move the dynamic plotting portions of vbStarts() and srStarts() to the FSASims package. Leave a note in vbStarts() and srStarts() in FSA that directs the user to alternatives (and FSAsims).

droglenc commented 8 years ago

Is addressed in v0.8.7.