tidyverts / fabletools

General fable features useful for extension packages
http://fabletools.tidyverts.org/
89 stars 31 forks source link

Error in `autoplot()`: ! Objects of class <tbl_df> are not supported by autoplot. #396

Closed Musfiqur-Rahman closed 4 months ago

Musfiqur-Rahman commented 4 months ago

Error in autoplot(): ! Objects of class are not supported by autoplot. ℹ have you loaded the required package? Run rlang::last_trace() to see where the error occurred. Warning message: n_flat_spots() was deprecated in feasts 0.1.5. ℹ Please use longest_flat_spot() instead. ℹ The deprecated feature was likely used in the fabletools package. Please report the issue at https://github.com/tidyverts/fabletools/issues.

mitchelloharawild commented 4 months ago

The dataset you are attempting to plot is not a tsibble (tbl_ts), or fable (fbl_ts). Please check the type of the data that you are trying to use with autoplot().

On Sat, Feb 17, 2024, 4:20 PM MD. Musfiqur Rahman @.***> wrote:

Error in autoplot(): ! Objects of class are not supported by autoplot. ℹ have you loaded the required package? Run rlang::last_trace() to see where the error occurred. Warning message: n_flat_spots() was deprecated in feasts 0.1.5. ℹ Please use longest_flat_spot() instead. ℹ The deprecated feature was likely used in the fabletools package. Please report the issue at https://github.com/tidyverts/fabletools/issues.

— Reply to this email directly, view it on GitHub https://github.com/tidyverts/fabletools/issues/396, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3BJF4MHL4HB6VBLMVYWGDYUBR33AVCNFSM6AAAAABDNEMPRWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZTSOBZGMYTEOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>