Skip to content

Commit

Permalink
updated vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Oct 31, 2024
1 parent 638c111 commit e44d98d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, pkgdown_ci]
branches: [main, master]
pull_request:
branches: [main, master]
release:
Expand Down
2 changes: 1 addition & 1 deletion vignettes/Running-nonmem.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ unlink(file.path(nonmem, "in_progress"), recursive = TRUE)
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = ""
comment = "#>"
)
```

Expand Down
2 changes: 1 addition & 1 deletion vignettes/custom-alerts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ unlink(file.path(nonmem, "in_progress"), recursive = TRUE)
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = ""
comment = "#>"
)
```

Expand Down
2 changes: 1 addition & 1 deletion vignettes/slack-alerts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ unlink(file.path(nonmem, "in_progress"), recursive = TRUE)
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = ""
comment = "#>"
)
```

Expand Down

0 comments on commit e44d98d

Please sign in to comment.