{
  "_id": "6a105aa0acfb0bcc41ca3af1",
  "Package": "viking",
  "Title": "State-Space Models Inference by Kalman or Viking",
  "Version": "1.0.2",
  "Author": "Joseph de Vilmarest [aut, cre]\n(<https://orcid.org/0000-0002-0634-8484>)",
  "Maintainer": "Joseph de Vilmarest <joseph.de-vilmarest@vikingconseil.fr>",
  "Description": "Inference methods for state-space models, relying on the\nKalman Filter or on Viking (Variational Bayesian VarIance\ntracKING). See J. de Vilmarest (2022)\n<https://theses.hal.science/tel-03716104/>.",
  "License": "LGPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 05:57:57 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2023-10-06 13:30:33 UTC",
  "RemoteUrl": "https://github.com/cran/viking",
  "RemoteRef": "HEAD",
  "RemoteSha": "1378f1bdd3bcc83b9acd063efb05b9aa24e9274b",
  "MD5sum": "fed5e799ce94f3c06520f0f931212540",
  "_user": "cran",
  "_type": "src",
  "_file": "viking_1.0.2.tar.gz",
  "_fileid": "a038f34d57541ecefa9a93c563b2667bd90f001c8dcb998e0e1b039820b8c531",
  "_filesize": 123361,
  "_sha256": "a038f34d57541ecefa9a93c563b2667bd90f001c8dcb998e0e1b039820b8c531",
  "_created": "2026-05-09T05:57:57.000Z",
  "_published": "2026-05-22T13:31:12.688Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77389748697,
      "time": 106,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6893402313"
    },
    {
      "job": 77389748404,
      "time": 102,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893401973"
    },
    {
      "job": 77389747817,
      "time": 137,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893388779"
    },
    {
      "job": 77389747893,
      "time": 86,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161723510"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25593448999",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/viking",
  "_commit": {
    "id": "1378f1bdd3bcc83b9acd063efb05b9aa24e9274b",
    "author": "Joseph de Vilmarest <joseph.de-vilmarest@vikingconseil.fr>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.2\n",
    "time": 1696599033
  },
  "_maintainer": {
    "name": "Joseph de Vilmarest",
    "email": "joseph.de-vilmarest@vikingconseil.fr"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "RColorBrewer",
      "role": "Suggests"
    },
    {
      "package": "mvtnorm",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 214,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/viking"
  },
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/viking.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2022-10-07"
    },
    {
      "version": "1.0.1",
      "date": "2023-05-12"
    },
    {
      "version": "1.0.2",
      "date": "2023-10-06"
    }
  ],
  "_exports": [
    "expectation_maximization",
    "iterative_grid_search",
    "kalman_filtering",
    "kalman_smoothing",
    "loglik",
    "select_Kalman_variances",
    "statespace",
    "viking"
  ],
  "_help": [
    {
      "page": "expectation_maximization",
      "title": "Expectation-Maximization",
      "topics": [
        "expectation_maximization"
      ]
    },
    {
      "page": "iterative_grid_search",
      "title": "Iterative Grid Search",
      "topics": [
        "iterative_grid_search"
      ]
    },
    {
      "page": "kalman_filtering",
      "title": "Kalman Filtering",
      "topics": [
        "kalman_filtering"
      ]
    },
    {
      "page": "kalman_smoothing",
      "title": "Kalman Smoothing",
      "topics": [
        "kalman_smoothing"
      ]
    },
    {
      "page": "loglik",
      "title": "Log-likelihood",
      "topics": [
        "loglik"
      ]
    },
    {
      "page": "plot.statespace",
      "title": "Plot a statespace object",
      "topics": [
        "plot.statespace"
      ]
    },
    {
      "page": "predict.statespace",
      "title": "Predict using a statespace object",
      "topics": [
        "predict.statespace"
      ]
    },
    {
      "page": "select_Kalman_variances",
      "title": "Select time-invariant variances of a State-Space Model",
      "topics": [
        "select_Kalman_variances"
      ]
    },
    {
      "page": "statespace",
      "title": "Design a State-Space Model",
      "topics": [
        "statespace"
      ]
    },
    {
      "page": "viking",
      "title": "Viking: Variational bayesIan variance tracKING",
      "topics": [
        "viking"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "viking",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-09T05:59:52.000Z",
      "distro": "noble",
      "commit": "1378f1bdd3bcc83b9acd063efb05b9aa24e9274b",
      "fileid": "dd2dc1fbc501855ea9671b7a2ba6fc96d7982c3e837cbe741083950ea23ca7e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25593448999"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-09T05:59:50.000Z",
      "distro": "noble",
      "commit": "1378f1bdd3bcc83b9acd063efb05b9aa24e9274b",
      "fileid": "ebbe76a4d308af0ee0a3351cb6a2635ebbb299a4ea1cb8961e9f0da29c88a0fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25593448999"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-05-22T13:30:55.000Z",
      "commit": "1378f1bdd3bcc83b9acd063efb05b9aa24e9274b",
      "fileid": "115b3291753ba0a7b57cb7274e02d237148b34c944a0235f50c8bef27f540463",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25593448999"
    }
  ]
}