Skip to content

Commit

Permalink
add hrefs to all sub-sections of history.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jul 3, 2024
1 parent d02783e commit a5a8e5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions quarto/history.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dat <- review_history (quiet = TRUE)
```


## Package submissions
## Package submissions {#package-submissions}

This chart shows the total number of packages *submitted for review* each
quarter. A value of 12 per quarter equates to around one submission per week.
Expand Down Expand Up @@ -133,7 +133,7 @@ Plot.plot({



## Packages under review
## Packages under review {#packages-under-review}

This chart shows numbers of packages *simultaneously under review* each quarter.

Expand Down Expand Up @@ -255,7 +255,7 @@ statistical analyses. In these cases, data for "general" reviews are also
truncated to same length as those for "stats" reviews. Data for "all" reviews
should nevertheless always extend to the current date.

### Overall Review durations
### Overall Review durations {#overall-review-durations}

```{r rev-duration, echo = FALSE}
dat_closed <- dat [which (dat$state == "CLOSED"), ]
Expand Down Expand Up @@ -369,7 +369,7 @@ Plot.plot({
})
```

### Individual Review Times
### Individual Review Times {#individual-review-times}


```{r rev-time-logged, echo = FALSE}
Expand Down Expand Up @@ -487,7 +487,7 @@ Plot.plot({
})
```

## Numbers of Editors
## Numbers of Editors {#numbers-of-editors}

```{r get-ed-dat-history, echo = FALSE, message = FALSE}
#| cache: true
Expand Down

0 comments on commit a5a8e5d

Please sign in to comment.