Package: diffeqr
Type: Package
Title: Solving Differential Equations (ODEs, SDEs, DDEs, DAEs)
Version: 1.1.1
Authors@R: person("Christopher", "Rackauckas", email = "me@chrisrackauckas.com", role = c("aut", "cre", "cph"))
Description: An interface to 'DifferentialEquations.jl' <https://diffeq.sciml.ai/dev/> from the R programming language.
  It has unique high performance methods for solving ordinary differential equations (ODE), stochastic differential equations (SDE),
  delay differential equations (DDE), differential-algebraic equations (DAE), and more. Much of the functionality,
  including features like adaptive time stepping in SDEs, are unique and allow for multiple orders of magnitude speedup over more common methods.
  'diffeqr' attaches an R interface onto the package, allowing seamless use of this tooling by R users. For more information,
  see Rackauckas and Nie (2017) <doi:10.5334/jors.151>.
Depends: R (>= 3.4.0)
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://github.com/SciML/diffeqr
SystemRequirements: Julia (>= 1.5), DifferentialEquations.jl,
        ModelingToolkit.jl
Imports: JuliaCall
RoxygenNote: 7.1.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-08-04 12:24:33 UTC; accou
Author: Christopher Rackauckas [aut, cre, cph]
Maintainer: Christopher Rackauckas <me@chrisrackauckas.com>
Repository: CRAN
Date/Publication: 2021-08-05 06:20:09 UTC
Built: R 4.0.2; ; 2021-08-06 10:42:30 UTC; unix
