Package: servr
Type: Package
Title: A Simple HTTP Server to Serve Static Files or Dynamic Documents
Version: 0.32
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("Romain", "Lesur", role = "ctb"),
  person(given = "Posit Software, PBC", role = c("cph", "fnd")),
  person()
  )
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.5.2), xfun (>= 0.48), jsonlite
Suggests: tools, later, rstudioapi, knitr (>= 1.9), rmarkdown
License: GPL
URL: https://github.com/yihui/servr
BugReports: https://github.com/yihui/servr/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-10-04 15:28:44 UTC; yihui
Author: Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>),
  Carson Sievert [ctb],
  Jesse Anderson [ctb],
  Ramnath Vaidyanathan [ctb],
  Romain Lesur [ctb],
  Posit Software, PBC [cph, fnd]
Maintainer: Yihui Xie <xie@yihui.name>
Repository: CRAN
Date/Publication: 2024-10-04 17:20:02 UTC
Built: R 4.4.3; ; 2025-11-12 03:50:13 UTC; windows
