Skip to content

Commit

Permalink
Remove out-of-date warning
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Mar 1, 2019
1 parent 047d019 commit 45b801a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -9,8 +9,6 @@

`odin` implements a high-level language for describing and implementing ordinary differential equations in R. It provides a "domain specific language" (DSL) which _looks_ like R but is compiled directly to C. The actual solution of the differential equations is done with the deSolve package, giving access to the excellent Livermore solvers (`lsoda`, `lsode`, etc).

**Warning: This project is in the early scoping stages; do not use for anything other than amusement/frustration purposes**

* The DSL is _declarative_ reflecting the mathematical nature of the equations (typically ODEs are simple mathematical relationships, so the order should not matter).
* It includes support for equations that involve vectors, matrices and higher dimensional arrays (up to 8!), including a high-level array indexing notation that removes the need for looping.
* Delay differential equations are supported, including when the delayed quantities are expressions of variables.
Expand Down

0 comments on commit 45b801a

Please sign in to comment.