Package: grindR Type: Package Title: Phase Plane Analysis and Parameter Estimation for ODE Models Version: 0.1.4 Date: 2026-07-23 Authors@R: c( person("Rob J.", "de Boer", email = "r.j.deboer@uu.nl", role = c("aut")), person(given = "Bram", family = "van Dijk", email = "b.vandijk@uu.nl", role = c("aut", "cre")) ) Description: A wrapper around 'deSolve', 'rootSolve', and 'FME' that provides five easy-to-use functions for analyzing ordinary differential equation models: run() for numerical integration, plane() for phase plane analysis, newton() for finding steady states, continue() for bifurcation diagrams, and fit() for parameter estimation. License: GPL (>= 2) URL: https://tbb.bio.uu.nl/rdb/grind.html, https://github.com/bramvandijk88/grindR BugReports: https://github.com/bramvandijk88/grindR/issues Encoding: UTF-8 Depends: R (>= 4.0.0), deSolve, rootSolve, FME Suggests: testthat (>= 3.0.0) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make Repository: https://bramvandijk88.r-universe.dev Date/Publication: 2026-07-23 19:23:45 UTC RemoteUrl: https://github.com/bramvandijk88/grindR RemoteRef: HEAD RemoteSha: 6a2ba3ff1b54c86b15d04458a4d67c656b1090ac NeedsCompilation: no Packaged: 2026-07-23 20:46:41 UTC; root Author: Rob J. de Boer [aut], Bram van Dijk [aut, cre] Maintainer: Bram van Dijk