PredictiveEcology / reproducible

A set of tools for R that enhance reproducibility beyond package management
https://reproducible.predictiveecology.org/
41 stars 14 forks source link

'crayon' superseded; use 'cli' #386

Open achubaty opened 6 months ago

achubaty commented 6 months ago

https://github.com/r-lib/crayon/commit/9b7f87e4ded2a6e1a76e682e44940bac233b5be4

The crayon package is now superseded. Please use the 'cli' package for new projects.

crayon is still supported and will receive important bug fixes, but no new features.

achubaty commented 4 months ago

see https://cli.r-lib.org/reference/index.html#terminal-colors-and-styles and also https://cli.r-lib.org/reference/ansi-styles.html

it's also possible to build a custom cli theme (https://cli.r-lib.org/reference/index.html#themes)