This file is indexed.

/usr/lib/R/site-library/expm/data/matStig.R is in r-cran-expm 0.99-1.1-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
matStig <-
    matrix(c( 1.725,   -0.765, -15.00,	       0,	  0,	 0,	 0,	0,
	     -0.795,	0.765,	    0,	       0,	  0,	 0,	 0,	0,
	      0,	0,     0.3949,	 -0.3949,	  0,	 0, 343.4851,	0,
	      0,	0,	    0,	  0.1456,	  0,	 0,	 0,	0,
	      0,	0,	    0,	       0,    -1.725, 0.795,	 0,	0,
	      0,	0,	    0,	       0,     0.765,-0.765,	 0,	0,
	      0,	0,	    0,	       0,    15.00,	 0, -0.3949,	0,
	      0,	0,	    0,	       0,	 0,	 0,  0.3949, -0.1456),
	   nrow=8, byrow=TRUE)