Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove dependency on relax #17
Comments
|
Is addressed in v0.8.7. |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
Is addressed in v0.8.7. |
The
relaxpackage is used in the dynamics plots ofvbStarts()andsrStarts(). However,relaxrelies ontcltkwhich causes all kinds of problems with some installations (Mac OS and Travis-CI). In addition, the dynamic plotting would be better done withmanipulate()from themanipulatepackage. 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 theFSASimspackage. Leave a note invbStarts()andsrStarts()inFSAthat directs the user to alternatives (andFSAsims).