Skip to content

Commit

Permalink
Merge pull request #551 from cmu-delphi/ds/vignettes2
Browse files Browse the repository at this point in the history
fix: remove svg setting
  • Loading branch information
dshemetov authored Oct 21, 2024
2 parents eeb4994 + 1eae200 commit d76def7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ edf %>%
autoplot(smoothed_cases_daily)
```

<img src="man/figures/README-unnamed-chunk-7-1.svg" width="90%" style="display: block; margin: auto;" />
<img src="man/figures/README-unnamed-chunk-7-1.png" width="90%" style="display: block; margin: auto;" />
Binary file added man/figures/README-unnamed-chunk-7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion vignettes/_common.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
cache = TRUE,
dev = "svg",
dev.args = list(bg = "transparent"),
dpi = 300,
cache.lazy = FALSE,
Expand Down
2 changes: 1 addition & 1 deletion vignettes/epiprocess.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ edf %>%
Detect outliers in daily reported cases for each geo_value. For a more in-depth
guide to outlier detection, see `vignette("outliers")`.

```{r}
```{r message=FALSE}
edf %>%
group_by(geo_value) %>%
mutate(outlier_info = detect_outlr(x = time_value, y = cases_daily)) %>%
Expand Down

0 comments on commit d76def7

Please sign in to comment.