RSclient - R-based client for Rserve
RForge.net

RSclient

About RSclient
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/RSclient.git RSclient
see also RSclient GitHub repository.

To install the latest development snapshot of this package, use

install.packages("RSclient",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("RSclient",,"http://rforge.net/")

Most recent GIT commits


eedbdc4e| Merge: 09e9542 73f3f28
RForge user | Mon Nov 27 21:55:44 2023 +0000

Merge branch 'master' of https://github.com/s-u/RSclient

73f3f28b| Simon Urbanek | Tue Nov 28 10:55:33 2023 +1300
update NEWS
 M       NEWS

09e95421| Simon Urbanek | Tue Nov 28 10:51:48 2023 +1300
Update GH runners to latest
 M       .github/workflows/check.yml

336d0ca4| Simon Urbanek | Tue Nov 28 10:47:38 2023 +1300
silence overzealous C warnings
 M       src/cli.c

11636ee4| Tomas Kalibera | Tue Oct 10 18:51:24 2023 +0200
Use pkg-config on Windows when available.
 M       src/Makevars.win