forked from nx10/httpgd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.39 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
36
37
38
39
40
41
42
43
Package: httpgd
Type: Package
Title: A 'HTTP' Server Graphics Device
Version: 2.0.0.9000
Authors@R:
c(
person(given = "Florian", family = "Rupprecht", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1795-8624")),
person(given = "Kun", family = "Ren", role = "ctb", email = "[email protected]"),
person("Jeroen", "Ooms", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-4035-0289"))
)
Description: A graphics device for R that is accessible via network protocols.
This package was created to make it easier to embed live R graphics in
integrated development environments and other applications.
The included 'HTML/JavaScript' client (plot viewer) aims to provide a better overall user experience when dealing with R graphics.
The device asynchronously serves graphics via 'HTTP' and 'WebSockets'.
License: GPL (>= 2)
Remotes: github::nx10/unigd
Depends:
R (>= 3.2.0)
Imports:
unigd
LinkingTo:
cpp11 (>= 0.2.4),
BH (>= 1.75.0),
unigd
Suggests:
testthat,
xml2 (>= 1.0.0),
knitr,
rmarkdown,
covr,
future,
httr,
jsonlite
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Encoding: UTF-8
SystemRequirements:
C++17
URL: https://github.com/nx10/httpgd,
https://nx10.github.io/httpgd/
BugReports: https://github.com/nx10/httpgd/issues
VignetteBuilder: knitr