Skip to content

Commit

Permalink
#30 - update pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Aug 28, 2020
1 parent 1b90af0 commit 1c4daed
Show file tree
Hide file tree
Showing 27 changed files with 907 additions and 53 deletions.
1 change: 1 addition & 0 deletions R/parsnip-nnetar_reg.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
#' set_engine("nnetar")
#'
#' # Fit Spec
#' set.seed(123)
#' model_fit <- model_spec %>%
#' fit(log(value) ~ date, data = training(splits))
#' model_fit
Expand Down
3 changes: 0 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ knitr::include_graphics("vignettes/modeltime_workflow.jpg")

<hr>

#### Interactive plotting by default

All plots incorporate both `plotly` (interactive) and `ggplot2` (static) visualizations. This means you can quickly add forecasts to `shiny` apps, `rmarkdown` documents, and more.



## Tutorials
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ A streamlined workflow for forecasting

<hr>

#### Interactive plotting by default

All plots incorporate both `plotly` (interactive) and `ggplot2` (static)
visualizations. This means you can quickly add forecasts to `shiny`
apps, `rmarkdown` documents, and more.

## Tutorials

- [**Getting Started with
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ reference:
- arima_boost
- exp_smoothing
- seasonal_reg
- nnetar_reg
- title: Parameters
desc: The `dials` parameter functions that support hyperparameter tuning with `tune`.
- subtitle: General Time Series
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/extending-modeltime.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions docs/articles/getting-started-with-modeltime.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/articles/modeltime-model-list.html

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
extending-modeltime: extending-modeltime.html
getting-started-with-modeltime: getting-started-with-modeltime.html
modeltime-model-list: modeltime-model-list.html
last_built: 2020-08-27T21:01Z
last_built: 2020-08-28T18:06Z

4 changes: 2 additions & 2 deletions docs/reference/arima_boost.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/arima_reg.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/combine_modeltime_tables.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/create_xreg_recipe.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c4daed

Please sign in to comment.