{
  "_id": "6a10223eacfb0bcc41c8cb89",
  "Package": "ramcmc",
  "Title": "Robust Adaptive Metropolis Algorithm",
  "Version": "0.1.2",
  "Date": "2021-10-06",
  "Authors@R": "person(given = \"Jouni\",\nfamily = \"Helske\",\nrole = c(\"aut\", \"cre\"),\nemail = \"jouni.helske@iki.fi\",\ncomment = c(ORCID = \"0000-0001-7130-793X\"))",
  "Description": "Function for adapting the shape of the random walk\nMetropolis proposal as specified by robust adaptive Metropolis\nalgorithm by Vihola (2012) <doi:10.1007/s11222-011-9269-5>. The\npackage also includes fast functions for rank-one Cholesky\nupdate and downdate. These functions can be used directly from\nR or the corresponding C++ header files can be easily linked to\nother R packages.",
  "License": "GPL (>= 2)",
  "BugReports": "https://github.com/helske/ramcmc/issues",
  "RoxygenNote": "5.0.1",
  "VignetteBuilder": "knitr",
  "Repository": "https://helske.r-universe.dev",
  "Date/Publication": "2021-10-06 20:50:02 UTC",
  "RemoteUrl": "https://github.com/helske/ramcmc",
  "RemoteRef": "HEAD",
  "RemoteSha": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-14 05:13:38 UTC",
    "User": "root"
  },
  "Author": "Jouni Helske [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-7130-793X>)",
  "Maintainer": "Jouni Helske <jouni.helske@iki.fi>",
  "MD5sum": "2dd46c2e690534f9a84b8c0730c81e6b",
  "_user": "helske",
  "_type": "src",
  "_file": "ramcmc_0.1.2.tar.gz",
  "_fileid": "b83a4c3e544fab141e9e5db871e49521a3eaa6bc4d55db4f1f4aa329885fa190",
  "_filesize": 357459,
  "_sha256": "b83a4c3e544fab141e9e5db871e49521a3eaa6bc4d55db4f1f4aa329885fa190",
  "_created": "2026-05-14T05:13:38.000Z",
  "_published": "2026-05-22T09:30:38.052Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77353089659,
      "time": 127,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6987654933"
    },
    {
      "job": 77353089190,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6987658489"
    },
    {
      "job": 77353089756,
      "time": 116,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6987652973"
    },
    {
      "job": 77353089328,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6987656689"
    },
    {
      "job": 77353089469,
      "time": 108,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6987746133"
    },
    {
      "job": 77353089544,
      "time": 219,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6987675170"
    },
    {
      "job": 77353089409,
      "time": 94,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6987743528"
    },
    {
      "job": 77353089270,
      "time": 151,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6987660795"
    },
    {
      "job": 77353088834,
      "time": 187,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6987630394"
    },
    {
      "job": 77353088805,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157309215"
    },
    {
      "job": 77353089277,
      "time": 107,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6987652043"
    },
    {
      "job": 77353089693,
      "time": 122,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6987655263"
    },
    {
      "job": 77353089408,
      "time": 119,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6987658847"
    }
  ],
  "_buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/helske/ramcmc",
  "_commit": {
    "id": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
    "author": "helske <jouni.helske@iki.fi>",
    "committer": "helske <jouni.helske@iki.fi>",
    "message": "http to https\n",
    "time": 1633553402
  },
  "_maintainer": {
    "name": "Jouni Helske",
    "email": "jouni.helske@iki.fi",
    "login": "helske",
    "orcid": "0000-0001-7130-793X",
    "uuid": 1560448
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.8",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "helske",
  "_selfowned": true,
  "_usedby": 12,
  "_updates": [],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "helske",
      "count": 4,
      "uuid": 1560448
    }
  ],
  "_userbio": {
    "uuid": 1560448,
    "type": "user",
    "name": "Jouni Helske",
    "description": "Bayesian statistics, time series, causal inference, state space models, hidden Markov models, visualization."
  },
  "_downloads": {
    "count": 3640,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ramcmc"
  },
  "_devurl": "https://github.com/helske/ramcmc",
  "_searchresults": 13,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ramcmc.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/helske/ramcmc",
  "_realowner": "helske",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-11-30"
    },
    {
      "version": "0.1.0-1",
      "date": "2018-05-29"
    },
    {
      "version": "0.1.0-1.1",
      "date": "2020-10-14"
    },
    {
      "version": "0.1.1",
      "date": "2021-04-18"
    },
    {
      "version": "0.1.2",
      "date": "2021-10-06"
    }
  ],
  "_exports": [
    "adapt_S",
    "chol_downdate",
    "chol_update"
  ],
  "_help": [
    {
      "page": "adapt_S",
      "title": "Update the Proposal of RAM Algorithm",
      "topics": [
        "adapt_S"
      ]
    },
    {
      "page": "chol_downdate",
      "title": "Rank-one Downdate of Cholesky Decomposition",
      "topics": [
        "chol_downdate"
      ]
    },
    {
      "page": "chol_update",
      "title": "Rank-one Update of Cholesky Decomposition",
      "topics": [
        "chol_update"
      ]
    }
  ],
  "_readme": "https://github.com/helske/ramcmc/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "ramcmc.Rmd",
      "filename": "ramcmc.html",
      "title": "ramcmc: Building blocks for Robust Adaptive Metropolis algorithm",
      "author": "| Jouni Helske | University of Jyväskylä, Department of Mathematics and Statistics, Finland",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "RAM algorithm",
        "Illustration",
        "Linking to other R packages",
        "References"
      ],
      "created": "2016-11-26 14:24:42",
      "modified": "2016-12-08 15:10:28",
      "commits": 6
    }
  ],
  "_score": 6.708468491442842,
  "_indexed": true,
  "_nocasepkg": "ramcmc",
  "_universes": [
    "helske"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-14T05:15:49.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "66c7c34d7c72e915789d2897ee1717c2ccca592456bd924fcefa1017984686aa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-14T05:16:07.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "a962e36caf795b95d410ba71f4a6777a6b5d4bb985cae87f0e23c4ac404bd7f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-14T05:15:41.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "df7ee0e27fd99ac1ef8536163fb0dc4477f29e92f94eb0ec4d415fe2029becfd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-14T05:15:59.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "ebdaf5c9307fef35c1a00983aa74be6832b4a702fd2c23445e1f2ccabfcec2a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-14T05:23:38.000Z",
      "arch": "aarch64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "db286cb3075de987c0e8edba2f3a7b9b4ec35d6196637f90cb23eb3a65af0348",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-14T05:17:14.000Z",
      "arch": "x86_64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "2ec259c85b504a47cf25a90372623cc109cfce3e7b275597dd4fca45c1a043cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-14T05:23:29.000Z",
      "arch": "aarch64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "1fdd7095106918795c0d70849b8a8dcc0080862c5f03dd2fd159205b8c0858f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-14T05:16:07.000Z",
      "arch": "x86_64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "e79928e7117eb844c291507132cafc20e932116f16f5c3d94ace3b395b96c099",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-14T05:15:09.000Z",
      "arch": "x86_64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "b4784a9eb85b0a634a3a19ce2777ce1e7b0ddbc569ff0d73c8dbc5b02493c38c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-14T05:15:08.000Z",
      "arch": "x86_64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "51c0e05e2d6026d83a5e1439908b20c3af5b2da33eee64d6096df9b296afbda6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-14T05:15:28.000Z",
      "arch": "x86_64",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "6ee27523940ca43a8b23c80e4df2f037ed00d9ba646049b96cdd4ff38894636d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-05-22T09:30:14.000Z",
      "arch": "emscripten",
      "commit": "09aa27a675b38cecd19cb274d0fa63d4955594d0",
      "fileid": "ecf100eeba1e43e48708216ba54fa82d69c53d7b6da74658bf7473804596462e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/helske/actions/runs/25788621224"
    }
  ]
}