{
  "_id": "6a213b2ccd65a98ecbd28126",
  "Package": "forecTheta",
  "Type": "Package",
  "Title": "Forecasting Time Series by Theta Models",
  "Version": "3.0.2",
  "Maintainer": "Jose Augusto Fiorucci <jafiorucci@gmail.com>",
  "Description": "Routines for forecasting univariate time series using\nTheta Models.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "Authors@R": "c(person(\"Jose Augusto\", \"Fiorucci\", role = c(\"aut\", \"cre\", \"cph\"), email = \"jafiorucci@gmail.com\", comment = c(ORCID = \"0000-0002-1201-9089\")), person(\"Francisco\", \"Louzada\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0001-7815-9554\")), person(\"Igor De Oliveira Barros\", \"Faluhelyi\", role = c(\"aut\",\"ctb\"), comment = c(ORCID = \"0009-0008-1637-4476\")))",
  "BugReports": "https://github.com/jafiorucci/forecTheta/issues",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://jafiorucci.r-universe.dev",
  "Date/Publication": "2025-10-07 14:49:28 UTC",
  "RemoteUrl": "https://github.com/jafiorucci/forectheta",
  "RemoteRef": "HEAD",
  "RemoteSha": "3c8fb9062667b8e71978f512e1da6f0147717633",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 08:41:38 UTC",
    "User": "root"
  },
  "Author": "Jose Augusto Fiorucci [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-1201-9089>),\nFrancisco Louzada [aut, cph] (ORCID:\n<https://orcid.org/0000-0001-7815-9554>),\nIgor De Oliveira Barros Faluhelyi [aut, ctb] (ORCID:\n<https://orcid.org/0009-0008-1637-4476>)",
  "MD5sum": "6a70e386f4a3c790432e29ece45e13be",
  "_user": "jafiorucci",
  "_type": "src",
  "_file": "forecTheta_3.0.2.tar.gz",
  "_fileid": "7901c6c598863a0caf3c094b1e82c5a6774de502a358f0b138bf05d4d3d30c5a",
  "_filesize": 175837,
  "_sha256": "7901c6c598863a0caf3c094b1e82c5a6774de502a358f0b138bf05d4d3d30c5a",
  "_created": "2026-06-04T08:41:38.000Z",
  "_published": "2026-06-04T08:45:32.438Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79482017777,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7406968617"
    },
    {
      "job": 79482017849,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406971782"
    },
    {
      "job": 79482017843,
      "time": 145,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7406962691"
    },
    {
      "job": 79482017763,
      "time": 198,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406975357"
    },
    {
      "job": 79481523492,
      "time": 176,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406917300"
    },
    {
      "job": 79482017770,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406955733"
    },
    {
      "job": 79482017825,
      "time": 100,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7406953712"
    },
    {
      "job": 79482017761,
      "time": 113,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7406958017"
    },
    {
      "job": 79482017744,
      "time": 99,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7406953524"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jafiorucci/actions/runs/26940773192",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jafiorucci/forectheta",
  "_commit": {
    "id": "3c8fb9062667b8e71978f512e1da6f0147717633",
    "author": "jafiorucci <jafiorucci@gmail.com>",
    "committer": "jafiorucci <jafiorucci@gmail.com>",
    "message": "Disabled xreg in bagged models as it is not handled in bld.mbb.bootstrap()\n",
    "time": 1759848568
  },
  "_maintainer": {
    "name": "Jose Augusto Fiorucci",
    "email": "jafiorucci@gmail.com",
    "login": "jafiorucci",
    "orcid": "0000-0002-1201-9089",
    "description": "",
    "uuid": 20524518
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.0",
      "role": "Depends"
    },
    {
      "package": "forecast",
      "role": "Depends"
    },
    {
      "package": "tseries",
      "role": "Depends"
    },
    {
      "package": "foreach",
      "role": "Depends"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "jafiorucci",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-37",
      "n": 1
    },
    {
      "week": "2025-41",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "jafiorucci",
      "count": 29,
      "uuid": 20524518
    },
    {
      "user": "faluhelyi",
      "count": 3,
      "uuid": 81769404
    }
  ],
  "_userbio": {
    "uuid": 20524518,
    "type": "user",
    "name": "jafiorucci"
  },
  "_downloads": {
    "count": 8728,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/forecTheta"
  },
  "_devurl": "https://github.com/jafiorucci/forectheta",
  "_searchresults": 42,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/forecTheta.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jafiorucci/forectheta",
  "_realowner": "jafiorucci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2015-04-15"
    },
    {
      "version": "1.1",
      "date": "2015-08-02"
    },
    {
      "version": "2.0",
      "date": "2016-03-02"
    },
    {
      "version": "2.1",
      "date": "2016-03-07"
    },
    {
      "version": "2.2",
      "date": "2016-05-26"
    },
    {
      "version": "2.6.2",
      "date": "2022-11-11"
    },
    {
      "version": "3.0",
      "date": "2025-05-21"
    }
  ],
  "_exports": [
    "bagged_dotm",
    "bagged_dstm",
    "bagged_otm",
    "bagged_stm",
    "dotm",
    "dstm",
    "errorMetric",
    "expSmoot",
    "fixOrig",
    "groe",
    "otm",
    "otm.arxiv",
    "PI_eval",
    "plot.thetaModel",
    "rolOrig",
    "seasonal_test",
    "stheta",
    "stm"
  ],
  "_help": [
    {
      "page": "baggedThetaModels",
      "title": "Bagged Theta Models",
      "topics": [
        "bagged_dotm",
        "bagged_dstm",
        "bagged_otm",
        "bagged_stm"
      ]
    },
    {
      "page": "crossValidationFunctions",
      "title": "Generalised Rolling Origin Evaluation",
      "topics": [
        "fixOrig",
        "groe",
        "rolOrig"
      ]
    },
    {
      "page": "errorMetricFunctions",
      "title": "Error Metric Function",
      "topics": [
        "errorMetric"
      ]
    },
    {
      "page": "expSmoot",
      "title": "Simple Exponential Smoothing Method",
      "topics": [
        "expSmoot"
      ]
    },
    {
      "page": "forecTheta-package",
      "title": "Forecasting Time Series by Theta Models",
      "topics": [
        "forecTheta-package",
        "forecTheta"
      ]
    },
    {
      "page": "otm.arXiv",
      "title": "Optimised Theta Method",
      "topics": [
        "otm.arxiv"
      ]
    },
    {
      "page": "PIEval",
      "title": "Prediction Interval (PI) evaluation",
      "topics": [
        "PI_eval"
      ]
    },
    {
      "page": "plot.thetaModel",
      "title": "Plot forecasts points and prediction intervals for 'thetaModel' objects",
      "topics": [
        "plot.thetaModel"
      ]
    },
    {
      "page": "seasonal_test",
      "title": "Statistical test for seasonal behavior",
      "topics": [
        "seasonal_test"
      ]
    },
    {
      "page": "thetaModels",
      "title": "Theta Models",
      "topics": [
        "dotm",
        "dstm",
        "otm",
        "stheta",
        "stm"
      ]
    }
  ],
  "_readme": "https://github.com/jafiorucci/forectheta/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "colorspace",
    "cpp11",
    "curl",
    "farver",
    "foreach",
    "forecast",
    "fracdiff",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "jsonlite",
    "labeling",
    "lattice",
    "lifecycle",
    "lmtest",
    "magrittr",
    "nlme",
    "nnet",
    "quadprog",
    "quantmod",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "scales",
    "timeDate",
    "tseries",
    "TTR",
    "urca",
    "vctrs",
    "viridisLite",
    "withr",
    "xts",
    "zoo"
  ],
  "_score": 5.0412852826978485,
  "_indexed": true,
  "_nocasepkg": "forectheta",
  "_universes": [
    "jafiorucci"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.0.2",
      "date": "2026-06-04T08:43:46.000Z",
      "distro": "noble",
      "commit": "3c8fb9062667b8e71978f512e1da6f0147717633",
      "fileid": "c155f567fa6f008ab31d3ae9c2459cb796dd0ded0b5e37ba2d90920c464a2b8a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jafiorucci/actions/runs/26940773192"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.0.2",
      "date": "2026-06-04T08:43:52.000Z",
      "distro": "noble",
      "commit": "3c8fb9062667b8e71978f512e1da6f0147717633",
      "fileid": "8450900cd779caf609efdf1dbbd133e0f8ea58ad249d1fe2f549185f1811798f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jafiorucci/actions/runs/26940773192"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.0.2",
      "date": "2026-06-04T08:43:40.000Z",
      "commit": "3c8fb9062667b8e71978f512e1da6f0147717633",
      "fileid": "c42bfc8301c650fdec6ccbb52d1c4415b6366b49ea9f93e3cc06580a3204f7d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jafiorucci/actions/runs/26940773192"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.0.2",
      "date": "2026-06-04T08:44:06.000Z",
      "commit": "3c8fb9062667b8e71978f512e1da6f0147717633",
      "fileid": "69ed913e58dc0f6a3a4700dbc0670181927311ce1420eb02d7684e7c12ed444d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jafiorucci/actions/runs/26940773192"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.0.2",
      "date": "2026-06-04T08:43:43.000Z",
      "commit": "3c8fb9062667b8e71978f512e1da6f0147717633",
      "fileid": "5e5cbb460edd4755f5e4e07b0d933d1f8c50630ea147f8e499536e71e7d83cf3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jafiorucci/actions/runs/26940773192"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.0.2",
      "date": "2026-06-04T08:42:53.000Z",
      "commit": "3c8fb9062667b8e71978f512e1da6f0147717633",
      "fileid": "deb7b3476abc5df51622cbb46acbb3c56afa21020823751ce20b1948bef01cee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jafiorucci/actions/runs/26940773192"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.0.2",
      "date": "2026-06-04T08:43:10.000Z",
      "commit": "3c8fb9062667b8e71978f512e1da6f0147717633",
      "fileid": "2be7af5926f6bdd9869c75c480ba72d34150377fdc4445b08b07ec18b895fffb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jafiorucci/actions/runs/26940773192"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "3.0.2",
      "date": "2026-06-04T08:43:01.000Z",
      "commit": "3c8fb9062667b8e71978f512e1da6f0147717633",
      "fileid": "e4a1736e8d13182115789d0c8116abe877fe7d0195c637d2eb9453629ceef72a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jafiorucci/actions/runs/26940773192"
    }
  ]
}