Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 5b9d42807e12cd2d0aa4f22326a9f680167c9b1e Size: 725.56 KB File Format: zip
Rating: 1.826086956
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 330 License: Free
Rserve is a free software by Simon Urbanek and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Rserve which is 725.56 KB in size and belongs to the software category Components Libraries. Rserve was released on 2015-04-13 and last updated on our database on 2017-04-05 and is currently at version 1.8.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Rserve Description
Rserve is a free and open-source TCP/IP server for developers who want to integrate various features of R from other programming languages into their software applications without having to actually initialize R or create links to the R library.
It contains client-side tools that allow C, C++, PHP and Java apps to initialize connections. Support is available for user authentication, file transfers, and remote connections. The connections are made in distinct workspaces and working folders.
Under normal circumstances, its necessary to integrate the R backend into projects for generating statistical models or plots, for example. However, Rserver can be seamlessly integrated through this Java code: RConnection c = new RConnection(); double d[] = c.eval("rnorm(10)").asDoubles();
In this code, d has 10 random samples from the N(0,1) distribution if the local computer is running Rserve. Its possible to create the RConnection only once to execute additional commands, but each thread has to be associated with a distinct connection object unless the synchronization is explicitly defined.
The server is accompanied by three client frameworks, REngine Java client (allows JDK 1.4 or higher access to the server), JRclient (basic interface from C++ to the server) and R client, as well as third-party clients, namely Python: pyRserve, .NET/CLI: RserveCLI, C#: RserveLink, and Ruby: rserve-client.
Complete documentation, examples and other information are available on the developers website.System requirementsR for Windows 1.5.0 or higher