README.md

svSocket

Linux & OSX Build Status Win Build Status Coverage Status CRAN Status License

SciViews - socket server.

Build badges are as follows (R versions at the time of the build). - Status for devel R version for both Linux and Mac OS X at left. - Status for the latest stable version of R under Windows at right.

Installation

Latest stable version

The latest stable version of svSocket can simply be installed from CRAN:

install.packages("svSocket")

Development version

Make sure you have the devtools R package installed:

install.packages("devtools")

Use install_github() to install the svSocket package from Github (source from master branch will be recompiled on your machine):

devtools::install_github("SciViews/svSocket")

R should install all required dependencies automatically, and then it should compile and install svSocket.

Latest devel version of svSocket (source + Windows binaires for the latest stable version of R at the time of compilation) is also available from appveyor.

Usage

Make the svSocket package available in your R session:

library("svSocket")

Get help about this package:

library(help = "svSocket")
help("svSocket-package")

For further instructions, please, refer to these help pages.

Note to developers

This package used to be developed on R-Forge in the past. However, the latest R-Forge version was moved to this Github repository on 2016-03-18 (SVN version 569). Please, do not use R-Forge anymore for SciViews development, use this Github repository instead.



adamryczkowski/svSocket documentation built on May 10, 2019, 5:51 a.m.