-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
37 lines (37 loc) · 1.34 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: remoter
Type: Package
Title: Remote R: Control a Remote R Session from a Local One
Version: 0.5-0
Description: 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.
License: BSD 2-clause License + file LICENSE
Depends:
R (>= 4.0.0)
Imports:
stats,
utils,
tools,
grDevices,
graphics,
png (>= 0.1-7),
pbdZMQ (>= 0.3-6),
getip (>= 0.1-0),
getPass (>= 0.2-2),
argon2 (>= 0.4-0)
Suggests:
sodium (>= 0.2)
ByteCompile: yes
Authors@R: c(
person("Drew", "Schmidt", role=c("aut", "cre"), email="[email protected]"),
person("Wei-Chen", "Chen", role="aut"),
person("R Core team", role = "ctb", comment = "some functions are modified from the R source code"))
URL: https://github.com/RBigData/remoter
BugReports: https://github.com/RBigData/remoter/issues
Maintainer: Drew Schmidt <[email protected]>
RoxygenNote: 7.1.2