From d366d9ab19f9d44561a47486e92ae3f7582947cf Mon Sep 17 00:00:00 2001 From: Charlotte Soneson Date: Mon, 20 May 2024 18:54:14 +0200 Subject: [PATCH] Increase number of issues pulled down --- joss-submission-analytics.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/joss-submission-analytics.Rmd b/joss-submission-analytics.Rmd index 8eecddd4..d1ea3af1 100644 --- a/joss-submission-analytics.Rmd +++ b/joss-submission-analytics.Rmd @@ -166,7 +166,7 @@ From each pre-review and review issue, we extract information about review times ```{r pull-github, class.source = 'fold-show', message = FALSE} ## Pull down info on all issues in the joss-reviews repository issues <- gh("/repos/openjournals/joss-reviews/issues", - .limit = 5000, state = "all") + .limit = 10000, state = "all") ``` ```{r extract-github, class.source = 'fold-show', message = FALSE} @@ -785,7 +785,7 @@ DT::datatable( # Number of papers per editor and year -```{r papers-per-editor, class.source = 'fold-hide', message = FALSE, fig.width = 13, fig.height = 15} +```{r papers-per-editor, class.source = 'fold-hide', message = FALSE, fig.width = 16, fig.height = 15} ggplot(papers %>% dplyr::mutate(year = year(published.date), `r/pyOpenSci` = factor(