-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 998 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 998 Bytes
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
Package: shinypayload
Type: Package
Title: Accept POST Data and URL Parameters in 'shiny' (Same-Port Integration)
Version: 0.3.0
Authors@R: person("Pawan Rama", "Mali", email = "prm@outlook.in", role = c("aut", "cre"))
Author: Pawan Rama Mali [aut, cre]
Maintainer: Pawan Rama Mali <prm@outlook.in>
Description: Handle POST requests on a custom path (e.g., /ingress) inside the same 'shiny' HTTP server using user interface functions and HTTP responses. Expose latest payload as a reactive and provide helpers for query parameters.
License: MIT + file LICENSE
URL: https://github.com/PawanRamaMali/shinypayload, https://pawanramamali.github.io/shinypayload/
BugReports: https://github.com/PawanRamaMali/shinypayload/issues
Encoding: UTF-8
Depends: R (>= 4.1)
Imports:
shiny (>= 1.7.4),
jsonlite
Suggests:
testthat (>= 3.0.0),
covr,
styler,
roxygen2,
DT,
digest,
xml2,
jsonvalidate
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3