Skip to content

Commit a1fc927

Browse files
committed
improve urgency cols for pre-sub issues; ping @maurolepore
1 parent 32f6b5b commit a1fc927

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: dashboard
22
Title: What the Package Does (One Line, Title Case)
3-
Version: 0.2.2.060
3+
Version: 0.2.2.061
44
Authors@R:
55
person(given = "First",
66
family = "Last",

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "dashboard: What the Package Does (One Line, Title Case)",
77
"codeRepository": "https://github.com/ropensci-review-tools/dashboard",
88
"license": "https://spdx.org/licenses/MIT",
9-
"version": "0.2.2.060",
9+
"version": "0.2.2.061",
1010
"programmingLanguage": {
1111
"@type": "ComputerLanguage",
1212
"name": "R",

quarto/reviews.qmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ rev_dat$stage_num [index] <- -1
5151
rev_dat$stage [index] <- "(No stage)"
5252
ncols <- 5L
5353
rev_dat$urgency <- 0L
54-
rev_dat$urgency [index] <- ncols
54+
# rev_dat$urgency [index] <- ncols
5555
5656
# time scales for each stage, in days
5757
time_scales <- list (
58+
c (-1, 7), # pre-submission
5859
c (0, 7), # initial editorial handling
5960
c (1, 7), # editor checks
6061
c (2, 14), # seeking reviewers

0 commit comments

Comments
 (0)