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

Package is removed from CRAN? #6

Closed burgerga closed 5 years ago

burgerga commented 5 years ago

Running into the problem that students can't use phaseR anymore.

https://cran.r-project.org/web/packages/phaseR/index.html

Archived on 2019-09-08 as check problems were not corrected in time.

Time to get that .travis.yml to work ;)

burgerga commented 5 years ago

Problem might be related to deSolve, workaround for the time being:

install.packages('deSolve')
remotes::install_github("mjg211/phaseR")
mjg211 commented 5 years ago

Will fix this ASAP!

mjg211 commented 5 years ago

Have submitted a new version with a fix, hopefully up on CRAN soon :)

mjg211 commented 5 years ago

It passed; should be back up soon