Package: debugme
Title: Debug R Packages
Version: 1.2.0
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Specify debug messages as special string constants, and
    control debugging of packages via environment variables.
License: MIT + file LICENSE
URL: https://github.com/r-lib/debugme#readme,
    https://r-lib.github.io/debugme/
BugReports: https://github.com/r-lib/debugme/issues
Depends: 
    R (>= 3.6)
Imports:
    crayon,
    grDevices
Suggests:
    covr,
    mockery,
    R6,
    testthat (>= 3.0.0),
    withr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
