Other packages > Find by keyword >

Rserve  

Binary 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-13")



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: 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: Binary R server. R package version 1.8-13, https://cran.r-project.org/web/packages/Rserve
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)
Other packages that cited Rserve R package
View Rserve citation profile
Other R packages that Rserve depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

hydroTSM  
Time Series Management and Analysis for Hydrological Modelling
S3 functions for management, analysis, interpolation and plotting of time series used in hydrology a ...
Download / Learn more Package Citations See dependency  
rofanova  
Robust Functional Analysis of Variance
Implements the robust functional analysis of variance (RoFANOVA), described in Centofanti et al. (20 ...
Download / Learn more Package Citations See dependency  
onlineCOV  
Online Change Point Detection in High-Dimensional Covariance Structure
Implement a new stopping rule to detect anomaly in the covariance structure of high-dimensional onli ...
Download / Learn more Package Citations See dependency  
Maintainer: Jun Li (view profile)
plotBart  
Diagnostic and Plotting Functions to Supplement 'bartCause'
Functions to assist in diagnostics and plotting during the causal inference modeling process. Suppl ...
Download / Learn more Package Citations See dependency  
thriftr  
Apache Thrift Client Server
Pure R implementation of Apache Thrift. This library doesn't require any code generation. To learn m ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resizer for Images, Tables and Fancy Resizable Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns