forked from h2oai/wave
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.37 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
Package: h2owave
Title: R Driver for H2O Wave Realtime Apps Framework
Version: 1.0.0
Date: 2022-05-03
Authors@R: c(
person(given = "Ashrith",
family = "Barthur",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Prithvi",
family = "Prabhu",
role = c("aut"),
email = "[email protected]"),
person(given = "Martin",
family = "Turoci",
role = c("ctb"),
email = "[email protected]")
)
Description: H2O Wave is a lightweight software stack for programming interactive web applications entirely in R (no HTML/Javascript/CSS) required. It is designed to make it fast, fun and easy to build low-latency, realtime, collaborative, web-based applications. It ships batteries-included with a suite of form and data visualization components for rapidly prototyping analytical and decision-support applications. Wave’s components work in conjunction with the Wave relay server that facilitates realtime state synchronization between R and web browsers.
License: Apache License (>= 2.0)
URL: https://github.com/h2oai/wave
BugReports: https://github.com/h2oai/wave/issues
Encoding: UTF-8
LazyData: true
Depends:
R(>= 3.5),
jsonlite,
devtools,
httr,
stringr,
httpuv,
R6(>= 2.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0