You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated to R 4.4.0 and RStudio 2023.12.1 Build 402, Windows, and installed fabletools, fable, fpp3, etc. When I tried to load "library(fabletools)", it returned an error message :
object ‘guide_level’ is not exported by 'namespace:distributional'
This is the same error for loading fpp3, fable and feasts which requires fabletools.
The text was updated successfully, but these errors were encountered:
I'll be submitting a new release of fabletools shortly to resolve this issue.
For now you can install an older version of distributional with remotes::install_github("mitchelloharawild/[email protected]").
Thanks for your kind words, the update to fabletools has just been accepted on CRAN and binaries for Windows should be available shortly. So in a day or two (or now, if installing from sources) you can update both distributional and fabletools to resolve this issue.
I updated to R 4.4.0 and RStudio 2023.12.1 Build 402, Windows, and installed fabletools, fable, fpp3, etc. When I tried to load "library(fabletools)", it returned an error message :
object ‘guide_level’ is not exported by 'namespace:distributional'
This is the same error for loading fpp3, fable and feasts which requires fabletools.
The text was updated successfully, but these errors were encountered: