Package: servr 0.32.2
servr: A Simple HTTP Server to Serve Static Files or Dynamic Documents
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.
Authors:
servr_0.32.2.tar.gz
servr_0.32.2.zip(r-4.7)servr_0.32.2.zip(r-4.6)servr_0.32.2.zip(r-4.5)
servr_0.32.2.tgz(r-4.6-any)servr_0.32.2.tgz(r-4.5-any)
servr_0.32.2.tar.gz(r-4.7-any)servr_0.32.2.tar.gz(r-4.6-any)
servr_0.32.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
servr/json (API)
NEWS
| # Install 'servr' in R: |
| install.packages('servr', repos = c('https://yihui.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yihui/servr/issues
http-serverweb-serverwebsocket
Last updated from:227a60bb59. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 124 | ||
| source / vignettes | OK | 171 | ||
| linux-release-x86_64 | OK | 127 | ||
| macos-release-arm64 | OK | 91 | ||
| macos-oldrel-arm64 | OK | 99 | ||
| windows-devel | OK | 83 | ||
| windows-release | OK | 68 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 100 |
Exports:auth_basicbrowse_lastcreate_serverdaemon_listdaemon_stophttdhttrhttwjekyllmakerandom_portredirectrmdv1rmdv2serve_exampleserver_configvign
Dependencies:clifastmaphttpuvjsonlitelaterlifecyclemagrittrmimeotelpromisesR6Rcpprlangxfun
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Generate Basic authentication strings | auth_basic |
| Reopen the last browsed page | browse_last |
| Create a server | create_server |
| Utilities for daemonized servers | daemon_list daemon_stop |
| Serve static files under a directory | httd httr httw |
| Serve R Markdown based websites | jekyll rmdv1 rmdv2 |
| Serve files under a directory based on GNU Make | make |
| Find a random available TCP port | random_port |
| Create a redirect response | redirect |
| A convenience function to serve examples in this package | serve_example |
| Server configurations | server_config |
| Serve R Markdown/HTML package vignettes | vign |
