Skip to content

Commit

Permalink
Post cran check fixes (#816)
Browse files Browse the repository at this point in the history
* fix typo in DOI

* reduce plot size and name chunks

* remove plots from unnamed chunks
  • Loading branch information
sbfnk authored Oct 2, 2024
1 parent c2c8bed commit 817ec56
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/dist_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' \doi{10.48550/arXiv.2405.08841}
#' Park, S. W., et al., "Estimating epidemiological delay distributions for
#' infectious diseases", *medRxiv*, 2024.
#' \doi{<https://doi.org/10.1101/2024.01.12.24301247}
#' \doi{https://doi.org/10.1101/2024.01.12.24301247}
#'
#' @param distribution A character string representing the distribution to be
#' used (one of "exp", "gamma", "lognormal", "normal" or "fixed")
Expand Down
2 changes: 1 addition & 1 deletion man/discrete_pmf.Rd

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

2 changes: 1 addition & 1 deletion man/discretise.Rd

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

Binary file removed vignettes/EpiNow2-unnamed-chunk-11-1.png
Binary file not shown.
Binary file removed vignettes/EpiNow2-unnamed-chunk-12-1.png
Binary file not shown.
Binary file removed vignettes/EpiNow2-unnamed-chunk-15-1.png
Binary file not shown.
Binary file removed vignettes/EpiNow2-unnamed-chunk-16-1.png
Binary file not shown.
4 changes: 2 additions & 2 deletions vignettes/EpiNow2.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ head(summary(estimates, output = "estimated_reported_cases"))

A range of plots are returned (with the single summary plot shown below). These plots can also be generated using the following `plot` method.

```{r, dpi = 330, fig.width = 12, fig.height = 12, message = FALSE, warning = FALSE}
```{r plot_estimates, message = FALSE, warning = FALSE}
plot(estimates)
```

Expand Down Expand Up @@ -165,6 +165,6 @@ knitr::kable(estimates$summary$summarised_results$table)

A range of plots are again returned (with the single summary plot shown below).

```{r, dpi = 330, fig.width = 12, fig.height = 12, message = FALSE, warning = FALSE}
```{r plot_regional_epinow_summary, message = FALSE, warning = FALSE}
estimates$summary$summary_plot
```

0 comments on commit 817ec56

Please sign in to comment.