Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on relax #17

Closed
droglenc opened this issue Mar 25, 2016 · 1 comment
Closed

Remove dependency on relax #17

droglenc opened this issue Mar 25, 2016 · 1 comment
Assignees

Comments

@droglenc
Copy link
Contributor

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 droglenc self-assigned this Mar 25, 2016
@droglenc
Copy link
Contributor Author

Is addressed in v0.8.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant