@@ -51,13 +51,13 @@ register_s3_method <- function(pkg, generic, class, fun = NULL) {
5151 if (! is.na(ggtime_version )) {
5252 ggtime_ns <- getNamespace(" ggtime" )
5353
54- register_s3_method(" ggplot2" , " autoplot" , " tbl_ts" , getS3method(" autoplot" , " tbl_ts" , envir = ggtime_ns ))
55- register_s3_method(" ggplot2" , " autolayer" , " tbl_ts" , getS3method(" autolayer" , " tbl_ts" , envir = ggtime_ns ))
56- register_s3_method(" ggplot2" , " autoplot" , " dcmp_ts" , getS3method(" autoplot" , " dcmp_ts" , envir = ggtime_ns ))
54+ register_s3_method(" ggplot2" , " autoplot" , " tbl_ts" , utils :: getS3method(" autoplot" , " tbl_ts" , envir = ggtime_ns ))
55+ register_s3_method(" ggplot2" , " autolayer" , " tbl_ts" , utils :: getS3method(" autolayer" , " tbl_ts" , envir = ggtime_ns ))
56+ register_s3_method(" ggplot2" , " autoplot" , " dcmp_ts" , utils :: getS3method(" autoplot" , " dcmp_ts" , envir = ggtime_ns ))
5757 if (ggtime_version > = " 0.2.0" ) {
58- register_s3_method(" ggplot2" , " autoplot" , " fbl_ts" , getS3method(" autoplot" , " fbl_ts" , envir = ggtime_ns ))
59- register_s3_method(" ggplot2" , " autolayer" , " fbl_ts" , getS3method(" autolayer" , " fbl_ts" , envir = ggtime_ns ))
60- register_s3_method(" ggplot2" , " fortify" , " tbl_ts" , getS3method(" fortify" , " fbl_ts" , envir = ggtime_ns ))
58+ register_s3_method(" ggplot2" , " autoplot" , " fbl_ts" , utils :: getS3method(" autoplot" , " fbl_ts" , envir = ggtime_ns ))
59+ register_s3_method(" ggplot2" , " autolayer" , " fbl_ts" , utils :: getS3method(" autolayer" , " fbl_ts" , envir = ggtime_ns ))
60+ register_s3_method(" ggplot2" , " fortify" , " tbl_ts" , utils :: getS3method(" fortify" , " fbl_ts" , envir = ggtime_ns ))
6161 } else {
6262 register_s3_method(" ggplot2" , " autoplot" , " fbl_ts" , autoplot.fbl_ts )
6363 register_s3_method(" ggplot2" , " autolayer" , " fbl_ts" , autolayer.fbl_ts )
0 commit comments