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).
The
relax
package is used in the dynamics plots ofvbStarts()
andsrStarts()
. However,relax
relies ontcltk
which causes all kinds of problems with some installations (Mac OS and Travis-CI). In addition, the dynamic plotting would be better done withmanipulate()
from themanipulate
package. Finally, the dynamic plots can essentially be created with multiple uses ofcurve()
as demonstrated in the IFAR book.Move the dynamic plotting portions of
vbStarts()
andsrStarts()
to theFSASims
package. Leave a note invbStarts()
andsrStarts()
inFSA
that directs the user to alternatives (andFSAsims
).