-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
82 lines (82 loc) · 3.63 KB
/
DESCRIPTION
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Package: rgl
Version: 1.3.14
Title: 3D Visualization Using OpenGL
Authors@R: c(person("Duncan", "Murdoch", role = c("aut", "cre"),
email = "murdoch.duncan@gmail.com"),
person("Daniel", "Adler", role = "aut",
email = "dadler@dyncall.org"),
person("Oleg", "Nenadic", role = "ctb"),
person("Simon", "Urbanek", role = "ctb"),
person("Ming", "Chen", role = "ctb"),
person("Albrecht", "Gebhardt", role = "ctb"),
person("Ben", "Bolker", role = "ctb"),
person("Gabor", "Csardi", role = "ctb"),
person("Adam", "Strzelecki", role = "ctb"),
person("Alexander", "Senger", role = "ctb"),
person("The R Core Team", role = c("ctb", "cph")),
person("Dirk","Eddelbuettel", role = "ctb"),
person("The authors of Shiny", role = "cph"),
person("The authors of knitr", role = "cph"),
person("Jeroen", "Ooms", role = "ctb"),
person("Yohann", "Demont", role = "ctb"),
person("Joshua", "Ulrich", role = "ctb"),
person("Xavier", "Fernandez i Marin", role = "ctb"),
person("George", "Helffrich", role = "ctb"),
person("Ivan", "Krylov", role = "ctb"),
person("Michael", "Sumner", role = "ctb"),
person("Mike", "Stein", role = "ctb"),
person("Jonathon", "Love", role = "ctb"))
Depends: R (>= 3.6.0)
Suggests: MASS, markdown (>= 1.12), rmarkdown (>= 2.16), deldir (>=
1.0-4), orientlib, lattice, misc3d, magick, plotrix (>= 3.7-3),
tripack, interp, alphashape3d, tcltk, js (>= 1.2), webshot2 (>=
0.1.0), downlit (>= 0.4.0), pkgdown (>= 2.0.0), extrafont,
shiny, manipulateWidget (>= 0.9.0), testthat, crosstalk, V8,
chromote, jpeg, png
Imports: graphics, grDevices, stats, utils, htmlwidgets (>= 1.6.0),
htmltools, knitr (>= 1.33), jsonlite (>= 0.9.20), magrittr, R6,
base64enc, mime
Enhances: waldo
Description: Provides medium to high level functions for 3D interactive graphics, including
functions modelled on base graphics (plot3d(), etc.) as well as functions for
constructing representations of geometric objects (cube3d(), etc.). Output
may be on screen using OpenGL, or to various standard 3D file formats including
WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript, SVG, PGF.
License: GPL
URL: https://github.com/dmurdoch/rgl, https://dmurdoch.github.io/rgl/
SystemRequirements: OpenGL and GLU Library (Required for display in R.
See "Installing OpenGL support" in README.md. Not needed if
only browser displays using rglwidget() are wanted.), zlib
(optional), libpng (>=1.2.9, optional), FreeType (optional)
BugReports: https://github.com/dmurdoch/rgl/issues
VignetteBuilder: knitr
Biarch: true
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2024-11-16 13:53:20 UTC; murdoch
Author: Duncan Murdoch [aut, cre],
Daniel Adler [aut],
Oleg Nenadic [ctb],
Simon Urbanek [ctb],
Ming Chen [ctb],
Albrecht Gebhardt [ctb],
Ben Bolker [ctb],
Gabor Csardi [ctb],
Adam Strzelecki [ctb],
Alexander Senger [ctb],
The R Core Team [ctb, cph],
Dirk Eddelbuettel [ctb],
The authors of Shiny [cph],
The authors of knitr [cph],
Jeroen Ooms [ctb],
Yohann Demont [ctb],
Joshua Ulrich [ctb],
Xavier Fernandez i Marin [ctb],
George Helffrich [ctb],
Ivan Krylov [ctb],
Michael Sumner [ctb],
Mike Stein [ctb],
Jonathon Love [ctb]
Maintainer: Duncan Murdoch <murdoch.duncan@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-16 17:10:02 UTC