R/sys.R

.pkg_labels <-
  c(
    "Difficulty: 1 Simple" = "cccccc",
    "Difficulty: 2 Intermediate" = "6a6a6a",
    "Difficulty: 3 Advanced" = "1c1c1c",
    "Duplicate" = "b08955",
    "Effort: 1 Low" = "cccccc",
    "Effort: 2 Medium" = "6a6a6a",
    "Effort: 3 High" = "1c1c1c",
    "Next Release" = "b08955",
    "Priority: 1 Critical" = "FF1900",
    "Priority: 2 High" = "F97A25",
    "Priority: 3 Medium" = "F9B939",
    "Priority: 4 Low" = "F9EB25",
    "Priority: 5 Don't Do!" = "b08955",
    "Question" = "9d04fe",
    "Type: Bug" = "abcbe7",
    "Type: Docs" = "abcbe7",
    "Type: Enhancement" = "abcbe7",
    "Type: Refactor" = "abcbe7",
    "Type: Testing" = "abcbe7"
  )

.analysis_labels <- c(
  "Duplicate" = "b08955",
  "Effort: 1 Hour" = "CCCCCC",
  "Effort: 3 Hours" = "999999",
  "Effort: 7 Hours" = "666666",
  "Effort: 14 Hours" = "333333",
  "Effort: 30 Hours" = "000000",
  "Next Year" = "b08955", # F4E7B7
  "Priority: 1 Urgent" = "FF1900",
  "Priority: 2 Required" = "F97A25",
  "Priority: 3 Optional" = "F9EB25",
  "Priority: 4 Don't Do!" = "b08955",
  "README" = "9d04fe",
  "Type: Data Analysis" = "abcbe7",
  "Type: Data Management" = "abcbe7",
  "Type: Data Visualization" = "abcbe7",
  "Type: Fieldwork" = "abcbe7",
  "Type: GIS" = "abcbe7",
  "Type: Project Management" = "abcbe7",
  "Type: Question" = "abcbe7",
  "Type: Reporting" = "abcbe7",
  "Type: Software Development" = "abcbe7"
)
poissonconsulting/usepois documentation built on March 12, 2020, 7:25 a.m.