{
  "_id": "6a4a144618ec5aec69204122",
  "Package": "mcODE",
  "Type": "Package",
  "Title": "Monte Carlo Solution of First Order Differential Equations",
  "Version": "1.1",
  "Date": "2024-07-01",
  "Authors@R": "c(person(\"W.J.\", \"Braun\", role = c(\"aut\", \"cre\"),\nemail = \"john.braun@ubc.ca\"))",
  "Description": "Two functions for simulating the solution of initial value\nproblems of the form g'(x) = G(x, g) with g(x0) = g0.  One is\nan acceptance-rejection method. The other is a method based on\nthe Mean Value Theorem.",
  "LazyLoad": "true",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-10 10:05:01 UTC",
    "User": "root"
  },
  "Author": "W.J. Braun [aut, cre]",
  "Maintainer": "W.J. Braun <john.braun@ubc.ca>",
  "Repository": "https://wjbraun.r-universe.dev",
  "Date/Publication": "2024-07-03 02:42:38 UTC",
  "RemoteUrl": "https://github.com/cran/mcODE",
  "RemoteRef": "HEAD",
  "RemoteSha": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
  "_user": "wjbraun",
  "_type": "src",
  "_file": "mcODE_1.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/a12be32531faa4f650bdc60af8b53a33c70ca660317cea75f3d3d89e81ba6d14",
  "_filesize": 104922,
  "_sha256": "a12be32531faa4f650bdc60af8b53a33c70ca660317cea75f3d3d89e81ba6d14",
  "_expires": "2026-10-13T08:22:28.000Z",
  "_created": "2026-06-10T10:05:01.000Z",
  "_published": "2026-07-05T08:22:30.300Z",
  "_jobs": [
    {
      "job": 85206507079,
      "time": 97,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7532640049"
    },
    {
      "job": 85206507081,
      "time": 93,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7532638815"
    },
    {
      "job": 85206507109,
      "time": 69,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7532629855"
    },
    {
      "job": 85206507020,
      "time": 89,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7532637197"
    },
    {
      "job": 85206506866,
      "time": 133,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7532604779"
    },
    {
      "job": 85206507022,
      "time": 82,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7532634609"
    },
    {
      "job": 85206507053,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7532633925"
    },
    {
      "job": 85206507011,
      "time": 67,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7532631044"
    },
    {
      "job": 85206507064,
      "time": 73,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7532632995"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/wjbraun/actions/runs/27268669623",
  "_status": "success",
  "_upstream": "https://github.com/cran/mcODE",
  "_commit": {
    "id": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
    "author": "W.J. Braun <john.braun@ubc.ca>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1\n",
    "time": 1719974558
  },
  "_maintainer": {
    "name": "W.J. Braun",
    "email": "john.braun@ubc.ca",
    "login": "wjbraun",
    "description": "",
    "uuid": 42975060
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "wjbraun",
      "count": 1,
      "uuid": 42975060
    }
  ],
  "_userbio": {
    "uuid": 42975060,
    "type": "user",
    "name": "wjbraun"
  },
  "_downloads": {
    "count": 139,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mcODE"
  },
  "_searchresults": 1,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mcODE.html",
    "manual.pdf"
  ],
  "_realowner": "wjbraun",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.1",
      "date": "2024-07-02"
    }
  ],
  "_exports": [
    "ODE.ADA",
    "ODE.MVT",
    "ODE.MVT.agg"
  ],
  "_help": [
    {
      "page": "mcODE-package",
      "title": "Monte Carlo Integration of First Order ODEs",
      "topics": [
        "mcODE-package",
        "mcODE"
      ]
    },
    {
      "page": "ODE.ADA",
      "title": "Monte Carlo ODE Solver of Akhtar et al",
      "topics": [
        "ODE.ADA"
      ]
    },
    {
      "page": "ODE.MVT",
      "title": "Monte Carlo ODE Solver Based on Mean Value Theorem",
      "topics": [
        "ODE.MVT"
      ]
    },
    {
      "page": "ODE.MVT.agg",
      "title": "Monte Carlo ODE Solver Based on Mean Value Theorem - Replicated",
      "topics": [
        "ODE.MVT.agg"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "mcode",
  "_universes": [
    "wjbraun"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-06-10T10:06:46.000Z",
      "distro": "noble",
      "commit": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
      "fileid": "https://r2.ropensci.org/2044db2672f46f3184198d027c64697afe4100731cd3231697a4bf4782d0fcc4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjbraun/actions/runs/27268669623"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-06-10T10:06:43.000Z",
      "distro": "noble",
      "commit": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
      "fileid": "https://r2.ropensci.org/85e3aea0b508c7f5daaafea1f49a6aeb5d22e7927f4e53a4d5a13ec015bba53d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjbraun/actions/runs/27268669623"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1",
      "date": "2026-06-10T10:06:19.000Z",
      "commit": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
      "fileid": "https://r2.ropensci.org/335dcab66556853263e7ec9ae76ea4dca0d883fcc5e6ae968ff78b96de256a80",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjbraun/actions/runs/27268669623"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1",
      "date": "2026-06-10T10:06:39.000Z",
      "commit": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
      "fileid": "https://r2.ropensci.org/6c1ae42e591fe15bccfba5d7f488a8bacc1846ba771b2fa35b619819a1f46430",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjbraun/actions/runs/27268669623"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1",
      "date": "2026-06-10T10:06:38.000Z",
      "commit": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
      "fileid": "https://r2.ropensci.org/b71bbe0cca465697ebf9f786f1af98db238498f8c53fc9204b3c46d138ed2a5b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wjbraun/actions/runs/27268669623"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1",
      "date": "2026-06-10T10:06:24.000Z",
      "commit": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
      "fileid": "https://r2.ropensci.org/1fdddf3738446802a6ffc7168f31de9e9dbe8975738cd77e7922c9ea6137d082",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjbraun/actions/runs/27268669623"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1",
      "date": "2026-06-10T10:06:16.000Z",
      "commit": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
      "fileid": "https://r2.ropensci.org/800d90e9e25557c93461f6fa8cf75138b5eb26fcf3fba138d7a86530b48f7e7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjbraun/actions/runs/27268669623"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1",
      "date": "2026-06-10T10:06:15.000Z",
      "commit": "38a4e200f58c592e740e9e7c2e3cba748b36bb61",
      "fileid": "https://r2.ropensci.org/897aa4f5cda174cf402057c6255194cc93405b29398c1f1194f4076cc8fcfa93",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wjbraun/actions/runs/27268669623"
    }
  ]
}