-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.48 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
44
45
46
47
48
49
50
51
52
53
54
55
56
Type: Package
Package: fiery
Title: A Lightweight and Flexible Web Framework
Version: 1.2.1.9000
Authors@R:
person("Thomas Lin", "Pedersen", , "thomasp85@gmail.com", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-5147-4711"))
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Description: A very flexible framework for building server side logic in
R. The framework is unopinionated when it comes to how HTTP requests
and WebSocket messages are handled and supports all levels of app
complexity; from serving static content to full-blown dynamic
web-apps. Fiery does not hold your hand as much as e.g. the shiny
package does, but instead sets you free to create your web app the way
you want.
License: MIT + file LICENSE
URL: https://fiery.data-imaginist.com, https://github.com/thomasp85/fiery
BugReports: https://github.com/thomasp85/fiery/issues
Imports:
cli,
crayon,
future,
glue,
httpuv,
later,
parallelly,
R6,
reqres,
rlang (>= 1.1.0),
stats,
stringi,
utils,
uuid
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Collate:
'loggers.R'
'aaa.R'
'HandlerStack.R'
'Fire.R'
'FutureStack.R'
'additional_type_checks.R'
'fake_request.R'
'fiery-package.R'
'import-standalone-obj-type.R'
'import-standalone-types-check.R'
'zzz.R'
Config/testthat/edition: 3