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 04 Jun. 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), 1.8-17 (2026-02-02 09:42), 1.8-18 (2026-03-20 06:31)
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

murphydiagram  
Murphy Diagrams for Forecast Comparisons
Data and code for the paper by Ehm, Gneiting, Jordan and Krueger ('Of Quantiles and Expectiles: Con ...
Download / Learn more Package Citations See dependency  
crplyr  
A 'dplyr' Interface for Crunch
In order to facilitate analysis of datasets hosted on the Crunch data platform ...
Download / Learn more Package Citations See dependency  
shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  
AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
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  
phers  
Calculate Phenotype Risk Scores
Use phenotype risk scores based on linked clinical and genetic data to study Mendelian disease and ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

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