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]
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 13 Apr. 2025.
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
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/12Downloads for httpuv100001100012000130001400015000160001700018000190002000021000TrendBars

Today's Hot Picks in Authors and Packages

MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
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  
COMPoissonReg  
Conway-Maxwell Poisson (COM-Poisson) Regression
Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models to count data (Sellers & Shmueli, ...
Download / Learn more Package Citations See dependency  
ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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