1import("stats")
2importFrom("utils", "formatUL")
3
4export("dist", "simil",
5       "as.dist", "as.simil", "as.matrix",
6       "pr_simil2dist", "pr_dist2simil",
7       "row.dist", "col.dist",
8       "rowSums.dist", "colSums.dist", "rowMeans.dist", "colMeans.dist",
9       "pr_DB")
10
11S3method("dim", "dist")
12S3method("dimnames", "dist")
13S3method("dimnames<-", "dist")
14S3method("names", "dist")
15S3method("names<-", "dist")
16
17S3method("subset", "dist")
18S3method("[[", "dist")
19S3method("as.matrix", "dist")
20S3method("as.matrix", "simil")
21S3method("print","crossdist")
22S3method("print","pairdist")
23S3method("print","simil")
24
25S3method("summary","pr_DB")
26S3method("print","summary.pr_DB")
27
28## generic registry stuff
29S3method("[[", "proxy_registry")
30S3method("length", "proxy_registry")
31S3method("print","proxy_registry")
32S3method("print","registry_field")
33S3method("print","registry_entry")
34S3method("summary","proxy_registry")
35S3method("as.data.frame","proxy_registry")
36
37useDynLib("proxy", .registration = TRUE)
38