1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: r-cran-crayon
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 11~),
dh-r (>= 20180527),
r-base-dev
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-crayon
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-crayon.git
Homepage: https://cran.r-project.org/package=crayon
Package: r-cran-crayon
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R colored terminal output
Colored terminal output on terminals that support ANSI color and
highlight codes. 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.
|