{
  "_id": "6a101559acfb0bcc41c840a4",
  "Package": "iNZightTS",
  "Type": "Package",
  "Title": "Time Series for 'iNZight'",
  "Version": "2.0.4",
  "Authors@R": "c(\nperson(\"Tom\", \"Elliott\", role = c(\"aut\", \"cre\"), email = \"tom.elliott@auckland.ac.nz\", comment = c(ORCID = \"0000-0002-7815-6318\")),\nperson(\"Zhaoming\", \"Su\",    role = \"aut\"),\nperson(\"Junjie\", \"Zeng\",    role = \"ctb\"),\nperson(\"Simon\", \"Potter\",   role = \"ctb\"),\nperson(\"David\", \"Banks\",    role = \"ctb\"),\nperson(\"Marco\", \"Kuper\",    role = \"ctb\"),\nperson(\"Dongning\", \"Zhang\", role = \"ctb\")\n)",
  "Description": "Provides a collection of functions for working with time\nseries data, including functions for drawing, decomposing, and\nforecasting. Includes capabilities to compare multiple series\nand fit both additive and multiplicative models. Used by\n'iNZight', a graphical user interface providing easy\nexploration and visualisation of data for students of\nstatistics, available in both desktop and online versions. Holt\n(1957) <doi:10.1016/j.ijforecast.2003.09.015>, Winters (1960)\n<doi:10.1287/mnsc.6.3.324>, Cleveland, Cleveland, & Terpenning\n(1990) \"STL: A Seasonal-Trend Decomposition Procedure Based on\nLoess\".",
  "BugReports": "https://github.com/iNZightVIT/iNZightTS/issues",
  "Contact": "inzight_support@stat.auckland.ac.nz",
  "URL": "https://inzight.nz",
  "LazyData": "true",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Language": "en-GB",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/Needs/dependencies": "rcmdcheck, curl",
  "Config/Needs/coverage": "covr",
  "Config/pak/sysreqs": "libicu-dev libjpeg-dev libpng-dev libxml2-dev\nlibssl-dev",
  "Repository": "https://inzightvit.r-universe.dev",
  "Date/Publication": "2026-02-13 21:15:28 UTC",
  "RemoteUrl": "https://github.com/inzightvit/inzightts",
  "RemoteRef": "HEAD",
  "RemoteSha": "ace504baef7d61de407d7ba62b8349b213fc35d6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 08:51:01 UTC",
    "User": "root"
  },
  "Author": "Tom Elliott [aut, cre] (ORCID: <https://orcid.org/0000-0002-7815-6318>),\nZhaoming Su [aut],\nJunjie Zeng [ctb],\nSimon Potter [ctb],\nDavid Banks [ctb],\nMarco Kuper [ctb],\nDongning Zhang [ctb]",
  "Maintainer": "Tom Elliott <tom.elliott@auckland.ac.nz>",
  "MD5sum": "b228f3781ea6d10a85f5f8c29b1f160e",
  "_user": "inzightvit",
  "_type": "src",
  "_file": "iNZightTS_2.0.4.tar.gz",
  "_fileid": "ff6db734de604a14138e385e232353b4ea45be5659ca357c0dd0961063f5e387",
  "_filesize": 547309,
  "_sha256": "ff6db734de604a14138e385e232353b4ea45be5659ca357c0dd0961063f5e387",
  "_created": "2026-05-14T08:51:01.000Z",
  "_published": "2026-05-22T08:35:37.288Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77344699730,
      "time": 190,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6990741229"
    },
    {
      "job": 77344699774,
      "time": 187,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990740341"
    },
    {
      "job": 77344699719,
      "time": 162,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7010979774"
    },
    {
      "job": 77344699298,
      "time": 236,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7010986456"
    },
    {
      "job": 77344698935,
      "time": 186,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990685785"
    },
    {
      "job": 77344698729,
      "time": 142,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156278245"
    },
    {
      "job": 77344699460,
      "time": 333,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6990781983"
    },
    {
      "job": 77344699946,
      "time": 129,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6990723384"
    },
    {
      "job": 77344699565,
      "time": 154,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990731527"
    }
  ],
  "_buildurl": "https://github.com/r-universe/inzightvit/actions/runs/25850903255",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/inzightvit/inzightts",
  "_commit": {
    "id": "ace504baef7d61de407d7ba62b8349b213fc35d6",
    "author": "Tom Elliott <tomelliottnz@gmail.com>",
    "committer": "Tom Elliott <tomelliottnz@gmail.com>",
    "message": "fix: avoid tsibble index-drop warning in predict_inzightts_var\n\nExplicitly include 'index' in dplyr::select() call when building\nraw data rows, preventing tsibble from auto-re-adding the dropped\nindex column and emitting a warning. Fixes R-devel win-builder\ntest failures in test_submodel.R (expect_silent).\n",
    "time": 1771017328
  },
  "_maintainer": {
    "name": "Tom Elliott",
    "email": "tom.elliott@auckland.ac.nz",
    "login": "tmelliott",
    "bluesky": "@tomelliott.bsky.social",
    "twitter": "@tomelliottnz",
    "uuid": 5061277,
    "orcid": "0000-0002-7815-6318"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "colorspace",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "forcats",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "ggtext",
      "role": "Imports"
    },
    {
      "package": "ggtime",
      "version": ">= 0.2.0",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "patchwork",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "tsibble",
      "role": "Imports"
    },
    {
      "package": "fable",
      "role": "Imports"
    },
    {
      "package": "fabletools",
      "role": "Imports"
    },
    {
      "package": "feasts",
      "role": "Imports"
    },
    {
      "package": "evaluate",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "urca",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "inzightvit",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-27",
      "n": 2
    },
    {
      "week": "2026-03",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 6
    }
  ],
  "_tags": [
    {
      "name": "2.0.2",
      "date": "2025-07-02"
    },
    {
      "name": "2.0.3",
      "date": "2026-01-16"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "tmelliott",
      "count": 350,
      "uuid": 5061277
    },
    {
      "user": "jzen188",
      "count": 35,
      "uuid": 5317025
    },
    {
      "user": "dongningz",
      "count": 20,
      "uuid": 23535281
    },
    {
      "user": "scubamaggo",
      "count": 13,
      "uuid": 1683853
    },
    {
      "user": "sjp",
      "count": 8,
      "uuid": 207329
    },
    {
      "user": "cowboy-bebug",
      "count": 6,
      "uuid": 6591791
    },
    {
      "user": "chrisparknz",
      "count": 1,
      "uuid": 6566789
    },
    {
      "user": "davisvaughan",
      "count": 1,
      "uuid": 19150088
    },
    {
      "user": "mitchelloharawild",
      "count": 1,
      "uuid": 16127127
    },
    {
      "user": "teunbrand",
      "count": 1,
      "uuid": 49372158
    }
  ],
  "_userbio": {
    "uuid": 6385865,
    "type": "organization",
    "name": "iNZight",
    "description": "A suite of R packages that together form the iNZightVIT project for data visualisation, analysis, and visual inference."
  },
  "_downloads": {
    "count": 269,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/iNZightTS"
  },
  "_devurl": "https://github.com/inzightvit/inzightts",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/iNZightTS.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/inzightvit/inzightts",
  "_realowner": "inzightvit",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.5.2",
      "date": "2020-05-12"
    },
    {
      "version": "1.5.7",
      "date": "2020-10-18"
    },
    {
      "version": "1.5.8",
      "date": "2021-05-21"
    },
    {
      "version": "1.5.9",
      "date": "2022-01-31"
    },
    {
      "version": "2.0.0",
      "date": "2024-01-17"
    },
    {
      "version": "2.0.2",
      "date": "2025-07-03"
    },
    {
      "version": "2.0.3",
      "date": "2026-01-16"
    },
    {
      "version": "2.0.4",
      "date": "2026-02-16"
    }
  ],
  "_exports": [
    "decomp",
    "ggplotable",
    "inzightts",
    "log_if",
    "seasonplot",
    "subseries"
  ],
  "_datasets": [
    {
      "name": "seaice",
      "title": "Sea Ice",
      "object": "seaice",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Time",
        "Arctic",
        "Antarctica"
      ],
      "rows": 255,
      "table": true,
      "tojson": true
    },
    {
      "name": "visitorsA2",
      "title": "Visitors (annual)",
      "object": "visitorsA2",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Time",
        "Australia",
        "China..People.s.Republic.of",
        "Japan",
        "United.Kingdom"
      ],
      "rows": 13,
      "table": true,
      "tojson": true
    },
    {
      "name": "visitorsM2",
      "title": "Visitors (monthly)",
      "object": "visitorsM2",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Time",
        "Australia",
        "China..People.s.Republic.of",
        "Japan",
        "United.Kingdom"
      ],
      "rows": 164,
      "table": true,
      "tojson": true
    },
    {
      "name": "visitorsQ",
      "title": "Visitors (quarterly)",
      "object": "visitorsQ",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Date",
        "Australia",
        "China..People.s.Republic.of",
        "Japan",
        "United.Kingdom"
      ],
      "rows": 54,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "iNZightTS-package",
      "title": "Time Series Data Analysis",
      "topics": [
        "iNZightTS-package",
        "iNZightTS"
      ]
    },
    {
      "page": "decomposition",
      "title": "Decompose a time series object",
      "topics": [
        "decomp",
        "plot.inz_dcmp"
      ]
    },
    {
      "page": "ggplotable",
      "title": "Preliminary check for a plotly::ggplotly() call",
      "topics": [
        "ggplotable"
      ]
    },
    {
      "page": "inzightts",
      "title": "Coerce data to an inzightts (time-series) object",
      "topics": [
        "inzightts",
        "inzightts.character",
        "inzightts.data.frame",
        "inzightts.tbl_ts",
        "inzightts.ts"
      ]
    },
    {
      "page": "log_if",
      "title": "Apply logarithmic transformation",
      "topics": [
        "log_if"
      ]
    },
    {
      "page": "rawplot",
      "title": "Draw a simple time series plot",
      "topics": [
        "plot.inz_ts"
      ]
    },
    {
      "page": "forecastplot",
      "title": "Forecast future observations",
      "topics": [
        "plot.inz_frct",
        "predict.inz_ts"
      ]
    },
    {
      "page": "seaice",
      "title": "Sea Ice",
      "topics": [
        "seaice"
      ]
    },
    {
      "page": "seasonplot",
      "title": "Plot seasonal subseries from a time series",
      "topics": [
        "seasonplot"
      ]
    },
    {
      "page": "subseries",
      "title": "Seasonal Subseries Plots for inzightts",
      "topics": [
        "subseries"
      ]
    },
    {
      "page": "forecastsummary",
      "title": "Summarise iNZightTS forecasts",
      "topics": [
        "print.summary_inz_frct",
        "summary.inz_frct"
      ]
    },
    {
      "page": "visitorsA2",
      "title": "Visitors (annual)",
      "topics": [
        "visitorsA2"
      ]
    },
    {
      "page": "visitorsM2",
      "title": "Visitors (monthly)",
      "topics": [
        "visitorsM2"
      ]
    },
    {
      "page": "visitorsQ",
      "title": "Visitors (quarterly)",
      "topics": [
        "visitorsQ"
      ]
    }
  ],
  "_readme": "https://github.com/inzightvit/inzightts/raw/HEAD/README.md",
  "_rundeps": [
    "anytime",
    "BH",
    "cli",
    "colorspace",
    "commonmark",
    "cpp11",
    "curl",
    "digest",
    "distributional",
    "dplyr",
    "evaluate",
    "fable",
    "fabletools",
    "farver",
    "feasts",
    "forcats",
    "generics",
    "ggdist",
    "ggplot2",
    "ggtext",
    "ggtime",
    "glue",
    "gridtext",
    "gtable",
    "isoband",
    "jpeg",
    "labeling",
    "lattice",
    "lifecycle",
    "litedown",
    "lubridate",
    "magrittr",
    "markdown",
    "nlme",
    "numDeriv",
    "patchwork",
    "pillar",
    "pkgconfig",
    "png",
    "progressr",
    "purrr",
    "quadprog",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "S7",
    "scales",
    "slider",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tsibble",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "warp",
    "withr",
    "xfun",
    "xml2"
  ],
  "_score": 4.1303337684950066,
  "_indexed": true,
  "_nocasepkg": "inzightts",
  "_universes": [
    "inzightvit",
    "tmelliott"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-05-14T08:53:25.000Z",
      "distro": "noble",
      "commit": "ace504baef7d61de407d7ba62b8349b213fc35d6",
      "fileid": "c78400ab8e610b6b424ca779c8662c94cd3617ed358175d383b4d52ab2be500e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inzightvit/actions/runs/25850903255"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.4",
      "date": "2026-05-14T08:53:23.000Z",
      "distro": "noble",
      "commit": "ace504baef7d61de407d7ba62b8349b213fc35d6",
      "fileid": "3c9ad07fa35d4457177465251b5945f574965e3f60053efc132d98e535a8c6b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inzightvit/actions/runs/25850903255"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-05-15T05:53:23.000Z",
      "commit": "ace504baef7d61de407d7ba62b8349b213fc35d6",
      "fileid": "ea2e8bf99a60e262460ba3c303890a2a84e4d440c45716ffb2cec391c5656bb8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inzightvit/actions/runs/25850903255"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.4",
      "date": "2026-05-15T05:53:26.000Z",
      "commit": "ace504baef7d61de407d7ba62b8349b213fc35d6",
      "fileid": "e1d5cec21d63d3c0f86929ab45f6b01fff7d5537c2bc0409f8561ed65bf3354f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inzightvit/actions/runs/25850903255"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.4",
      "date": "2026-05-14T08:55:44.000Z",
      "commit": "ace504baef7d61de407d7ba62b8349b213fc35d6",
      "fileid": "9ad6ebc60c67eda88482b2530f8d87d569ddadbe426115c38961b421400a03ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inzightvit/actions/runs/25850903255"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.4",
      "date": "2026-05-14T08:52:32.000Z",
      "commit": "ace504baef7d61de407d7ba62b8349b213fc35d6",
      "fileid": "67464f615ad0880169d7fdc383b3f05f71bc0046f3c94363d2c8d34f1c58a7c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inzightvit/actions/runs/25850903255"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.4",
      "date": "2026-05-14T08:52:48.000Z",
      "commit": "ace504baef7d61de407d7ba62b8349b213fc35d6",
      "fileid": "6b49e50fc2cf2bf0d5ec784ca6821c34880f613ac8aed5f53dff58533c0a2d73",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/inzightvit/actions/runs/25850903255"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.4",
      "date": "2026-05-22T08:35:20.000Z",
      "commit": "ace504baef7d61de407d7ba62b8349b213fc35d6",
      "fileid": "1c709d7fe148c84bdf6c5cb164c954281e19479930469c677e8c42ec753b4604",
      "status": "success",
      "buildurl": "https://github.com/r-universe/inzightvit/actions/runs/25850903255"
    }
  ]
}