Package: fiery
Type: Package
Title: A Lightweight and Flexible Web Framework
Version: 1.1.3
Authors@R: 
    c(person(given = "Thomas Lin",
             family = "Pedersen",
             role = c("cre", "aut"),
             email = "thomasp85@gmail.com",
             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
Encoding: UTF-8
Imports: R6, assertthat, httpuv, uuid, utils, stringi, future, later,
        stats, reqres, glue, crayon
Collate: 'loggers.R' 'aaa.R' 'HandlerStack.R' 'Fire.R' 'FutureStack.R'
        'fake_request.R' 'fiery-package.R'
RoxygenNote: 7.1.1
Suggests: testthat, covr, knitr, rmarkdown
URL: https://fiery.data-imaginist.com,
        https://github.com/thomasp85/fiery
BugReports: https://github.com/thomasp85/fiery/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-12-11 07:32:07 UTC; thomas
Author: Thomas Lin Pedersen [cre, aut]
    (<https://orcid.org/0000-0002-5147-4711>)
Repository: CRAN
Date/Publication: 2020-12-15 22:50:06 UTC
Built: R 4.0.2; ; 2020-12-16 11:41:50 UTC; unix
