/usr/lib/R/site-library/crayon/DESCRIPTION is in r-cran-crayon 1.3.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 26 27 28 29 30 31 32 33 34 35 | Package: crayon
Title: Colored Terminal Output
Version: 1.3.4
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com",
role = c("aut", "cre")),
person(
"Brodie", "Gaslam", email="brodie.gaslam@yahoo.com",
role=c("ctb"))
)
Description: 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
LazyData: true
URL: https://github.com/r-lib/crayon#readme
BugReports: https://github.com/r-lib/crayon/issues
Collate: 'ansi-256.r' 'combine.r' 'string.r' 'utils.r'
'crayon-package.r' 'disposable.r' 'has_ansi.r' 'has_color.r'
'styles.r' 'machinery.r' 'parts.r' 'print.r' 'style-var.r'
'show.r' 'string_operations.r'
Imports: grDevices, methods, utils
Suggests: mockery, rstudioapi, testthat, withr
RoxygenNote: 6.0.1.9000
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2017-09-15 18:14:04 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
Brodie Gaslam [ctb]
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2017-09-16 19:49:46 UTC
Built: R 3.4.2; ; 'Sat, 25 Nov 2017 16:51:39 +0100'; unix
|