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.30")



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-02-09
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.30, https://cran.r-project.org/web/packages/servr
Previous versions and publish date:
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)
Other packages that cited servr R package
View servr citation profile
Other R packages that servr depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns