/usr/lib/R/site-library/rggobi/NAMESPACE is in r-cran-rggobi 2.1.20-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 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 | exportPattern("^[^\\.]")
import(utils)
import(RGtk2)
useDynLib(rggobi)
S3method(print, GGobiData)
S3method(dim, GGobiData)
S3method(nrow, GGobiData)
S3method(ncol, GGobiData)
S3method(names, GGobiData)
S3method("names<-", GGobiData)
S3method(rownames, GGobiData)
S3method("rownames<-", GGobiData)
S3method(dimnames, GGobiData)
S3method("dimnames<-", GGobiData)
S3method(summary, GGobiData)
S3method("[", GGobiData)
S3method("$", GGobiData)
S3method(as.data.frame, GGobiData)
S3method("[<-", GGobiData)
S3method("$<-", GGobiData)
S3method("[", GGobi)
S3method("[[", GGobi)
S3method("$", GGobi)
S3method(print, GGobi)
S3method(names, GGobi)
S3method(summary, GGobi)
S3method(close, GGobi)
S3method(print, GGobiDisplay)
S3method(close, GGobiDisplay)
S3method(length, GGobiDisplay)
S3method("displays", GGobi)
S3method("edges<-", GGobi)
S3method("edges<-", GGobiData)
S3method("pmodes", default)
S3method("pmodes", GGobiDisplay)
S3method("pmodes", character)
S3method("imodes", GGobiDisplay)
S3method("imodes", character)
S3method("dataset", GGobiDisplay)
S3method("display", GGobiData)
S3method("variables", GGobiDisplay)
S3method("variables<-", GGobiDisplay)
S3method("ggobi", GGobiDisplay)
S3method("ggobi", default)
S3method("glyph_type", GGobiData)
S3method("glyph_type<-", GGobiData)
S3method("glyph_size", GGobiData)
S3method("glyph_size<-", GGobiData)
S3method("glyph_colour", GGobiData)
S3method("glyph_colour<-", GGobiData)
S3method("excluded", GGobiData)
S3method("excluded<-", GGobiData)
S3method("selected", GGobiData)
S3method("shadowed", GGobiData)
S3method("shadowed<-", GGobiData)
S3method("ids", GGobiData)
S3method("ids<-", GGobiData)
|