install.packages('fpp2',dependencies=TRUE) You can install thedevelopmentversion fromGithub #install.packages("remotes")remotes::install_github("robjhyndman/fpp2-package") Usage library(fpp2)will load the following packages: forecast, for forecasting methods and some data sets. ...