This file is indexed.

/usr/lib/python3/dist-packages/rpy2/__init__.py is in python3-rpy2 2.8.5-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
__version_vector__ = ((2,8,5), '')

__version__ = '.'.join([str(x) for x in __version_vector__[0]]) + \
              '' + __version_vector__[1]