This file is indexed.

/usr/lib/R/site-library/qvalue/NAMESPACE is in r-cran-qvalue 1.26.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
importFrom(graphics, hist, lines, mtext, par, plot)

importFrom(grDevices, dev.off, pdf)

importFrom(stats, predict, quantile, smooth.spline)

importFrom(tcltk, tclvalue, "tclvalue<-", tclVar, tkbutton,
           tkcheckbutton, tkconfigure, tkdestroy, tkentry, tkframe,
           tkgetOpenFile, tkgetSaveFile, tkgrid, tkinsert, tklabel,
           tkpack, tkradiobutton, tkscrollbar, tkset, tktext,
           tktoplevel, tkwm.focusmodel, tkwm.title, tkyview)

export(plot.qvalue, qplot, qsummary, qvalue, qvalue.gui, qwrite, summary.qvalue)