-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |