This file is indexed.

/usr/lib/R/site-library/bayesm/NAMESPACE is in r-cran-bayesm 3.1-0.1-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
useDynLib(bayesm)
importFrom(Rcpp, evalCpp)
importFrom(utils, flush.console)
importFrom(stats, acf, cov, dnbinom, dnorm, lm, median, optim, pnorm, qchisq, quantile, rmultinom, rnorm, runif, var)
importFrom(graphics, abline, boxplot, bxp, contour, hist, image, lines, par, plot, plot.default, points, polygon, text, title)
importFrom(grDevices, dev.interactive, devAskNewPage, terrain.colors)
## exportPattern("^[[:alpha:]]+") this line is automatically created when using package.skeleton but should be removed to prevent the _loop functions from exporting. Instead use the export() function (as is done here)

export(breg,createX,eMixMargDen,mixDen,llmnl,llmnp,llnhlogit,
lndIChisq,lndIWishart,lndMvn,lndMvst,mnlHess,momMix,nmat,numEff,rdirichlet, rmixture,rmultireg,
rwishart,rmvst,rtrun,rbprobitGibbs,runireg,
runiregGibbs,simnhlogit,rmnpGibbs,rmixGibbs,rnmixGibbs,
rmvpGibbs,rhierLinearModel,rhierMnlRwMixture,rivGibbs,
rmnlIndepMetrop,rscaleUsage,ghkvec,condMom,logMargDenNR,
rhierBinLogit,rnegbinRw,rhierNegbinRw,rbiNormGibbs,clusterMix,rsurGibbs,
mixDenBi,mnpProb,rhierLinearMixture,
summary.bayesm.mat,summary.bayesm.nmix,summary.bayesm.var,
plot.bayesm.mat,plot.bayesm.hcoef,plot.bayesm.nmix,
rordprobitGibbs,rivGibbs,rivDP,rDPGibbs,
rhierMnlDP,cgetC,rbayesBLP)


## register S3 methods
S3method(plot, bayesm.mat)
S3method(plot, bayesm.nmix)
S3method(plot, bayesm.hcoef)
S3method(summary, bayesm.mat)
S3method(summary, bayesm.var)
S3method(summary, bayesm.nmix)