{
  "_id": "6a4a3890ebd24c9589271269",
  "Package": "diffeqr",
  "Type": "Package",
  "Title": "Solving Differential Equations (ODEs, SDEs, DDEs, DAEs)",
  "Version": "2.1.0",
  "Authors@R": "person(\"Christopher\", \"Rackauckas\", email = \"me@chrisrackauckas.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "An interface to 'DifferentialEquations.jl'\n<https://diffeq.sciml.ai/dev/> from the R programming language.\nIt has unique high performance methods for solving ordinary\ndifferential equations (ODE), stochastic differential equations\n(SDE), delay differential equations (DDE),\ndifferential-algebraic equations (DAE), and more. Much of the\nfunctionality, including features like adaptive time stepping\nin SDEs, are unique and allow for multiple orders of magnitude\nspeedup over more common methods. Supports GPUs, with support\nfor CUDA (NVIDIA), AMD GPUs, Intel oneAPI GPUs, and Apple's\nMetal (M-series chip GPUs). 'diffeqr' attaches an R interface\nonto the package, allowing seamless use of this tooling by R\nusers. For more information, see Rackauckas and Nie (2017)\n<doi:10.5334/jors.151>.",
  "Encoding": "UTF-8",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/SciML/diffeqr",
  "SystemRequirements": "Julia (>= 1.10), DifferentialEquations.jl,\nModelingToolkit.jl",
  "RoxygenNote": "7.1.1",
  "VignetteBuilder": "knitr",
  "Repository": "https://sciml.r-universe.dev",
  "Date/Publication": "2026-06-07 10:30:03 UTC",
  "RemoteUrl": "https://github.com/sciml/diffeqr",
  "RemoteRef": "HEAD",
  "RemoteSha": "e55e71b393719900c29fcf9f16321730087f14e9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-07 11:29:20 UTC",
    "User": "root"
  },
  "Author": "Christopher Rackauckas [aut, cre, cph]",
  "Maintainer": "Christopher Rackauckas <me@chrisrackauckas.com>",
  "_user": "sciml",
  "_type": "src",
  "_file": "diffeqr_2.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/84f61753ed1cf297bafaee729f1e837a9056f91b106ee19c11582e8ada6f1978",
  "_filesize": 748524,
  "_sha256": "84f61753ed1cf297bafaee729f1e837a9056f91b106ee19c11582e8ada6f1978",
  "_expires": "2026-10-13T10:57:18.000Z",
  "_created": "2026-06-07T11:29:20.000Z",
  "_published": "2026-07-05T10:57:20.366Z",
  "_jobs": [
    {
      "job": 85216768020,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7463697367"
    },
    {
      "job": 85216768060,
      "time": 156,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463702137"
    },
    {
      "job": 85216768073,
      "time": 74,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7463692290"
    },
    {
      "job": 85216768145,
      "time": 104,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463695798"
    },
    {
      "job": 85216768000,
      "time": 177,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463683394"
    },
    {
      "job": 85216768035,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463696251"
    },
    {
      "job": 85216768081,
      "time": 69,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7463691839"
    },
    {
      "job": 85216768140,
      "time": 63,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7463690931"
    },
    {
      "job": 85216768135,
      "time": 75,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463692481"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/sciml/actions/runs/27091184574",
  "_status": "success",
  "_upstream": "https://github.com/sciml/diffeqr",
  "_commit": {
    "id": "e55e71b393719900c29fcf9f16321730087f14e9",
    "author": "Chris Rackauckas - Beep Boop Edition <admin@chrisrackauckas.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "ci: add standard centralized workflows (#61)\n\nAdds DependabotAutoMerge.yml (auto-merge Dependabot PRs).\n\nCo-authored-by: ChrisRackauckas-Claude <noreply@anthropic.com>\nCo-authored-by: Chris Rackauckas <accounts@chrisrackauckas.com>",
    "time": 1780828203
  },
  "_maintainer": {
    "name": "Christopher Rackauckas",
    "email": "me@chrisrackauckas.com",
    "login": "chrisrackauckas",
    "twitter": "@chrisrackauckas",
    "description": "Applied Mathematics Instructor at MIT, researching numerical differential equations and their applications to scientific machine learning (SciML)",
    "uuid": 1814174
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "JuliaCall",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "sciml",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-36",
      "n": 2
    },
    {
      "week": "2026-01",
      "n": 1
    },
    {
      "week": "2026-02",
      "n": 3
    },
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "dae",
    "dde",
    "delay-differential-equations",
    "differential-algebraic-equations",
    "differential-equations",
    "ode",
    "ordinary-differential-equations",
    "scientific-machine-learning",
    "sciml",
    "sde",
    "stochastic-differential-equations"
  ],
  "_stars": 147,
  "_contributors": [
    {
      "user": "chrisrackauckas",
      "count": 176,
      "uuid": 1814174
    },
    {
      "user": "non-contradiction",
      "count": 4,
      "uuid": 10393778
    },
    {
      "user": "claude",
      "count": 3,
      "uuid": 81847
    },
    {
      "user": "nanhung",
      "count": 3,
      "uuid": 25087463
    },
    {
      "user": "aayushsabharwal",
      "count": 2,
      "uuid": 23384717
    },
    {
      "user": "thazhemadam",
      "count": 1,
      "uuid": 47104651
    },
    {
      "user": "asinghvi17",
      "count": 1,
      "uuid": 32143268
    },
    {
      "user": "chrisrackauckas-claude",
      "count": 1,
      "uuid": 224351616
    },
    {
      "user": "waidschrat",
      "count": 1,
      "uuid": 14974082
    }
  ],
  "_userbio": {
    "uuid": 21238080,
    "type": "organization",
    "name": "SciML Open Source Scientific Machine Learning",
    "description": "Open source software for scientific machine learning"
  },
  "_downloads": {
    "count": 227,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/diffeqr"
  },
  "_devurl": "https://github.com/sciml/diffeqr",
  "_searchresults": 41,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/diffeqr.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sciml/diffeqr",
  "_realowner": "sciml",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-04-24"
    },
    {
      "version": "0.1.1",
      "date": "2018-04-27"
    },
    {
      "version": "0.1.2",
      "date": "2019-07-12"
    },
    {
      "version": "0.1.3",
      "date": "2019-09-22"
    },
    {
      "version": "1.0.0",
      "date": "2020-08-26"
    },
    {
      "version": "1.1.0",
      "date": "2021-01-08"
    },
    {
      "version": "1.1.1",
      "date": "2021-08-05"
    },
    {
      "version": "1.1.3",
      "date": "2022-12-25"
    },
    {
      "version": "2.0.0",
      "date": "2023-10-20"
    },
    {
      "version": "2.0.1",
      "date": "2024-03-18"
    },
    {
      "version": "2.1.0",
      "date": "2024-12-04"
    }
  ],
  "_exports": [
    "diffeq_setup",
    "diffeqgpu_setup",
    "jitoptimize_ode",
    "jitoptimize_sde"
  ],
  "_help": [
    {
      "page": "diffeq_setup",
      "title": "Setup diffeqr",
      "topics": [
        "diffeq_setup"
      ]
    },
    {
      "page": "diffeqgpu_setup",
      "title": "Setup DiffEqGPU",
      "topics": [
        "diffeqgpu_setup"
      ]
    },
    {
      "page": "jitoptimize_ode",
      "title": "Jit Optimize an ODEProblem",
      "topics": [
        "jitoptimize_ode"
      ]
    },
    {
      "page": "jitoptimize_sde",
      "title": "Jit Optimize an SDEProblem",
      "topics": [
        "jitoptimize_sde"
      ]
    }
  ],
  "_readme": "https://github.com/sciml/diffeqr/raw/HEAD/README.md",
  "_rundeps": [
    "evaluate",
    "highr",
    "JuliaCall",
    "knitr",
    "Rcpp",
    "rjson",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "gpu.Rmd",
      "filename": "gpu.html",
      "title": "GPU-Accelerated Ordinary Differential Equations (ODE) in R with diffeqr",
      "author": "Chris Rackauckas",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Note: diffeqr::diffeqgpu_setup can take awhile to run the first time as it installs the drivers!",
        "Benchmark"
      ],
      "created": "2020-08-23 02:15:05",
      "modified": "2023-10-20 04:42:43",
      "commits": 2
    },
    {
      "source": "dde.Rmd",
      "filename": "dde.html",
      "title": "Solving Delay Differential Equations (DDE) in R with diffeqr",
      "author": "Chris Rackauckas",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2018-04-20 00:27:03",
      "modified": "2026-01-08 16:10:38",
      "commits": 5
    },
    {
      "source": "dae.Rmd",
      "filename": "dae.html",
      "title": "Solving Differential-Algebraic Equations (DAE) in R with diffeqr",
      "author": "Chris Rackauckas",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2018-04-20 00:27:03",
      "modified": "2026-01-08 16:10:38",
      "commits": 5
    },
    {
      "source": "ode.Rmd",
      "filename": "ode.html",
      "title": "Solving Ordinary Differential Equations (ODE) in R with diffeqr",
      "author": "Chris Rackauckas",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1D Linear ODEs",
        "Systems of ODEs",
        "Option Handling",
        "Performance Enhancements"
      ],
      "created": "2018-04-19 19:43:24",
      "modified": "2026-01-08 16:10:38",
      "commits": 11
    },
    {
      "source": "sde.Rmd",
      "filename": "sde.html",
      "title": "Solving Stochastic Differential Equations (SDE) in R with diffeqr",
      "author": "Chris Rackauckas",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1D SDEs",
        "Systems of Diagonal Noise SDEs",
        "Systems of SDEs with Non-Diagonal Noise"
      ],
      "created": "2018-04-19 19:43:24",
      "modified": "2026-01-08 16:10:38",
      "commits": 10
    }
  ],
  "_score": 8.683191178459856,
  "_indexed": true,
  "_nocasepkg": "diffeqr",
  "_universes": [
    "sciml",
    "chrisrackauckas"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.1.0",
      "date": "2026-06-07T11:31:18.000Z",
      "distro": "noble",
      "commit": "e55e71b393719900c29fcf9f16321730087f14e9",
      "fileid": "https://r2.ropensci.org/17cc0d8687ec2e7377f4a323713a7b5e774d67c53877f2561822982486f1f6a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sciml/actions/runs/27091184574"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.1.0",
      "date": "2026-06-07T11:31:57.000Z",
      "distro": "noble",
      "commit": "e55e71b393719900c29fcf9f16321730087f14e9",
      "fileid": "https://r2.ropensci.org/80e4215e3f0e3d68d33cc0da7b777a014e88945ff4f6156be4d7242c27d846d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sciml/actions/runs/27091184574"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.1.0",
      "date": "2026-06-07T11:30:40.000Z",
      "commit": "e55e71b393719900c29fcf9f16321730087f14e9",
      "fileid": "https://r2.ropensci.org/b4db204834d9e2dbff324f8d5e50d9f49e23eec5019f4557b9719b1e8961f6cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sciml/actions/runs/27091184574"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.1.0",
      "date": "2026-06-07T11:31:04.000Z",
      "commit": "e55e71b393719900c29fcf9f16321730087f14e9",
      "fileid": "https://r2.ropensci.org/685e727c2d5f3e93adb5841f5999adafa44c8cb38601ea978b5bd1133bc72d9e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sciml/actions/runs/27091184574"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.1.0",
      "date": "2026-06-07T11:31:20.000Z",
      "commit": "e55e71b393719900c29fcf9f16321730087f14e9",
      "fileid": "https://r2.ropensci.org/7a916dc916af9f539d0c2a62dce5699a50760d64c55117d37a1ec90b6357f226",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sciml/actions/runs/27091184574"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.1.0",
      "date": "2026-06-07T11:30:29.000Z",
      "commit": "e55e71b393719900c29fcf9f16321730087f14e9",
      "fileid": "https://r2.ropensci.org/b9815928ac75e263e68afb29fd5eddfcd8b11309e78d87335ea01383aa9c1de3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sciml/actions/runs/27091184574"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.1.0",
      "date": "2026-06-07T11:30:22.000Z",
      "commit": "e55e71b393719900c29fcf9f16321730087f14e9",
      "fileid": "https://r2.ropensci.org/23cf693821d8cb3be2f8c9c101036e86053718f95fa5abb155c61ca583850215",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sciml/actions/runs/27091184574"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.1.0",
      "date": "2026-06-07T11:30:34.000Z",
      "commit": "e55e71b393719900c29fcf9f16321730087f14e9",
      "fileid": "https://r2.ropensci.org/f60fcd41427d2d2c98edc7b534d271151a27eda663e225865306b1632c3d874c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sciml/actions/runs/27091184574"
    }
  ]
}