RSclient - R-based client for Rserve
RForge.net

RSclient

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

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/RSclient/trunk RSclient

To install the latest development snapshot of this package, use

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

To list branches use

svn ls svn://svn.rforge.net/RSclient/branches
and for tags use
svn ls svn://svn.rforge.net/RSclient/tags

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