Skip to content

Commit

Permalink
oops, I put a dot instead of a comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Oct 4, 2023
1 parent 1d63ca2 commit f699659
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vignettes/nested-forecasting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ library(tidyverse)
library(timetk)
```

```{r. echo = FALSE}
```{r, echo = FALSE}
library(modeltime)
library(tidymodels)
library(dplyr)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/parallel-processing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library(tidyverse)
library(timetk)
```

```{r. include = FALSE}
```{r, include = FALSE}
# Machine Learning
library(modeltime)
library(tidymodels)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/recursive-forecasting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library(tidyverse)
library(timetk)
```

```{r. include = FALSE}
```{r, include = FALSE}
library(modeltime)
library(tidymodels)
library(dplyr)
Expand Down

0 comments on commit f699659

Please sign in to comment.