|
25 | 25 | if (package_version(ggtime_version) >= "0.2.0") { |
26 | 26 | register_s3_method("ggplot2", "autoplot", "fbl_ts", utils::getS3method("autoplot", "fbl_ts", envir = ggtime_ns)) |
27 | 27 | register_s3_method("ggplot2", "autolayer", "fbl_ts", utils::getS3method("autolayer", "fbl_ts", envir = ggtime_ns)) |
28 | | - register_s3_method("ggplot2", "fortify", "tbl_ts", utils::getS3method("fortify", "fbl_ts", envir = ggtime_ns)) |
| 28 | + register_s3_method("ggplot2", "fortify", "fbl_ts", utils::getS3method("fortify", "fbl_ts", envir = ggtime_ns)) |
29 | 29 | } else { |
30 | 30 | register_s3_method("ggplot2", "autoplot", "fbl_ts", autoplot.fbl_ts) |
31 | 31 | register_s3_method("ggplot2", "autolayer", "fbl_ts", autolayer.fbl_ts) |
32 | | - register_s3_method("ggplot2", "fortify", "tbl_ts", fortify.fbl_ts) |
| 32 | + register_s3_method("ggplot2", "fortify", "fbl_ts", fortify.fbl_ts) |
33 | 33 | } |
34 | 34 | } else { |
35 | 35 | register_s3_method("ggplot2", "autoplot", "fbl_ts", autoplot.fbl_ts) |
36 | 36 | register_s3_method("ggplot2", "autoplot", "tbl_ts", autoplot.tbl_ts) |
37 | 37 | register_s3_method("ggplot2", "autoplot", "dcmp_ts", autoplot.dcmp_ts) |
38 | 38 | register_s3_method("ggplot2", "autolayer", "fbl_ts", autolayer.fbl_ts) |
39 | 39 | register_s3_method("ggplot2", "autolayer", "tbl_ts", autolayer.fbl_ts) |
40 | | - register_s3_method("ggplot2", "fortify", "tbl_ts", fortify.fbl_ts) |
| 40 | + register_s3_method("ggplot2", "fortify", "fbl_ts", fortify.fbl_ts) |
41 | 41 | } |
42 | 42 |
|
43 | 43 |
|
|
0 commit comments