Skip to content

Commit 98a90ad

Browse files
committed
Fix GetStarted.Rmd vignette build
1 parent 67cbc95 commit 98a90ad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# bayesian 0.0.7
22

3+
- Fixed `GetStarted.Rmd` vignette build
34
- Fixed class predictions for binary classification
45
- Added threshold probability option for class predictions
56
- Replaced deprecated `pull_workflow_fit()`

vignettes/GetStarted.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function or update the information later on, via the `update` method. For
6565
example, if we didn't specify the family initially or set it to something else
6666
that we now wanted to change, we could use the `update` method as follows
6767

68-
````{r}
68+
```{r}
6969
epi_model <- epi_model %>%
7070
update(family = poisson())
7171
```

0 commit comments

Comments
 (0)