Skip to content

Commit c9e1c55

Browse files
committed
Add "with AE" to todo()
1 parent 550ef65 commit c9e1c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/status.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ todo <- function(x) {
156156
"proofed" = "ready for publication (editor-in-chief)",
157157
"acknowledged" = "needs reviewers (editor)",
158158
"submitted" = "needs acknowledgement (editor-in-chief)",
159+
"with AE" = "waiting (editor)",
159160
stop("Unknown status: ", status)
160161
)
161162
}

0 commit comments

Comments
 (0)