-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 996 Bytes
/
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
Package: tower
Title: Easy Middle Ware Library for 'shiny'
Version: 0.2.0
Authors@R:
c(person(given = "ixpantia, SRL",
role = "cph",
email = "hola@ixpantia.com"),
person("Andres", "Quintero", , "andres@ixpantia.com", role = c("aut", "cre")))
Description: The best way to implement middle ware for 'shiny' Applications. 'tower'
is designed to make implementing behavior on top of 'shiny' easy with a layering
model for incoming HTTP requests and server sessions. 'tower' is a very minimal
package with little overhead, it is mainly meant for other package developers
to implement new behavior.
URL: https://github.com/ixpantia/tower
BugReports: https://github.com/ixpantia/tower/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
compiler,
glue,
purrr,
stringr,
curl,
jsonlite,
rlang
Suggests:
testthat (>= 3.0.0),
shiny
Config/testthat/edition: 3