forked from bwlewis/rthreejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.1 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
Package: threejs
Type: Package
Title: Interactive 3D Scatter Plots and Globes
Description: Create interactive 3D scatter plots and globes using the 'three.js'
visualization library ("http://threejs.org").
Version: 0.2.2
Date: 2015-04-24
Authors@R: c(
person("B. W.", "Lewis", role=c("aut","cre"), email="[email protected]"),
person(family="Three.js authors", role="cph", comment="three.js JavaScript library"),
person("Alexey", "Stukalov", role=("ctb"), email="[email protected]"),
person("Yihui","Xie", role=("ctb"), email="[email protected]"),
person("Andreas", "Briese", role=("ctb"), email="[email protected]"),
person("Mark", "Lundin", role="cph"),
person("Eberhard", "Graether", role="cph"),
person("David", "Piegza", role="cph")
)
URL: http://bwlewis.github.io/rthreejs
BugReports: https://github.com/bwlewis/rthreejs/issues
License: MIT + file LICENSE
Depends:
R (>= 3.0.0)
Imports:
htmlwidgets (>= 0.3.2),
base64enc,
Matrix,
jsonlite
Suggests:
htmltools (>= 0.2.6),
igraph,
maps,
maptools,
sp
Enhances: knitr, shiny
RoxygenNote: 5.0.0