mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
+ cleans up Stan model compilation by switching over to the rstantools-based workflow (see https://mc-stan.org/rstantools/articles/minimal-rstan-package.html for more info) + minor documentation change: {devtools} -> {remotes}, which is better for end-users + adds RStudio project file which makes it easier for community to get started with contributing to the package
22 lines
565 B
Text
22 lines
565 B
Text
# Generated by roxygen2: do not edit by hand
|
|
|
|
S3method(plot,prophet)
|
|
S3method(predict,prophet)
|
|
export(add_changepoints_to_plot)
|
|
export(add_country_holidays)
|
|
export(add_regressor)
|
|
export(add_seasonality)
|
|
export(cross_validation)
|
|
export(dyplot.prophet)
|
|
export(fit.prophet)
|
|
export(make_future_dataframe)
|
|
export(performance_metrics)
|
|
export(plot_cross_validation_metric)
|
|
export(plot_forecast_component)
|
|
export(predictive_samples)
|
|
export(prophet)
|
|
export(prophet_plot_components)
|
|
import(Rcpp)
|
|
import(rlang)
|
|
importFrom(dplyr,"%>%")
|
|
useDynLib(prophet, .registration = TRUE)
|