Skip to content

Commit

Permalink
Newbies: Also for packages resubmitted after being archived
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Apr 10, 2024
1 parent 4fce596 commit ba48adb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export const CRAN_QUEUES: { [qid: string]: CranQueueInfo } = {
newbies: {
order: 0,
name: 'Newbies',
description: 'First time submission.',
longdescription: 'This is a new package. New packages are queued ' +
'for manual first time inspection.',
description: 'First-time and unarchival submissions.',
longdescription: 'This is either a new package or a package to be unarchived. ' +
'Such packages are queued for manual inspection.',
reference: 'https://journal.r-project.org/archive/2018-1/cran.pdf',
reference_label: 'Learn more: Hornik, K., Ligges, U., & Zeileis, A. (2018). Changes on CRAN. 2018-07-01 to 2018-12-31. The R Journal, 10(2), 1-3.',
},
Expand Down

0 comments on commit ba48adb

Please sign in to comment.