This file is indexed.

/usr/lib/R/site-library/bayesm/NAMESPACE is in r-cran-bayesm 3.0-2-2.

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
useDynLib(bayesm)
importFrom(Rcpp, evalCpp)
## 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,fsh,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)