Other packages > Find by keyword >

httpuv  

HTTP and WebSocket Server Library
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("httpuv", "1.6.15")



Attach the package and use:
library("httpuv")
Maintained by
Winston Chang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2013-03-11
Latest Update: 2024-01-26
Description:
Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)
How to cite:
Winston Chang (2013). httpuv: HTTP and WebSocket Server Library. R package version 1.6.15, https://cran.r-project.org/web/packages/httpuv. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0.5 (2013-03-11 07:54), 1.0.6.3 (2013-06-01 06:28), 1.1.0 (2013-08-22 07:18), 1.2.0 (2013-10-14 20:18), 1.2.1 (2013-12-07 09:55), 1.2.2 (2014-01-31 08:24), 1.2.3 (2014-02-19 01:45), 1.3.0 (2014-04-04 08:13), 1.3.2 (2014-10-23 07:38), 1.3.3 (2015-08-04 00:32), 1.3.5 (2017-07-04 09:02), 1.3.6.1 (2018-02-28 08:30), 1.3.6.2 (2018-03-02 10:12), 1.3.6 (2018-02-27 22:24), 1.4.0 (2018-04-19 23:24), 1.4.1 (2018-04-21 07:48), 1.4.2 (2018-05-04 00:43), 1.4.3 (2018-05-10 15:55), 1.4.4.1 (2018-06-19 00:59), 1.4.4.2 (2018-07-03 00:00), 1.4.5.1 (2018-12-18 20:40), 1.4.5 (2018-07-19 09:40), 1.5.0 (2019-03-15 22:00), 1.5.1 (2019-04-06 00:11), 1.5.2 (2019-09-11 07:40), 1.5.3.1 (2020-05-26 22:40), 1.5.4 (2020-06-06 07:00), 1.5.5 (2021-01-13 07:40), 1.6.0 (2021-04-23 20:50), 1.6.1 (2021-05-07 06:50), 1.6.2 (2021-08-18 22:00), 1.6.3 (2021-09-09 22:30), 1.6.4 (2021-12-14 15:20), 1.6.5 (2022-01-05 01:40), 1.6.6 (2022-09-08 21:42), 1.6.7 (2022-12-14 18:20), 1.6.8 (2023-01-12 19:50), 1.6.9 (2023-02-14 11:00), 1.6.10 (2023-05-08 10:10), 1.6.11 (2023-05-11 10:00), 1.6.12 (2023-10-23 21:40), 1.6.13 (2023-12-06 10:20), 1.6.14 (2024-01-27 00:20)
Other packages that cited httpuv R package
View httpuv citation profile
Other R packages that httpuv depends, imports, suggests or enhances
Complete documentation for httpuv
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  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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