瀏覽代碼

Add xts dependency back and regen docs

Sean J. Taylor 7 年之前
父節點
當前提交
e3a0586c07

+ 2 - 1
R/DESCRIPTION

@@ -24,7 +24,8 @@ Imports:
     rstan (>= 2.14.0),
     scales,
     stats,
-    tidyr (>= 0.6.1)
+    tidyr (>= 0.6.1),
+    xts
 Suggests:
     knitr,
     testthat,

+ 1 - 0
R/NAMESPACE

@@ -6,6 +6,7 @@ export(add_changepoints_to_plot)
 export(add_regressor)
 export(add_seasonality)
 export(cross_validation)
+export(dyplot.prophet)
 export(fit.prophet)
 export(make_future_dataframe)
 export(performance_metrics)

+ 1 - 1
R/man/df_for_plotting.Rd

@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/prophet.R
+% Please edit documentation in R/plot.R
 \name{df_for_plotting}
 \alias{df_for_plotting}
 \title{Merge history and forecast for plotting.}

+ 1 - 1
R/man/plot.prophet.Rd

@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/prophet.R
+% Please edit documentation in R/plot.R
 \name{plot.prophet}
 \alias{plot.prophet}
 \title{Plot the prophet forecast.}

+ 1 - 1
R/man/plot_forecast_component.Rd

@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/prophet.R
+% Please edit documentation in R/plot.R
 \name{plot_forecast_component}
 \alias{plot_forecast_component}
 \title{Plot a particular component of the forecast.}

+ 1 - 1
R/man/plot_seasonality.Rd

@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/prophet.R
+% Please edit documentation in R/plot.R
 \name{plot_seasonality}
 \alias{plot_seasonality}
 \title{Plot a custom seasonal component.}

+ 1 - 1
R/man/plot_weekly.Rd

@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/prophet.R
+% Please edit documentation in R/plot.R
 \name{plot_weekly}
 \alias{plot_weekly}
 \title{Plot the weekly component of the forecast.}

+ 1 - 1
R/man/plot_yearly.Rd

@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/prophet.R
+% Please edit documentation in R/plot.R
 \name{plot_yearly}
 \alias{plot_yearly}
 \title{Plot the yearly component of the forecast.}

+ 1 - 1
R/man/prophet_plot_components.Rd

@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/prophet.R
+% Please edit documentation in R/plot.R
 \name{prophet_plot_components}
 \alias{prophet_plot_components}
 \title{Plot the components of a prophet forecast.

+ 1 - 1
R/man/seasonality_plot_df.Rd

@@ -1,5 +1,5 @@
 % Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/prophet.R
+% Please edit documentation in R/plot.R
 \name{seasonality_plot_df}
 \alias{seasonality_plot_df}
 \title{Prepare dataframe for plotting seasonal components.}