Skip to content

Commit ebf0075

Browse files
dmurdochcran-robot
authored andcommitted
version 0.106.6
1 parent 729be4f commit ebf0075

File tree

169 files changed

+5741
-3040
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+5741
-3040
lines changed

DESCRIPTION

+51-7
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,45 @@
11
Package: rgl
2-
Version: 0.105.22
2+
Version: 0.106.6
33
Title: 3D Visualization Using OpenGL
4-
Author: Daniel Adler <dadler@uni-goettingen.de>, Duncan Murdoch <murdoch.duncan@gmail.com>, and others (see README)
5-
Maintainer: Duncan Murdoch <murdoch.duncan@gmail.com>
4+
Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"),
5+
email = "murdoch.duncan@gmail.com"),
6+
person("Daniel", "Adler", role = "aut",
7+
email = "dadler@dyncall.org"),
8+
person("Oleg", "Nenadic", role = "ctb"),
9+
person("Simon", "Urbanek", role = "ctb"),
10+
person("Ming", "Chen", role = "ctb"),
11+
person("Albrecht", "Gebhardt", role = "ctb"),
12+
person("Ben", "Bolker", role = "ctb"),
13+
person("Gabor", "Csardi", role = "ctb"),
14+
person("Adam", "Strzelecki", role = "ctb"),
15+
person("Alexander", "Senger", role = "ctb"),
16+
person("The R Core Team", role = c("ctb", "cph")),
17+
person("Dirk","Eddelbuettel", role = "ctb"),
18+
person("The authors of Shiny", role = "cph"),
19+
person("The authors of knitr", role = "cph"),
20+
person("Jeroen", "Ooms", role = "ctb"),
21+
person("Yohann", "Demont", role = "ctb"),
22+
person("Joshua", "Ulrich", role = "ctb"),
23+
person("Xavier", "Fernandez i Marin", role = "ctb"),
24+
person("George", "Helffrich", role = "ctb"),
25+
person("Ivan", "Krylov", role = "ctb"))
626
Depends: R (>= 3.3.0)
727
Suggests: MASS, rmarkdown, deldir, orientlib, lattice, misc3d,
828
rstudioapi, magick, plotrix (>= 3.7-3), tripack, interp,
9-
alphashape3d, tcltk, js (>= 1.2), akima, webshot2
29+
alphashape3d, tcltk, js (>= 1.2), akima, webshot2, downlit,
30+
pkgdown, extrafont
1031
Imports: graphics, grDevices, stats, utils, htmlwidgets, htmltools,
1132
knitr, jsonlite (>= 0.9.20), shiny, magrittr, crosstalk,
1233
manipulateWidget (>= 0.9.0)
34+
Enhances: waldo
1335
Description: Provides medium to high level functions for 3D interactive graphics, including
1436
functions modelled on base graphics (plot3d(), etc.) as well as functions for
1537
constructing representations of geometric objects (cube3d(), etc.). Output
1638
may be on screen using OpenGL, or to various standard 3D file formats including
1739
WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript, SVG, PGF.
1840
License: GPL
19-
URL: https://github.com/dmurdoch/rgl
41+
URL: https://github.com/dmurdoch/rgl,
42+
https://dmurdoch.github.io/rgl/dev/
2043
SystemRequirements: OpenGL, GLU Library, XQuartz (on OSX), zlib
2144
(optional), libpng (>=1.2.9, optional), FreeType (optional),
2245
pandoc (>=1.14, needed for vignettes)
@@ -25,6 +48,27 @@ VignetteBuilder: knitr
2548
Biarch: true
2649
Additional_repositories: https://dmurdoch.github.io/drat
2750
NeedsCompilation: yes
28-
Packaged: 2021-03-04 15:53:40 UTC; murdoch
51+
Packaged: 2021-04-15 16:20:28 UTC; murdoch
52+
Author: Duncan Murdoch [aut, cre],
53+
Daniel Adler [aut],
54+
Oleg Nenadic [ctb],
55+
Simon Urbanek [ctb],
56+
Ming Chen [ctb],
57+
Albrecht Gebhardt [ctb],
58+
Ben Bolker [ctb],
59+
Gabor Csardi [ctb],
60+
Adam Strzelecki [ctb],
61+
Alexander Senger [ctb],
62+
The R Core Team [ctb, cph],
63+
Dirk Eddelbuettel [ctb],
64+
The authors of Shiny [cph],
65+
The authors of knitr [cph],
66+
Jeroen Ooms [ctb],
67+
Yohann Demont [ctb],
68+
Joshua Ulrich [ctb],
69+
Xavier Fernandez i Marin [ctb],
70+
George Helffrich [ctb],
71+
Ivan Krylov [ctb]
72+
Maintainer: Duncan Murdoch <murdoch.duncan@gmail.com>
2973
Repository: CRAN
30-
Date/Publication: 2021-03-04 23:10:09 UTC
74+
Date/Publication: 2021-04-17 05:00:11 UTC

MD5

+167-145
Large diffs are not rendered by default.

NAMESPACE

