Package: servr
Type: Package
Title: A Simple HTTP Server to Serve Static Files or Dynamic Documents
Version: 0.2
Date: 2015-03-29
Authors@R: c(
  person("Carson", "Sievert", role = "ctb"),
  person("Jesse", "Anderson", role = "ctb"),
  person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name"),
  person()
  )
Maintainer: Yihui Xie <xie@yihui.name>
Description: Start an HTTP server in R to serve static files, or dynamic
    documents that can be converted to HTML files (e.g., R Markdown) under a
    given directory.
Depends: R (>= 3.0.0)
Imports: mime (>= 0.2), httpuv (>= 1.3.2), jsonlite
Suggests: tools, knitr (>= 1.9), rmarkdown
License: GPL
URL: https://github.com/yihui/servr
BugReports: https://github.com/yihui/servr/issues
Packaged: 2015-03-29 06:45:50 UTC; yihui
Author: Carson Sievert [ctb],
  Jesse Anderson [ctb],
  Yihui Xie [aut, cre]
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-30 07:36:18
