Package: crayon Title: Colored Terminal Output Version: 1.5.3.9000 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Brodie", "Gaslam", , "brodie.gaslam@yahoo.com", role = "ctb"), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: The crayon package is now superseded. Please use the 'cli' package for new projects. Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project. License: MIT + file LICENSE URL: https://r-lib.github.io/crayon/, https://github.com/r-lib/crayon BugReports: https://github.com/r-lib/crayon/issues Imports: grDevices, methods, utils Suggests: rstudioapi, testthat, withr Config/Needs/website: tidyverse/tidytemplate Config/usethis/last-upkeep: 2025-04-25 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Collate: 'aaa-rstudio-detect.R' 'aaaa-rematch2.R' 'aab-num-ansi-colors.R' 'aac-num-ansi-colors.R' 'ansi-256.R' 'ansi-palette.R' 'combine.R' 'string.R' 'utils.R' 'crayon-package.R' 'disposable.R' 'enc-utils.R' 'has_ansi.R' 'has_color.R' 'link.R' 'styles.R' 'machinery.R' 'parts.R' 'print.R' 'style-var.R' 'show.R' 'string_operations.R' Repository: https://r-lib.r-universe.dev Date/Publication: 2025-10-21 07:13:11 UTC RemoteUrl: https://github.com/r-lib/crayon RemoteRef: HEAD RemoteSha: 846317afdb813575b97883fd0a4e654f6a5fc4f4 NeedsCompilation: no Packaged: 2026-06-18 09:23:00 UTC; root Author: Gábor Csárdi [aut, cre], Brodie Gaslam [ctb], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Gábor Csárdi