fable & fable tools

Hi friends,

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

Do you get any error message when you try to install the glue package?

Hi Sir ,

Please note get the below message

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:

https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/Disha/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/glue_1.4.1.zip'
Content type 'application/zip' length 153426 bytes (149 KB)
downloaded 149 KB

package ‘glue’ successfully unpacked and MD5 sums checked
Warning in install.packages :
cannot remove prior installation of package ‘glue’
Warning in install.packages :
problem copying C:\Users\Disha\Documents\R\win-library\3.6\00LOCK\glue\libs\x64\glue.dll to C:\Users\Disha\Documents\R\win-library\3.6\glue\libs\x64\glue.dll: Permission denied
Warning in install.packages :
restored ‘glue’

The downloaded binary packages are in
C:\Users\Disha\AppData\Local\Temp\Rtmp8OImze\downloaded_packages

It seems like the package is already in use, try restarting your R session or manually delete that folder before installing

Hi thanks deleting helped its working now.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.