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-15")



Attach the package and use:
library("Rserve")
Maintained by
Simon Urbanek
[Scholar Profile | Author Map]
First Published: 2006-11-16
Latest Update: 2022-11-28
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-15, https://cran.r-project.org/web/packages/Rserve. Accessed 16 Mar. 2025.
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)
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
02/1402/1502/1602/1702/1802/1902/2002/2102/2202/2302/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/15Downloads for Rserve200300400500600700800900TrendBars

Today's Hot Picks in Authors and Packages

inventorize  
Inventory Analytics, Pricing and Markdowns
Simulate inventory policies with and without forecasting, facilitate inventory analysis calculations ...
Download / Learn more Package Citations See dependency  
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  
ggtrace  
Trace and Highlight Groups of Data Points
Provides 'ggplot2' geoms that allow groups of data points to be outlined or highlighted for emphasi ...
Download / Learn more Package Citations See dependency  
RCALI  
Calculation of the Integrated Flow of Particles Between Polygons
Calculate the flow of particles between polygons by two integration methods: integration by a cubat ...
Download / Learn more Package Citations See dependency  
latentFactoR  
Data Simulation Based on Latent Factors
Generates data based on latent factor models. Data can be continuous, polytomous, dichotomous, or mi ...
Download / Learn more Package Citations See dependency  
UnitStat  
Performs Unit Root Test Statistics
A test to understand the stability of the underlying stochastic data. Helps the user’s understand ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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