This file is indexed.

/usr/lib/R/site-library/glmnet/NAMESPACE is in r-cran-glmnet 2.0-5-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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
useDynLib("glmnet")
importFrom(utils,head,tail,packageDescription)
importFrom("graphics", "abline", "axis", "matplot", "points",
     "segments", "text")
importFrom("methods", "as", "new")
importFrom("stats", "approx", "coef", "median", "predict", "rmultinom",
     "runif", "weighted.mean")

import(Matrix)
import(foreach)
export(glmnet,
       print.glmnet,plot.glmnet,plot.multnet,plot.mrelnet,predict.glmnet,coef.glmnet,coef.cv.glmnet,predict.cv.glmnet,plot.cv.glmnet,deviance.glmnet,
       cv.glmnet,
       cv.elnet,cv.lognet,cv.multnet,cv.fishnet,cv.coxnet,cv.mrelnet,getmin,auc,auc.mat,cvcompute,coxnet.deviance,
       lambda.interp,response.coxnet,rmult,glmnet_softmax,na.mean,glmnet.control,
       predict.elnet,predict.lognet,predict.fishnet,mrelnet,predict.multnet,predict.coxnet,predict.mrelnet,nonzeroCoef,plotCoef,jerr,jerr.elnet,jerr.lognet,jerr.fishnet,jerr.coxnet,jerr.mrelnet,elnet,lognet,fishnet,coxnet,getcoef,getcoef.multinomial,coefnorm)

S3method("print","glmnet")
S3method("plot","glmnet")
S3method("plot","multnet")
S3method("plot","mrelnet")
S3method("predict","glmnet")
S3method("predict","lognet")
S3method("predict","elnet")
S3method("predict","coxnet")
S3method("predict","fishnet")
S3method("predict","mrelnet")
S3method("predict","multnet")
S3method("coef","glmnet")
S3method("coef","cv.glmnet")
S3method("predict","cv.glmnet")
S3method("plot","cv.glmnet")
S3method("deviance","glmnet")