{
  "_id": "6a104587acfb0bcc41c9e7ea",
  "Package": "HMM",
  "Type": "Package",
  "Version": "1.0.2",
  "Title": "Hidden Markov Models",
  "Date": "2025-05-15",
  "Maintainer": "Lin Himmelmann <hmm@linhi.de>",
  "Authors@R": "person(given = \"Lin\",\nfamily = \"Himmelmann\",\nrole = c(\"aut\", \"cre\"),\nemail = \"hmm@linhi.de\")",
  "Description": "Easy to use library to setup, apply and make inference\nwith discrete time and discrete space Hidden Markov Models.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 05:55:44 UTC",
    "User": "root"
  },
  "Author": "Lin Himmelmann [aut, cre]",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-05-16 08:50:32 UTC",
  "RemoteUrl": "https://github.com/cran/HMM",
  "RemoteRef": "HEAD",
  "RemoteSha": "84b461b2d02fb5e69ee2bbc52e15ba40071465ad",
  "MD5sum": "875ffbba090dca3b0e8e6251c1db42fd",
  "_user": "cran",
  "_type": "src",
  "_file": "HMM_1.0.2.tar.gz",
  "_fileid": "92615bf1719e23513fc4a5e5fe0e5a087e17c03c72af2fa045c885c09c929732",
  "_filesize": 127782,
  "_sha256": "92615bf1719e23513fc4a5e5fe0e5a087e17c03c72af2fa045c885c09c929732",
  "_created": "2026-05-11T05:55:44.000Z",
  "_published": "2026-05-22T12:01:11.764Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77375296159,
      "time": 99,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6911282736"
    },
    {
      "job": 77375295968,
      "time": 96,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911282373"
    },
    {
      "job": 77375295765,
      "time": 141,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911262073"
    },
    {
      "job": 77375295564,
      "time": 85,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159970013"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25652867272",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/HMM",
  "_commit": {
    "id": "84b461b2d02fb5e69ee2bbc52e15ba40071465ad",
    "author": "Lin Himmelmann <hmm@linhi.de>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.2\n",
    "time": 1747385432
  },
  "_maintainer": {
    "name": "Lin Himmelmann",
    "email": "hmm@linhi.de"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.0.0",
      "role": "Depends"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 4,
  "_updates": [
    {
      "week": "2025-20",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.2",
      "date": "2025-05-16"
    }
  ],
  "_stars": 3,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 1515,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/HMM"
  },
  "_mentions": 577,
  "_searchresults": 282,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/HMM.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2010-01-10"
    },
    {
      "version": "1.0.1",
      "date": "2022-03-23"
    },
    {
      "version": "1.0.2",
      "date": "2025-05-16"
    }
  ],
  "_exports": [
    "backward",
    "baumWelch",
    "dishonestCasino",
    "forward",
    "initHMM",
    "posterior",
    "simHMM",
    "viterbi",
    "viterbiTraining"
  ],
  "_help": [
    {
      "page": "backward",
      "title": "Computes the backward probabilities",
      "topics": [
        "backward"
      ]
    },
    {
      "page": "baumWelch",
      "title": "Inferring the parameters of a Hidden Markov Model via the Baum-Welch algorithm",
      "topics": [
        "baumWelch"
      ]
    },
    {
      "page": "dishonestCasino",
      "title": "Example application for Hidden Markov Models",
      "topics": [
        "dishonestCasino"
      ]
    },
    {
      "page": "forward",
      "title": "Computes the forward probabilities",
      "topics": [
        "forward"
      ]
    },
    {
      "page": "HMM",
      "title": "HMM - Hidden Markov Models",
      "topics": [
        "HMM"
      ]
    },
    {
      "page": "initHMM",
      "title": "Initialisation of HMMs",
      "topics": [
        "initHMM"
      ]
    },
    {
      "page": "posterior",
      "title": "Computes the posterior probabilities for the states",
      "topics": [
        "posterior"
      ]
    },
    {
      "page": "simHMM",
      "title": "Simulate states and observations for a Hidden Markov Model",
      "topics": [
        "simHMM"
      ]
    },
    {
      "page": "viterbi",
      "title": "Computes the Most Probable Path of States",
      "topics": [
        "viterbi"
      ]
    },
    {
      "page": "viterbiTraining",
      "title": "Inferring the parameters of a Hidden Markov Model via Viterbi-training",
      "topics": [
        "viterbiTraining"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 5.186964241924972,
  "_indexed": true,
  "_nocasepkg": "hmm",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-11T05:57:28.000Z",
      "distro": "noble",
      "commit": "84b461b2d02fb5e69ee2bbc52e15ba40071465ad",
      "fileid": "fa2d91cd4769edf63a2f2e2d99f28c0aac9d463d63be409b5759914e43537dbe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25652867272"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-11T05:57:26.000Z",
      "distro": "noble",
      "commit": "84b461b2d02fb5e69ee2bbc52e15ba40071465ad",
      "fileid": "e64ce48b4182a390bd3d984ad82a729bc9ee26c38fe2c4179ad64a47cd834dcd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25652867272"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-05-22T12:00:52.000Z",
      "commit": "84b461b2d02fb5e69ee2bbc52e15ba40071465ad",
      "fileid": "87790d13c18a05235c667ab5152216df7f8efb748db2d7131b793abaf5f82e0b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25652867272"
    }
  ]
}