Skip to content

Commit

Permalink
Update feature registration for deprecated n_flat_spots()
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Jan 29, 2024
1 parent 2823121 commit a8f75ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
fabletools::register_feature(shift_kl_max, c("roll", "slide"))
fabletools::register_feature(feat_spectral, c("spectral"))
fabletools::register_feature(n_crossing_points, "count")
fabletools::register_feature(n_flat_spots, c("count", "rle"))
fabletools::register_feature(longest_flat_spot, c("count", "rle"))
fabletools::register_feature(coef_hurst, c("coefficients"))
fabletools::register_feature(stat_arch_lm, c("test"))
invisible()
Expand Down

0 comments on commit a8f75ec

Please sign in to comment.