Package: deBif Type: Package Title: Bifurcation Analysis of Ordinary Differential Equation Systems Version: 0.1.10 Authors@R: c(person("Andre M.", "de Roos", email = "A.M.deRoos@uva.nl", role = c("aut", "cre"))) Description: Shiny application that performs bifurcation and phaseplane analysis of systems of ordinary differential equations. The package allows for computation of equilibrium curves as a function of a single free parameter, detection of transcritical, saddle-node and hopf bifurcation points along these curves, and computation of curves representing these transcritical, saddle-node and hopf bifurcation points as a function of two free parameters. The shiny-based GUI allows visualization of the results in both 2D- and 3D-plots. The implemented methods for solution localisation and curve continuation are based on the book "Elements of applied bifurcation theory" (Kuznetsov, Y. A., 1995; ISBN: 0-387-94418-4). License: GPL-3 Encoding: UTF-8 NeedsCompilation: yes Imports: graphics, deSolve (>= 1.3), rootSolve (>= 1.8), rstudioapi (>= 0.13), shiny (>= 1.7), shinyjs (>= 2.1), shinydashboard (>= 0.7), shinydashboardPlus (>= 2.0) Suggests: knitr, R.rsp, rmarkdown RoxygenNote: 7.3.2 VignetteBuilder: R.rsp Depends: R (>= 4.2) Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://amderoos.r-universe.dev Date/Publication: 2025-02-21 17:52:29 UTC RemoteUrl: https://github.com/amderoos/debif RemoteRef: HEAD RemoteSha: 47e6b5f384da74af10b0c869819f0f0c8f191430 Packaged: 2026-07-07 08:56:16 UTC; root Author: Andre M. de Roos [aut, cre] Maintainer: Andre M. de Roos