Other packages > Find by keyword >

Rserve  

Versatile R Server
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("Rserve", "1.8-16")



Attach the package and use:
library("Rserve")
Maintained by
Simon Urbanek
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2006-11-16
Latest Update: 2024-12-17
Description:
Rserve acts as a socket server (TCP/IP or local sockets) which allows binary requests to be sent to R. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++ and Java, allowing any application to use facilities of R without the need of linking to R code. Rserve supports remote connection, user authentication and file transfer. A simple R client is included in this package as well.
How to cite:
Simon Urbanek (2006). Rserve: Versatile R Server. R package version 1.8-16, https://cran.r-project.org/web/packages/Rserve. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.4-4 (2006-11-16 10:35), 0.4-5 (2006-11-30 12:04), 0.4-6 (2006-11-30 19:01), 0.4-7 (2007-01-14 20:12), 0.5-1 (2008-07-28 07:59), 0.5-2 (2008-10-19 18:58), 0.5-3 (2009-01-26 09:52), 0.6-0 (2009-10-28 08:55), 0.6-1 (2010-05-25 19:08), 0.6-2 (2010-09-02 21:49), 0.6-3 (2011-01-18 08:46), 0.6-4 (2011-05-20 14:05), 0.6-5 (2011-06-22 08:32), 0.6-6 (2011-12-11 11:41), 0.6-7 (2012-01-17 21:52), 0.6-8.1 (2013-03-23 19:43), 0.6-8 (2012-02-20 21:06), 1.7-1 (2013-08-03 10:33), 1.7-2 (2013-08-13 06:46), 1.7-3.1 (2019-04-15 18:53), 1.7-3 (2013-08-21 23:35), 1.8-8 (2021-11-03 11:30), 1.8-9 (2021-11-05 12:05), 1.8-10 (2021-11-25 10:58), 1.8-11 (2022-11-28 08:32), 1.8-13 (2023-11-28 09:44), 1.8-15 (2024-12-17 08:08), 1.8-16 (2025-12-15 10:33)
Other packages that cited Rserve R package
View Rserve citation profile
Other R packages that Rserve depends, imports, suggests or enhances
Complete documentation for Rserve
Functions, R codes and Examples using the Rserve R package
Some associated functions: Rserv . Rserve.eval . ocap . run.Rserve . self . ulog . 
Some associated R codes: conn.R . zzz.R .  Full Rserve package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  
diffIRT  
Diffusion IRT Models for Response and Response Time Data
Package to fit diffusion-based IRT models to response and response time data. Models are fit using ...
Download / Learn more Package Citations See dependency  
ClimClass  
Climate Classification According to Several Indices
Classification of climate according to Koeppen - Geiger, of aridity indices, of continentality indi ...
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  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

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