Please note get an error on the below have tried installing the package glue to error still persisits.
library(fable)
Loading required package: fabletools
Error: package or namespace load failed for ‘fabletools’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘glue’ 1.3.1 is already loaded, but >= 1.3.2 is required
Error: package ‘fabletools’ could not be loaded
In addition: Warning messages:
1: package ‘fable’ was built under R version 3.6.3
2: package ‘fabletools’ was built under R version 3.6.3
library(fabletools)
Error: package or namespace load failed for ‘fabletools’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘glue’ 1.3.1 is already loaded, but >= 1.3.2 is required
In addition: Warning message:
package ‘fabletools’ was built under R version 3.6.3
install.packages("glue", version = "1.3.2")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: