{
  "_id": "6a1408f3acfb0bcc41d39f91",
  "Package": "simpleMH",
  "Title": "Simple Metropolis-Hastings MCMC Algorithm",
  "Version": "0.1.1.9000",
  "Authors@R": "person(given = \"Hugo\",\nfamily = \"Gruson\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"hugo.gruson+R@normalesup.org\",\ncomment = c(ORCID = \"0000-0002-4094-1476\"))",
  "Description": "A very bare-bones interface to use the Metropolis-Hastings\nMonte Carlo Markov Chain algorithm. It is suitable for teaching\nand testing purposes.",
  "License": "GPL-3",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1.9001",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/Bisaloo/simpleMH",
  "BugReports": "https://github.com/Bisaloo/simpleMH/issues",
  "Repository": "https://bisaloo.r-universe.dev",
  "Date/Publication": "2025-07-29 12:10:50 UTC",
  "RemoteUrl": "https://codeberg.org/Bisaloo/simpleMH",
  "RemoteRef": "HEAD",
  "RemoteSha": "a3e01d007599f914be5de992f341bad6db037ba4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-25 08:29:22 UTC",
    "User": "root"
  },
  "Author": "Hugo Gruson [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-4094-1476>)",
  "Maintainer": "Hugo Gruson <hugo.gruson+R@normalesup.org>",
  "MD5sum": "7ca6b37da56c3767359e598cedae1487",
  "_user": "bisaloo",
  "_type": "src",
  "_file": "simpleMH_0.1.1.9000.tar.gz",
  "_fileid": "116fb67c098d925f397b3b20d205dc583f2f832d2e41282ba27e92b16dc88c99",
  "_filesize": 190503,
  "_sha256": "116fb67c098d925f397b3b20d205dc583f2f832d2e41282ba27e92b16dc88c99",
  "_created": "2026-05-25T08:29:22.000Z",
  "_published": "2026-05-25T08:31:47.312Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77681147302,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7194625894"
    },
    {
      "job": 77681147283,
      "time": 118,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7194626355"
    },
    {
      "job": 77681147294,
      "time": 73,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7194613810"
    },
    {
      "job": 77681147312,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7194618984"
    },
    {
      "job": 77680784077,
      "time": 167,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7194594914"
    },
    {
      "job": 77681147264,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7194621779"
    },
    {
      "job": 77681147334,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7194613578"
    },
    {
      "job": 77681147280,
      "time": 68,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7194612592"
    },
    {
      "job": 77681147309,
      "time": 67,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7194612149"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bisaloo/actions/runs/26391099526",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://codeberg.org/Bisaloo/simpleMH",
  "_commit": {
    "id": "a3e01d007599f914be5de992f341bad6db037ba4",
    "author": "Hugo Gruson <10783929+Bisaloo@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Ensure current pkg is insalled to generate SBOM",
    "time": 1753791050
  },
  "_maintainer": {
    "name": "Hugo Gruson",
    "email": "hugo.gruson+r@normalesup.org",
    "login": "bisaloo",
    "mastodon": "@grusonh@mastodon.social",
    "orcid": "0000-0002-4094-1476",
    "description": "Evolutionary Biologist turned Research Software Engineer in R.",
    "uuid": 10783929
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "coda",
      "role": "Suggests"
    },
    {
      "package": "mockery",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "codeberg-bisaloo",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-31",
      "n": 4
    }
  ],
  "_tags": [],
  "_userbio": {
    "uuid": 10783929,
    "type": "user",
    "name": "Hugo Gruson",
    "description": "Evolutionary Biologist turned Research Software Engineer in R."
  },
  "_downloads": {
    "count": 181,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/simpleMH"
  },
  "_devurl": "https://github.com/bisaloo/simplemh",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/simpleMH.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/bisaloo/simplemh",
  "_realowner": "bisaloo",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-05-03"
    },
    {
      "version": "0.1.1",
      "date": "2024-02-06"
    }
  ],
  "_exports": [
    "simpleMH"
  ],
  "_help": [
    {
      "page": "simpleMH",
      "title": "Simple Metropolis-Hastings MCMC",
      "topics": [
        "simpleMH"
      ]
    }
  ],
  "_readme": "https://codeberg.org/Bisaloo/simpleMH/raw/HEAD/README.md",
  "_rundeps": [
    "mvtnorm"
  ],
  "_vignettes": [
    {
      "source": "FAQ.Rmd",
      "filename": "FAQ.html",
      "title": "Frequently Asked Questions",
      "engine": "knitr::rmarkdown",
      "headings": [
        "How to restrict the possible parameter range?"
      ],
      "created": "2021-02-17 14:20:48",
      "modified": "2025-07-28 17:46:38",
      "commits": 2
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "simplemh",
  "_universes": [
    "bisaloo"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.9000",
      "date": "2026-05-25T08:31:19.000Z",
      "distro": "noble",
      "commit": "a3e01d007599f914be5de992f341bad6db037ba4",
      "fileid": "047293abf15382d0d846fada7eacc9f4c1cd10d141051982e99755b5e08160a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bisaloo/actions/runs/26391099526"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1.9000",
      "date": "2026-05-25T08:31:20.000Z",
      "distro": "noble",
      "commit": "a3e01d007599f914be5de992f341bad6db037ba4",
      "fileid": "d57138c0fb8b4da6a198efc1b17a6ac09c3d6de625b4ba620ec01f1dee516029",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bisaloo/actions/runs/26391099526"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.9000",
      "date": "2026-05-25T08:30:39.000Z",
      "commit": "a3e01d007599f914be5de992f341bad6db037ba4",
      "fileid": "0156f3d8892680b64c6c7672384bfadfc292789dbbc6d1236eacb6d62ac4dc56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bisaloo/actions/runs/26391099526"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1.9000",
      "date": "2026-05-25T08:30:55.000Z",
      "commit": "a3e01d007599f914be5de992f341bad6db037ba4",
      "fileid": "8acb6c38d46cc61a706cf052ab462fb2252ee60a6d9ec1b5e61ce429d01c5619",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bisaloo/actions/runs/26391099526"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1.9000",
      "date": "2026-05-25T08:31:16.000Z",
      "commit": "a3e01d007599f914be5de992f341bad6db037ba4",
      "fileid": "2fc894a63c61a890dad7520afba616af5a99264ce65dc4b4253b9a869bb15cdd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bisaloo/actions/runs/26391099526"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-05-25T08:30:30.000Z",
      "commit": "a3e01d007599f914be5de992f341bad6db037ba4",
      "fileid": "4bb4d1a7aaee862f946c049bd06cbc993884fa6989742fa7366295a1d51441b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bisaloo/actions/runs/26391099526"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-05-25T08:30:28.000Z",
      "commit": "a3e01d007599f914be5de992f341bad6db037ba4",
      "fileid": "1954df23a748e32d2b1da9e49a90b295027c4a82a687f82facaa586204605dbe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bisaloo/actions/runs/26391099526"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-05-25T08:30:24.000Z",
      "commit": "a3e01d007599f914be5de992f341bad6db037ba4",
      "fileid": "26c342667055774842209808e9b5a8bfaf7abdf066927d53a45e93dbab33e5cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bisaloo/actions/runs/26391099526"
    }
  ]
}