/usr/share/doc/r-cran-rocr/unittests/XXXrunit.ROCR.aux.RXXX is in r-cran-rocr 1.0-7-3.
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 | library(RUnit)
myTestSuite <- defineTestSuite("ROCR test suite", "tests","runit.aux.r")
isValidTestSuite(myTestSuite)
testData <- runTestSuite(myTestSuite)
printTextProtocol(testData, showDetails=TRUE)
printHTMLProtocol(testData, "tests/testresults.html")
|