Skip to content

Commit

Permalink
cran fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Oct 18, 2021
1 parent 0a44ba6 commit 1bde605
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
vignettes/temp
^logs$
^derby\.log
^vignettes\derby.log$
2 changes: 2 additions & 0 deletions R/parsnip-adam.R
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
#' @seealso [fit.model_spec()], [set_engine()]
#'
#' @examples
#' \dontrun{
#' library(dplyr)
#' library(parsnip)
#' library(rsample)
Expand Down Expand Up @@ -212,6 +213,7 @@
#' model_fit <- model_spec %>%
#' fit(log(value) ~ date, data = training(splits))
#' model_fit
#' }
#'
#' @export
adam_reg <- function(mode = "regression", ets_model = NULL,
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ knitr::opts_chunk$set(
![](http://cranlogs.r-pkg.org/badges/modeltime?color=brightgreen)
![](http://cranlogs.r-pkg.org/badges/grand-total/modeltime?color=brightgreen)
[![R-CMD-check](https://github.com/business-science/modeltime/workflows/R-CMD-check/badge.svg)](https://github.com/business-science/modeltime/actions)
[![Codecov test coverage](https://codecov.io/gh/business-science/modeltime/branch/master/graph/badge.svg)](https://codecov.io/gh/business-science/modeltime?branch=master)
[![Codecov test coverage](https://codecov.io/gh/business-science/modeltime/branch/master/graph/badge.svg)]( https://app.codecov.io/gh/business-science/modeltime?branch=master)
<!-- badges: end -->

> Tidy time series forecasting with `tidymodels`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
![](http://cranlogs.r-pkg.org/badges/grand-total/modeltime?color=brightgreen)
[![R-CMD-check](https://github.com/business-science/modeltime/workflows/R-CMD-check/badge.svg)](https://github.com/business-science/modeltime/actions)
[![Codecov test
coverage](https://codecov.io/gh/business-science/modeltime/branch/master/graph/badge.svg)](https://codecov.io/gh/business-science/modeltime?branch=master)
coverage](https://codecov.io/gh/business-science/modeltime/branch/master/graph/badge.svg)](https://app.codecov.io/gh/business-science/modeltime?branch=master)
<!-- badges: end -->

> Tidy time series forecasting with `tidymodels`.
Expand Down
2 changes: 2 additions & 0 deletions man/adam_reg.Rd

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

0 comments on commit 1bde605

Please sign in to comment.