This file is indexed.

/usr/lib/R/site-library/afex/NAMESPACE is in r-cran-afex 0.18-0-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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Generated by roxygen2: do not edit by hand

S3method(anova,afex_aov)
S3method(anova,mixed)
S3method(lsm.basis,afex_aov)
S3method(lsm.basis,mixed)
S3method(nice,afex_aov)
S3method(nice,anova)
S3method(nice,mixed)
S3method(print,afex_aov)
S3method(print,mixed)
S3method(print,nice_table)
S3method(recover.data,afex_aov)
S3method(recover.data,mixed)
S3method(summary,afex_aov)
S3method(summary,mixed)
export(afex_options)
export(all_fit)
export(aov.car)
export(aov4)
export(aov_4)
export(aov_car)
export(aov_ez)
export(compare.2.vectors)
export(ems)
export(ez.glm)
export(lmer)
export(lmer_alt)
export(mixed)
export(nice)
export(nmkbw)
export(round_ps)
export(set_default_contrasts)
export(set_deviation_contrasts)
export(set_effects_contrasts)
export(set_sum_contrasts)
export(set_treatment_contrasts)
importFrom(car,Anova)
importFrom(coin,approximate)
importFrom(coin,median_test)
importFrom(coin,oneway_test)
importFrom(coin,pvalue)
importFrom(coin,statistic)
importFrom(coin,wilcox_test)
importFrom(lme4,findbars)
importFrom(lme4,getME)
importFrom(lme4,glmer)
importFrom(lme4,glmerControl)
importFrom(lme4,isGLMM)
importFrom(lme4,isREML)
importFrom(lme4,lmerControl)
importFrom(lme4,nobars)
importFrom(lmerTest,lmer)
importFrom(lsmeans,lsm.basis)
importFrom(lsmeans,recover.data)
importFrom(methods,is)
importFrom(parallel,clusterApplyLB)
importFrom(parallel,clusterCall)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(reshape2,dcast)
importFrom(stats,"contrasts<-")
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,optim)
importFrom(stats,p.adjust)
importFrom(stats,setNames)
importFrom(stats,symnum)
importFrom(stats,t.test)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,wilcox.test)
importFrom(stats,xtabs)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)