Other packages > Find by keyword >

servr  

A Simple HTTP Server to Serve Static Files or Dynamic Documents
View on CRAN: Click here


Download and install servr package within the R console
Install from CRAN:
install.packages("servr")

Install from Github:
library("remotes")
install_github("cran/servr")

Install by package version:
library("remotes")
install_version("servr", "0.32")



Attach the package and use:
library("servr")
Maintained by
Yihui Xie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2013-10-05
Latest Update: 2024-10-04
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.
How to cite:
Yihui Xie (2013). servr: A Simple HTTP Server to Serve Static Files or Dynamic Documents. R package version 0.32, https://cran.r-project.org/web/packages/servr. Accessed 28 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:03), 0.1 (2013-10-05 07:35), 0.2 (2015-03-30 07:36), 0.3 (2016-02-29 18:39), 0.4.1 (2016-11-09 18:59), 0.4 (2016-04-15 08:33), 0.5 (2016-12-10 23:10), 0.6 (2017-05-12 08:18), 0.7 (2017-08-17 17:25), 0.8 (2017-11-06 23:06), 0.9 (2018-03-25 17:44), 0.10 (2018-05-30 06:48), 0.11 (2018-10-23 19:00), 0.12 (2019-02-07 18:40), 0.13 (2019-03-04 22:10), 0.14 (2019-06-11 22:30), 0.15 (2019-08-07 07:20), 0.16 (2020-03-02 22:50), 0.17 (2020-05-26 23:00), 0.18 (2020-07-28 21:50), 0.19 (2020-10-06 21:20), 0.20 (2020-10-19 06:40), 0.21 (2020-12-14 07:00), 0.22 (2021-04-14 16:40), 0.23 (2021-08-11 18:40), 0.24 (2021-11-16 20:20), 0.25 (2022-11-04 16:40), 0.26 (2023-03-19 01:40), 0.27 (2023-05-02 20:30), 0.28 (2023-12-19 16:00), 0.29 (2024-02-09 07:20), 0.30 (2024-03-23 17:10), 0.31 (2024-08-30 00:20), 0.32 (2024-10-04 19:20)
Other packages that cited servr R package
View servr citation profile
Other R packages that servr depends, imports, suggests or enhances
Complete documentation for servr
Functions, R codes and Examples using the servr R package
Some associated functions: auth_basic . browse_last . create_server . daemon_stop . dynamic_site . httd . make . random_port . redirect . serve_example . server_config . vign . 
Some associated R codes: dynamic.R . make.R . redirect.R . static.R . utils.R . vignette.R .  Full servr package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

spatialCovariance  
Computation of Spatial Covariance Matrices for Data on Rectangles
Functions that compute the spatial covariance matrix for the matern and power classes of spatial mod ...
Download / Learn more Package Citations See dependency  
survivalMPLdc  
Penalised Likelihood for Survival Analysis with Dependent Censoring
Fitting Cox proportional hazard model under dependent right censoring using copula and maximum penal ...
Download / Learn more Package Citations See dependency  
NPflow  
Bayesian Nonparametrics for Automatic Gating of Flow-Cytometry Data
Dirichlet process mixture of multivariate normal, skew normal or skew t-distributions modeling orie ...
Download / Learn more Package Citations See dependency  
shinyFeedback  
Display User Feedback in Shiny Apps
Easily display user feedback in Shiny apps. ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
RGIFT  
Create Quizzes in GIFT Format
Implementation of some functions to create quizzes in the GIFT format. This format is used by sever ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,283

Author Associations

28,333

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA