Skip to content

Commit a5a8e5d

Browse files
committed
add hrefs to all sub-sections of history.qmd
1 parent d02783e commit a5a8e5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

quarto/history.qmd

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dat <- review_history (quiet = TRUE)
2626
```
2727

2828

29-
## Package submissions
29+
## Package submissions {#package-submissions}
3030

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

134134

135135

136-
## Packages under review
136+
## Packages under review {#packages-under-review}
137137

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

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

258-
### Overall Review durations
258+
### Overall Review durations {#overall-review-durations}
259259

260260
```{r rev-duration, echo = FALSE}
261261
dat_closed <- dat [which (dat$state == "CLOSED"), ]
@@ -369,7 +369,7 @@ Plot.plot({
369369
})
370370
```
371371

372-
### Individual Review Times
372+
### Individual Review Times {#individual-review-times}
373373

374374

375375
```{r rev-time-logged, echo = FALSE}
@@ -487,7 +487,7 @@ Plot.plot({
487487
})
488488
```
489489

490-
## Numbers of Editors
490+
## Numbers of Editors {#numbers-of-editors}
491491

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

0 commit comments

Comments
 (0)