Skip to content

Commit

Permalink
rewrite urgency table description for #34
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Apr 30, 2024
1 parent 06da14c commit db3e916
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.2.006
Version: 0.2.2.007
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.2.2.006",
"version": "0.2.2.007",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
4 changes: 2 additions & 2 deletions quarto/reviews.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ colorTable(urgencyDat, {
})
```

Levels of urgency depend on the review stage. Approximate expected times
required to complete each stage are:
Levels of urgency are calculated from the following expected times for each
review stage:

stage | time (days)
--- | ---
Expand Down

0 comments on commit db3e916

Please sign in to comment.