@@ -26,7 +26,7 @@ dat <- review_history (quiet = TRUE)
26
26
```
27
27
28
28
29
- ## Package submissions
29
+ ## Package submissions {#package-submissions}
30
30
31
31
This chart shows the total number of packages * submitted for review* each
32
32
quarter. A value of 12 per quarter equates to around one submission per week.
@@ -133,7 +133,7 @@ Plot.plot({
133
133
134
134
135
135
136
- ## Packages under review
136
+ ## Packages under review {#packages-under-review}
137
137
138
138
This chart shows numbers of packages * simultaneously under review* each quarter.
139
139
@@ -255,7 +255,7 @@ statistical analyses. In these cases, data for "general" reviews are also
255
255
truncated to same length as those for "stats" reviews. Data for "all" reviews
256
256
should nevertheless always extend to the current date.
257
257
258
- ### Overall Review durations
258
+ ### Overall Review durations {#overall-review-durations}
259
259
260
260
``` {r rev-duration, echo = FALSE}
261
261
dat_closed <- dat [which (dat$state == "CLOSED"), ]
@@ -369,7 +369,7 @@ Plot.plot({
369
369
})
370
370
```
371
371
372
- ### Individual Review Times
372
+ ### Individual Review Times {#individual-review-times}
373
373
374
374
375
375
``` {r rev-time-logged, echo = FALSE}
@@ -487,7 +487,7 @@ Plot.plot({
487
487
})
488
488
```
489
489
490
- ## Numbers of Editors
490
+ ## Numbers of Editors {#numbers-of-editors}
491
491
492
492
``` {r get-ed-dat-history, echo = FALSE, message = FALSE}
493
493
#| cache: true
0 commit comments