This file is indexed.

/usr/lib/R/site-library/Biobase/UnitTests/Makefile is in r-bioc-biobase 2.14.0-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
TOP=../../..
RUNIT_DIR=$(shell pwd)
INST_PATH=$(shell dirname ${RUNIT_DIR})
PKG_PATH=$(shell dirname ${INST_PATH})

all: install test

install:
	cd ${TOP}; \
	"$(R_HOME)/bin/R" CMD INSTALL --clean ${PKG_PATH} && \
	cd ${RUNIT_DIR}

test:
	"$(R_HOME)/bin/R" --slave < runalltests.R

%.R: FORCE
	./runfile.sh $@

FORCE: