@@ -36,6 +36,7 @@ S3method(repr_html,numeric)
3636S3method(repr_html,packageIQR)
3737S3method(repr_html,shiny.tag)
3838S3method(repr_html,shiny.tag.list)
39+ S3method(repr_html,ts)
3940S3method(repr_javascript,default)
4041S3method(repr_jpg,default)
4142S3method(repr_jpg,recordedplot)
@@ -54,6 +55,7 @@ S3method(repr_latex,list)
5455S3method(repr_latex,logical)
5556S3method(repr_latex,matrix)
5657S3method(repr_latex,numeric)
58+ S3method(repr_latex,ts)
5759S3method(repr_markdown,"function")
5860S3method(repr_markdown,Date)
5961S3method(repr_markdown,character)
@@ -66,6 +68,7 @@ S3method(repr_markdown,list)
6668S3method(repr_markdown,logical)
6769S3method(repr_markdown,matrix)
6870S3method(repr_markdown,numeric)
71+ S3method(repr_markdown,ts)
6972S3method(repr_pdf,default)
7073S3method(repr_pdf,recordedplot)
7174S3method(repr_plotly1,default)
@@ -85,6 +88,7 @@ S3method(repr_text,packageIQR)
8588S3method(repr_text,recordedplot)
8689S3method(repr_text,shiny.tag)
8790S3method(repr_text,shiny.tag.list)
91+ S3method(repr_text,ts)
8892S3method(repr_vdom1,default)
8993S3method(repr_vega4,default)
9094S3method(repr_vegalite2,default)
@@ -118,6 +122,8 @@ importFrom(grDevices,png)
118122importFrom(grDevices,replayPlot)
119123importFrom(grDevices,svg)
120124importFrom(htmltools,renderTags)
125+ importFrom(stats,.preformat.ts)
126+ importFrom(stats,ts)
121127importFrom(tools,Rd2HTML)
122128importFrom(tools,Rd2latex)
123129importFrom(tools,Rd2txt)
0 commit comments