File: NAMESPACE

package info (click to toggle)
r-cran-proxy 0.4-27-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 372 kB
  • sloc: ansic: 1,247; sh: 12; makefile: 5
file content (37 lines) | stat: -rwxr-xr-x 1,000 bytes parent folder | download | duplicates (2)
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
import("stats")
importFrom("utils", "formatUL")

export("dist", "simil",
       "as.dist", "as.simil", "as.matrix",
       "pr_simil2dist", "pr_dist2simil",
       "row.dist", "col.dist",
       "rowSums.dist", "colSums.dist", "rowMeans.dist", "colMeans.dist",
       "pr_DB")

S3method("dim", "dist")
S3method("dimnames", "dist")
S3method("dimnames<-", "dist")
S3method("names", "dist")
S3method("names<-", "dist")

S3method("subset", "dist")
S3method("[[", "dist")
S3method("as.matrix", "dist")
S3method("as.matrix", "simil")
S3method("print","crossdist")
S3method("print","pairdist")
S3method("print","simil")

S3method("summary","pr_DB")
S3method("print","summary.pr_DB")

## generic registry stuff
S3method("[[", "proxy_registry")
S3method("length", "proxy_registry")
S3method("print","proxy_registry")
S3method("print","registry_field")
S3method("print","registry_entry")
S3method("summary","proxy_registry")
S3method("as.data.frame","proxy_registry")

useDynLib("proxy", .registration = TRUE)