This file is indexed.

/usr/lib/R/site-library/munsell/NEWS is in r-cran-munsell 0.4.2-1.

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
Version 0.4.2
==============================================================================

* hues with zero chroma are now defined but are named using the corresponding 
grey (i.e. 5B 0/4 is equivalent to N 0/4) (fixes issue #3)

* fixed slice_complement to display correct colours (issue #2).

Version 0.4.1
==============================================================================

* fixed plot_hex to preserve order of colours (fix courtesy of https://github.com/sebastian-c)

Version 0.4
==============================================================================

* fixed plotting functions to work with new themeing system in ggplot2 0.9.2

Version 0.3
==============================================================================

* put lookup code data in the right place to avoid namespace problems.

Version 0.2
==============================================================================

* added a NAMESPACE and removed package dependencies - colorspace is now
  imported, and ggplot2 is only a suggestion - you don't need it if you're
  using munsell only for colour choice, not for visualising the space.