Skip to content

Commit

Permalink
Improve explanatory text of main history chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Mar 20, 2024
1 parent 7cdf8be commit 3eb46bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dashboard
Title: What the Package Does (One Line, Title Case)
Version: 0.1.0.004
Version: 0.1.0.005
Authors@R:
person(given = "First",
family = "Last",
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "dashboard: What the Package Does (One Line, Title Case)",
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.0.004",
"version": "0.1.0.005",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
7 changes: 4 additions & 3 deletions quarto/history.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ library (ggplot2)
dat <- review_history (quiet = TRUE)
```

This chart shows the total number of packages under review each month. Lines
are shown for all packages, as well as separate trends distinguishing general
review from statistical software review, which started in September 2021.
This chart shows the total number of packages under review each month. Main lines
shows numbers of reviews for all packages, with trends distinguishing general
review from statistical software review starting from September 2021. Prior to
this time, all reviews were "general".


```{r history-months, echo = FALSE}
Expand Down

0 comments on commit 3eb46bd

Please sign in to comment.