-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
38 lines (38 loc) · 912 Bytes
/
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
Package: r2vr
Title: Compose and Serve WebVR Scenes
Version: 0.0.0.9001
Authors@R: as.person(c(
"Miles McBain <[email protected]> [aut, cre]",
"Jon Peppinck <[email protected]> [aut]"
))
Description: Building on top of Mozilla's A-Frame Framework, a suite of objects
are provided for composing WebVR scenes with a functional R interface. Thanks to
the power and versatility of A-Frame and WebVR, scenes will be viewable on
all major VR platforms/devices including smartphone platforms like Google
Cardboard.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: testthat,
knitr,
rmarkdown,
jsonlite,
ggplot2,
reshape2
RoxygenNote: 7.1.1
Imports:
stringr,
purrr,
magrittr,
routr,
fiery,
readr,
mime,
tibble,
fs,
uuid,
methods,
httr,
lubridate
VignetteBuilder: knitr