+24-18
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
export(.check3d,
2-
abclines3d, addNormals, addToSubscene3d, arc3d,
3-
arrow3d, as.mesh3d, as.triangles3d, asRow,
4-
ageSetter, asEuclidean, asHomogeneous, aspect3d, axes3d, axis3d, box3d,
5-
bbox3d, bg3d, bgplot3d,
2+
abclines3d, addNormals, addToSubscene3d, arc3d,
3+
arrow3d, as.mesh3d, as.triangles3d, asRow,
4+
ageSetter, asEuclidean, asEuclidean2, asHomogeneous, asHomogeneous2,
5+
aspect3d, axes3d, axis3d, box3d,
6+
bbox3d, bg3d, bgplot3d,
67
clear3d, clearSubsceneList, clipplanes3d, clipplaneSlider,
7-
clipMesh3d, clipObj3d, close3d, contourLines3d,
8-
cube3d, cuboctahedron3d, cur3d,
9-
currentSubscene3d, cylinder3d,
10-
decorate3d, deform.mesh3d, delFromSubscene3d, divide.mesh3d, dodecahedron3d, dot3d, ellipse3d, extrude3d,
11-
figWidth, figHeight, filledContour3d,
8+
clipMesh3d, clipObj3d, close3d, compare_proxy.mesh3d,
9+
contourLines3d,
10+
cube3d, cuboctahedron3d, cur3d,
11+
currentSubscene3d, cylinder3d,
12+
decorate3d, deform.mesh3d, delFromSubscene3d, divide.mesh3d, dodecahedron3d, dot3d, drape3d, ellipse3d, extrude3d,
13+
facing3d, figWidth, figHeight, filledContour3d,
1214
gc3d, getr3dDefaults, getWidgetId, GramSchmidt, grid3d,
1315
highlevel, hook_rgl, hook_webgl,
1416
icosahedron3d, identify3d, identityMatrix, ids3d,
17+
in_pkgdown_example,
1518
layout3d, legend3d, light3d, lines3d, lowlevel, makeDependency, material3d,
16-
matrixSetter, mergeVertices, mfrow3d, movie3d, mtext3d,
19+
matrixSetter, mergeVertices, mesh3d, mfrow3d, movie3d, mtext3d,
1720
newSubscene3d, next3d, normalize.mesh3d, observer3d, octahedron3d, oh3d, open3d,
1821
par3d, par3dinterp, par3dinterpControl, par3dinterpSetter,
19-
particles3d, pch3d, persp3d, planes3d,
20-
play3d, plot3d, plotmath3d, points3d,
21-
polygon3d, pop3d, propertySetter, propertySlider,
22+
particles3d, pch3d, persp3d, planes3d,
23+
play3d, plot3d, plotmath3d, points3d,
24+
polygon3d, pop3d, projectDown, propertySetter, propertySlider,
2225
qmesh3d, quads3d, readOBJ, readSTL, rgl.abclines, rgl.bbox, rgl.bg, rgl.bringtotop, rgl.clear,
2326
rgl.getMouseCallbacks, rgl.getWheelCallback,
2427
rgl.close, rgl.cur, rgl.ids, rgl.init, rgl.light, rgl.lines, rgl.linestrips,
@@ -27,13 +30,13 @@ export(.check3d,
2730
rgl.select, rgl.select3d, rgl.set, rgl.snapshot, rgl.spheres, rgl.sprites,
2831
rgl.surface, rgl.texts, rgl.triangles, rgl.user2window,
2932
rgl.attrib, rgl.attrib.count, rgl.attrib.info, rgl.dev.list, rgl.useNULL,
30-
rgl.viewpoint, rgl.window2user,
33+
rgl.viewpoint, rgl.window2user, rglExtrafonts,
3134
rglFonts, rglId, rglMouse, rglShared, rglToLattice, rglToBase,
3235
r3dDefaults, rotate3d, rotationMatrix,
3336
scale3d, scaleMatrix, scene3d, segments3d,
3437
select3d, selectionFunction3d, selectpoints3d,
3538
rgl.setMouseCallbacks, rgl.setWheelCallback, set3d,
36-
setGraphicsDelay, setupKnitr, setUserShaders, shade3d,
39+
setGraphicsDelay, setupKnitr, setUserShaders, shade3d, shadow3d,
3740
shapelist3d, shinyGetPar3d, shinySetPar3d, shinyResetBrush,
3841
show2d, snapshot3d,
3942
spheres3d, spin3d, sprites3d, subdivision3d,
@@ -45,7 +48,7 @@ export(.check3d,
4548
toggleButton, toggleWidget, triangulate,
4649
tmesh3d, transform3d, translate3d, translationMatrix, triangles3d,
4750
turn3d, useSubscene3d, vertexSetter, view3d, wire3d,
48-
writeASY, writeOBJ, writePLY, writeSTL, writeWebGL)
51+
writeASY, writeOBJ, writePLY, writeSTL, writeWebGL)
4952

5053
S3method(dot3d, shapelist3d)
5154
S3method(wire3d, shapelist3d)
@@ -129,6 +132,9 @@ export(.check3d,
129132
S3method(summary, rglscene)
130133
S3method(summary, rglsubscene)
131134

135+
S3method(drape3d, default)
136+
S3method(drape3d, mesh3d)
137+
132138
S3method(contourLines3d, rglId)
133139
S3method(contourLines3d, mesh3d)
134140
S3method(filledContour3d, rglId)
@@ -164,8 +170,8 @@ importFrom(htmltools, css, HTML, htmlDependency, img,
164170
importFrom(jsonlite, toJSON, base64_dec)
165171
importFrom(knitr, asis_output, fig_path, hook_plot_custom, image_uri, include_graphics, knit_hooks,
166172
knit_meta_add, knit_print, opts_current, opts_hooks, opts_knit)
167-
importFrom(shiny, getDefaultReactiveDomain, markRenderFunction, registerInputHandler)
173+
importFrom(shiny, getDefaultReactiveDomain, markRenderFunction,
174+
registerInputHandler, removeInputHandler)
168175
importFrom(magrittr, "%>%")
169176
importFrom(manipulateWidget, combineWidgets)
170177
importFrom(stats, coef, predict, residuals)
171-

0 commit comments

Comments
 (0)