Package: plumber
Type: Package
Title: An API Generator for R
Version: 0.2.4
Date: 2016-04-13
Authors@R: c(
  person(family="Trestle Technology, LLC", role="aut", email="cran@trestletech.com"),
  person("Jeff", "Allen", role="cre", email="cran@trestletech.com"))
License: MIT + file LICENSE
Description: Gives the ability to automatically generate and serve an HTTP API
    from R functions using the annotations in the R documentation around your
    functions.
Depends: R (>= 3.0.0)
Imports: R6 (>= 2.0.0), stringi (>= 0.3.0), jsonlite (>= 0.9.16),
        httpuv (>= 1.2.3)
LazyData: TRUE
Suggests: testthat (>= 0.11.0), XML, rmarkdown, PKI, base64enc
Collate: 'content-types.R' 'cookie-parser.R' 'plumber.R'
        'default-handlers.R' 'includes.R' 'paths.R' 'plumber-step.R'
        'post-body.R' 'processor.R' 'processor-image.R'
        'query-string.R' 'response.R' 'serializer-html.R'
        'serializer-json.R' 'serializer-xml.R' 'serializer.R'
        'session-cookie.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-04-14 14:21:29 UTC; jeff
Author: Trestle Technology, LLC [aut],
  Jeff Allen [cre]
Maintainer: Jeff Allen <cran@trestletech.com>
Repository: CRAN
Date/Publication: 2016-04-14 16:30:52
