/usr/lib/R/site-library/rgl/NAMESPACE is in r-cran-rgl 0.92.798-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 | export(addNormals, asEuclidean, asHomogeneous, aspect3d, axes3d, axis3d, box3d,
bbox3d, bg3d, clear3d, cube3d, cuboctahedron3d, cylinder3d,
decorate3d, dodecahedron3d, dot3d, ellipse3d,
grid3d, icosahedron3d, identityMatrix,
light3d, lines3d, material3d, movie3d, mtext3d, octahedron3d, oh3d, open3d,
par3d, par3dinterp, particles3d, persp3d, play3d, plot3d, points3d, pop3d,
qmesh3d, quads3d, rgl.bbox, rgl.bg, rgl.bringtotop, rgl.clear,
rgl.close, rgl.cur, rgl.ids, rgl.init, rgl.light, rgl.lines, rgl.linestrips,
rgl.material, rgl.open, rgl.pixels, rgl.points, rgl.pop, rgl.postscript,
rgl.primitive, rgl.projection, rgl.quads, rgl.quit,
rgl.select3d, rgl.set, rgl.snapshot, rgl.spheres, rgl.sprites,
rgl.surface, rgl.texts, rgl.triangles, rgl.user2window,
rgl.viewpoint, rgl.window2user, rglFonts, r3dDefaults, rotate3d, rotationMatrix,
scale3d, scaleMatrix, segments3d, select3d, rgl.setMouseCallbacks, shade3d,
shapelist3d, snapshot3d,
spheres3d, spin3d, sprites3d, subdivision3d, surface3d, terrain3d,
tetrahedron3d, text3d,
texts3d, title3d, tmesh3d, transform3d, translate3d, translationMatrix, triangles3d,
view3d, wire3d)
S3method(dot3d, shapelist3d)
S3method(wire3d, shapelist3d)
S3method(shade3d, shapelist3d)
S3method(translate3d, shapelist3d)
S3method(rotate3d, shapelist3d)
S3method(scale3d, shapelist3d)
S3method(addNormals, shapelist3d)
S3method(dot3d, mesh3d)
S3method(translate3d, mesh3d)
S3method(rotate3d, mesh3d)
S3method(scale3d, mesh3d)
S3method(wire3d, mesh3d)
S3method(shade3d, mesh3d)
S3method(subdivision3d, mesh3d)
S3method(addNormals, mesh3d)
S3method(plot3d, mesh3d)
S3method(translate3d, default)
S3method(rotate3d, default)
S3method(scale3d, default)
S3method(ellipse3d, default)
S3method(ellipse3d, lm)
S3method(ellipse3d, glm)
S3method(ellipse3d, nls)
S3method(plot3d, default)
S3method(persp3d, default)
if(tools:::.OStype() == "windows") {
import(utils) # only needed for getWindowsHandle
}
|