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 Apr. 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
03/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/1204/1304/14Downloads for Rserve100200300400500600700800TrendBars

Today's Hot Picks in Authors and Packages

apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
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  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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