Package: diffeqr
Type: Package
Title: Solving Differential Equations (ODEs, SDEs, DDEs, DAEs)
Version: 1.1.0
Authors@R: person("Christopher", "Rackauckas", email = "me@chrisrackauckas.com", role = c("aut", "cre"))
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.
Depends: R (>= 3.4.0)
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://github.com/SciML/diffeqr
LazyData: true
SystemRequirements: Julia (>= 1.5), DifferentialEquations.jl,
        ModelingToolkit.jl
Imports: JuliaCall, stringr
RoxygenNote: 7.1.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-01-08 04:55:32 UTC; accou
Author: Christopher Rackauckas [aut, cre]
Maintainer: Christopher Rackauckas <me@chrisrackauckas.com>
Repository: CRAN
Date/Publication: 2021-01-08 07:10:06 UTC
