A set of utilities for client/server computing with R, controlling a remote R session (the server) from a local one (the client). Simply set up a server (see package vignette for more details) and connect to it from your local R session ('RStudio', terminal, etc). The client/server framework is a custom 'REPL' and runs entirely in your R session without the need for installing a custom environment on your system. Network communication is handled by the 'ZeroMQ' library by way of the 'pbdZMQ' package.
Version: | 0.4-0 |
Depends: | R (≥ 3.2.0) |
Imports: | pbdZMQ (≥ 0.3-0), getPass (≥ 0.1-0), argon2 (≥ 0.2-0), stats, utils, tools, grDevices, graphics, png (≥ 0.1-7) |
Suggests: | sodium (≥ 0.2), pbdRPC (≥ 0.1-0) |
Published: | 2018-01-05 |
Author: | Drew Schmidt [aut, cre], Wei-Chen Chen [aut], R Core team [ctb] (some functions are modified from the R source code) |
Maintainer: | Drew Schmidt <wrathematics at gmail.com> |
BugReports: | https://github.com/RBigData/remoter/issues |
License: | BSD 2-clause License + file LICENSE |
URL: | https://github.com/RBigData/remoter |
NeedsCompilation: | no |
Citation: | remoter citation info |
Materials: | README ChangeLog |
CRAN checks: | remoter results |
Reference manual: | remoter.pdf |
Vignettes: |
Using remoter with Remote Machines Guide to the remoter Package |
Package source: | remoter_0.4-0.tar.gz |
Windows binaries: | r-devel: remoter_0.4-0.zip, r-release: remoter_0.4-0.zip, r-oldrel: remoter_0.4-0.zip |
macOS binaries: | r-release (arm64): remoter_0.4-0.tgz, r-oldrel (arm64): remoter_0.4-0.tgz, r-release (x86_64): remoter_0.4-0.tgz, r-oldrel (x86_64): remoter_0.4-0.tgz |
Old sources: | remoter archive |
Please use the canonical form https://CRAN.R-project.org/package=remoter to link to this page.