Skip to content

Commit

Permalink
Increase number of issues pulled down
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed May 20, 2024
1 parent 0e6096c commit d366d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions joss-submission-analytics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit d366d9a

Please sign in to comment.