Package: servr
Type: Package
Title: A Simple HTTP Server to Serve Static Files or Dynamic Documents
Version: 0.8
Date: 2017-11-06
Authors@R: c(
  person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
  person("Carson", "Sievert", role = "ctb"),
  person("Jesse", "Anderson", role = "ctb"),
  person("Ramnath", "Vaidyanathan", role = "ctb"),
  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, later, knitr (>= 1.9), rmarkdown
License: GPL
URL: https://github.com/yihui/servr
BugReports: https://github.com/yihui/servr/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-11-06 16:56:29 UTC; yihui
Author: Yihui Xie [aut, cre] (0000-0003-0645-5666),
  Carson Sievert [ctb],
  Jesse Anderson [ctb],
  Ramnath Vaidyanathan [ctb]
Repository: CRAN
Date/Publication: 2017-11-06 22:06:43 UTC
