Skip to content

Commit

Permalink
chore: Add R description back.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Oct 11, 2023
1 parent 2f868a3 commit f1db152
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions r/DESCRIPTION
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

0 comments on commit f1db152

Please sign in to comment.