fpp3 is a forecasting package created by Hydman that includes other packages that are necessary for forecasting. The packages it loads are tibble, dplyr, tidyr, lubridate, ggplot2, tsibble, tsibbledata, feasts, and fable. It has 25 data sets (found using data(package = )).
tsibble is a time series data frame that can handle multiple time series at a time, regardless of the time periods.
feasts is a package that helps visualise and study features of time series such as ACFs, seasonality, and more.
fable is the modeling package that helps us fit data after studying it using methods such as arima, random walk, and naive, to name a few.
Question 2
library(fredr)
Warning: package 'fredr' was built under R version 4.5.2