This file is indexed.

/usr/lib/R/site-library/Biobase/UnitTests/runfile.sh is in r-bioc-biobase 2.14.0-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/bash

TEST_FILE=$1
R --slave <<-EOF
	library('RUnit')
	library('Biobase')
	res <- runTestFile('${TEST_FILE}',
    	rngKind='default', rngNormalKind='default')
	printTextProtocol(res, showDetails=FALSE)
EOF