{"id":17170642,"url":"https://github.com/robjhyndman/fpp3","last_synced_at":"2026-02-13T06:24:28.849Z","repository":{"id":43944736,"uuid":"195451569","full_name":"robjhyndman/fpp3","owner":"robjhyndman","description":"All data sets required for the examples and exercises in the book \"Forecasting: principles and practice\" (3rd ed, 2020) by Rob J Hyndman and George Athanasopoulos \u003chttp://OTexts.org/fpp3/\u003e.  All packages required to run the examples are also loaded.","archived":false,"fork":false,"pushed_at":"2024-09-18T02:20:52.000Z","size":17054,"stargazers_count":143,"open_issues_count":0,"forks_count":38,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-07-04T18:09:24.052Z","etag":null,"topics":["cran","data","forecasting","r"],"latest_commit_sha":null,"homepage":"http://pkg.robjhyndman.com/fpp3/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robjhyndman.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-05T18:21:41.000Z","updated_at":"2025-05-06T01:03:05.000Z","dependencies_parsed_at":"2024-05-29T01:54:12.430Z","dependency_job_id":"9a3a4b12-acff-4b58-a0a4-9927e1dfc524","html_url":"https://github.com/robjhyndman/fpp3","commit_stats":{"total_commits":118,"total_committers":4,"mean_commits":29.5,"dds":0.07627118644067798,"last_synced_commit":"82498f4c79595a3fcd6a303b4b4d10d0e1de3a10"},"previous_names":["robjhyndman/fpp3package"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/robjhyndman/fpp3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robjhyndman%2Ffpp3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robjhyndman%2Ffpp3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robjhyndman%2Ffpp3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robjhyndman%2Ffpp3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robjhyndman","download_url":"https://codeload.github.com/robjhyndman/fpp3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robjhyndman%2Ffpp3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265888897,"owners_count":23844527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cran","data","forecasting","r"],"created_at":"2024-10-14T23:31:09.660Z","updated_at":"2026-02-13T06:24:28.830Z","avatar_url":"https://github.com/robjhyndman.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n# fpp3  \u003cimg src=\"man/figures/logo.png\" align=\"right\" width = 150 /\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/fpp3)](https://cran.r-project.org/package=fpp3)\n[![R build status](https://github.com/robjhyndman/fpp3/workflows/R-CMD-check/badge.svg)](https://github.com/robjhyndman/fpp3/actions)\n[![Downloads](https://cranlogs.r-pkg.org/badges/fpp3)](https://cran.r-project.org/package=fpp3)\n\u003c!-- badges: end --\u003e\n\n## Overview\n\nThe fpp3 package contains data used in the book [*Forecasting: Principles and Practice* (3rd edition)](https://OTexts.com/fpp3/) by Rob J Hyndman and George Athanasopoulos. It also loads several packages needed to do the analysis described in the book. These packages work with the [tidyverse](https://tidyverse.org/) set of packages, sharing common data representations and API design. Additional data sets not used in the book are also included.\n\n## Installation\n\nYou can install the **stable** version from\n[CRAN](https://cran.r-project.org/package=fpp3).\n\n```{r eval = FALSE}\npak::pak(\"fpp3\")\n```\n\nYou can install the **development** version from\n[Github](https://github.com/robjhyndman/fpp3)\n\n```{r eval = FALSE}\npak::pak(\"robjhyndman/fpp3\")\n```\n\n## Usage\n\n`library(fpp3)` will load the following packages:\n\n* [tibble](https://tibble.tidyverse.org), for tibbles, a modern re-imagining of data frames.\n* [dplyr](https://dplyr.tidyverse.org), for data manipulation.\n* [tidyr](https://tidyr.tidyverse.org), to tidy data.\n* [lubridate](https://lubridate.tidyverse.org), for dates/times.\n* [ggplot2](https://ggplot2.tidyverse.org), for data visualisation.\n* [tsibble](https://tsibble.tidyverts.org), for tsibbles, a time series version of a tibble.\n* [tsibbledata](https://tsibbledata.tidyverts.org), various time series data sets in the form of tsibbles.\n* [ggtime](https://ggtime.tidyverts.org), for time series visualisation.\n* [feasts](https://feasts.tidyverts.org), for features and statistics of time series.\n* [fable](https://fable.tidyverts.org), for fitting models and producing forecasts.\n\nYou also get a condensed summary of conflicts with other packages you have loaded:\n\n```{r example}\nlibrary(fpp3)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobjhyndman%2Ffpp3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobjhyndman%2Ffpp3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobjhyndman%2Ffpp3/lists"}