{
  "_id": "6a214d0dcd65a98ecbd2cb1e",
  "Package": "legion",
  "Type": "Package",
  "Title": "Forecasting Using Multivariate Models",
  "Version": "0.2.1",
  "Date": "2025-02-03",
  "Authors@R": "c(person(\"Ivan\", \"Svetunkov\", email = \"ivan@svetunkov.com\", role = c(\"aut\", \"cre\"),\ncomment=\"Senior Lecturer, Centre for Marketing Analytics and Forecasting, Lancaster University, UK\"),\nperson(\"Kandrika Fadhlan\", \"Pritularga\", email = \"k.pritularga@lancaster.ac.uk\", role = c(\"aut\"),\ncomment=\"Lecturer, Centre for Marketing Analytics and Forecasting, Lancaster University, UK\"))",
  "URL": "https://github.com/config-i1/legion",
  "BugReports": "https://github.com/config-i1/legion/issues",
  "Language": "en-GB",
  "Description": "Functions implementing multivariate state space models for\npurposes of time series analysis and forecasting. The focus of\nthe package is on multivariate models, such as Vector\nExponential Smoothing, Vector ETS (Error-Trend-Seasonal model)\netc. It currently includes Vector Exponential Smoothing (VES,\nde Silva et al., 2010, <doi:10.1177/1471082X0901000401>),\nVector ETS (Svetunkov et al., 2023,\n<doi:10.1016/j.ejor.2022.04.040>) and simulation function for\nVES.",
  "License": "LGPL-2.1",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "Encoding": "UTF-8",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-04 09:55:18 UTC",
    "User": "root"
  },
  "Author": "Ivan Svetunkov [aut, cre] (Senior Lecturer, Centre for\nMarketing Analytics and Forecasting, Lancaster University, UK),\nKandrika Fadhlan Pritularga [aut] (Lecturer, Centre for\nMarketing Analytics and Forecasting, Lancaster University, UK)",
  "Maintainer": "Ivan Svetunkov <ivan@svetunkov.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-02-03 16:10:02 UTC",
  "RemoteUrl": "https://github.com/cran/legion",
  "RemoteRef": "HEAD",
  "RemoteSha": "a4b7ef553faadcd735f7454745bfedb8223efddd",
  "MD5sum": "d46ac859729b3f0f6ccfaef21ef09338",
  "_user": "cran",
  "_type": "src",
  "_file": "legion_0.2.1.tar.gz",
  "_fileid": "564264d488d7d3c9a933c858be269c4d1cd6f75a14d413f3a53af45f0e495b59",
  "_filesize": 1237792,
  "_sha256": "564264d488d7d3c9a933c858be269c4d1cd6f75a14d413f3a53af45f0e495b59",
  "_created": "2026-06-04T09:55:18.000Z",
  "_published": "2026-06-04T10:01:49.930Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79494322015,
      "time": 221,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408537505"
    },
    {
      "job": 79494322019,
      "time": 192,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408526252"
    },
    {
      "job": 79494321990,
      "time": 189,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408526444"
    },
    {
      "job": 79494322035,
      "time": 195,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408527203"
    },
    {
      "job": 79493289533,
      "time": 369,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408461590"
    },
    {
      "job": 79494321964,
      "time": 170,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408518276"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26944122160",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/legion",
  "_commit": {
    "id": "a4b7ef553faadcd735f7454745bfedb8223efddd",
    "author": "Ivan Svetunkov <ivan@svetunkov.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.1\n",
    "time": 1738599002
  },
  "_maintainer": {
    "name": "Ivan Svetunkov",
    "email": "ivan@svetunkov.com",
    "login": "config-i1",
    "linkedin": "in/isvetunkov",
    "twitter": "@iSvetunkov",
    "description": "",
    "uuid": 7396330
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "greybox",
      "version": ">= 1.0.4",
      "role": "Depends"
    },
    {
      "package": "smooth",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "version": ">= 0.8.100.0.0",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.3",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "generics",
      "version": ">= 0.1.2",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "nloptr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "zoo",
      "role": "Imports"
    },
    {
      "package": "numDeriv",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "doMC",
      "role": "Suggests"
    },
    {
      "package": "doParallel",
      "role": "Suggests"
    },
    {
      "package": "foreach",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "config-i1",
      "count": 1,
      "uuid": 7396330
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 850,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/legion"
  },
  "_devurl": "https://github.com/config-i1/legion",
  "_searchresults": 4,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/legion.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/config-i1/legion",
  "_realowner": "config-i1",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-05-17"
    },
    {
      "version": "0.1.1",
      "date": "2022-02-15"
    },
    {
      "version": "0.1.2",
      "date": "2023-01-31"
    },
    {
      "version": "0.2.1",
      "date": "2025-02-03"
    }
  ],
  "_exports": [
    "auto.vets",
    "is.legion",
    "is.legion.sim",
    "is.oves",
    "oves",
    "sim.ves",
    "ves",
    "vets"
  ],
  "_help": [
    {
      "page": "vets",
      "title": "Vector ETS-PIC model",
      "topics": [
        "auto.vets",
        "vets"
      ]
    },
    {
      "page": "isFunctions",
      "title": "legion classes checkers",
      "topics": [
        "is.legion",
        "is.legion.sim",
        "is.oves"
      ]
    },
    {
      "page": "legion",
      "title": "Legion package",
      "topics": [
        "legion-package",
        "legion"
      ]
    },
    {
      "page": "oves",
      "title": "Occurrence part of Vector State Space",
      "topics": [
        "oves"
      ]
    },
    {
      "page": "plot.legion",
      "title": "Plots for the fit and states",
      "topics": [
        "plot.legion"
      ]
    },
    {
      "page": "sim.ves",
      "title": "Simulate Vector Exponential Smoothing",
      "topics": [
        "sim.ves"
      ]
    },
    {
      "page": "ves",
      "title": "Vector Exponential Smoothing in SSOE state space model",
      "topics": [
        "ves"
      ]
    }
  ],
  "_readme": "https://github.com/cran/legion/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "curl",
    "generics",
    "greybox",
    "httr",
    "jsonlite",
    "lattice",
    "MASS",
    "Matrix",
    "mime",
    "nloptr",
    "openssl",
    "pracma",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "smooth",
    "statmod",
    "sys",
    "texreg",
    "xtable",
    "zoo"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "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": "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": "legion.Rmd",
      "filename": "legion.html",
      "title": "legion: Forecasting Using Multivariate Models",
      "author": "Ivan Svetunkov",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Methods for the class legion"
      ],
      "created": "2021-05-17 08:20:06",
      "modified": "2021-05-17 08:20:06",
      "commits": 1
    },
    {
      "source": "ves.Rmd",
      "filename": "ves.html",
      "title": "ves() - Vector Exponential Smoothing",
      "author": "Ivan Svetunkov",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Simulate data from VES",
        "References"
      ],
      "created": "2021-05-17 08:20:06",
      "modified": "2022-02-15 09:00:13",
      "commits": 2
    },
    {
      "source": "vets.Rmd",
      "filename": "vets.html",
      "title": "vets() - Vector ETS",
      "author": "Ivan Svetunkov",
      "engine": "knitr::rmarkdown",
      "headings": [
        "References"
      ],
      "created": "2021-05-17 08:20:06",
      "modified": "2022-02-15 09:00:13",
      "commits": 2
    }
  ],
  "_score": 3.6532125137753435,
  "_indexed": false,
  "_nocasepkg": "legion",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://config-i1.r-universe.dev/legion",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-04T09:58:31.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a4b7ef553faadcd735f7454745bfedb8223efddd",
      "fileid": "eb803c76e84250a5f52eb8d0510d758e0608d8c7cd44a98f601e2cb1134f9a5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26944122160"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-04T09:57:52.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a4b7ef553faadcd735f7454745bfedb8223efddd",
      "fileid": "7e274ae3f07dac47013a1e485d213cf762e0a4eb0bec92d1508092ba2c0d71d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26944122160"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-04T09:57:58.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a4b7ef553faadcd735f7454745bfedb8223efddd",
      "fileid": "8ba4df2f5a8049dbe28b1483704dbacb506580d3a51c8c5918987299199791cd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26944122160"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-04T09:57:55.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a4b7ef553faadcd735f7454745bfedb8223efddd",
      "fileid": "10e6fd744c5fa7da209479b8ac774e4cc0c71a6140910cf2d90fc53a8a1e3878",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26944122160"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-06-04T09:58:36.000Z",
      "arch": "emscripten",
      "commit": "a4b7ef553faadcd735f7454745bfedb8223efddd",
      "fileid": "663aedbb373ae1e946e4617be352777888523f983cc0a268c12a3ef14cf593ab",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26944122160"
    }
  ]
}