mjg211 / phaseR

Development version of phaseR, an R package for phase plane analysis of one- and two-dimensional autonomous ODE systems
https://doi.org/10.32614/RJ-2014-023
Other
15 stars 3 forks source link

Add support for alternative formulation of the deriv functions #1

Closed burgerga closed 6 years ago

burgerga commented 6 years ago

First work on the alternative formulation, I only did the functions that were already in 1.3 since I had some examples I could use there. If you have examples of the new functions I could have a look at them as well. In the process, I fixed/added some other things, but the separate commits should be pretty explanatory. If you add your github account to Travis CI you can automatically run the CRAN tests (and unit tests) on any commit, to see if everything still works / is acceptable for CRAN. Let me know what you think!

PS I took the liberty of adding myself as contributor in the DESCRIPTION and changed it to the format discussed here ;)

burgerga commented 6 years ago

Oh I did the changes for phasePortrait too, but forgot to put it in the commit message.