-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
23 lines (23 loc) · 939 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: pbdRPC
Version: 0.2-2
Date: 2018-08-28
Title: Programming with Big Data -- Remote Procedure Call
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
"[email protected]"), person("Drew", "Schmidt", role="aut"))
Depends: R (>= 3.2.0), tools
Enhances: pbdZMQ, remoter, pbdMPI
LazyLoad: yes
LazyData: yes
Copyright: See pbdRPC/inst/putty_LICENCE for files in src/putty/.
Description: A very light implementation yet secure for remote procedure calls
with unified interface via ssh (OpenSSH) or plink/plink.exe (PuTTY).
SystemRequirements: ssh (OpenSSH) or plink (PuTTY) on Solaris, Linux,
and Mac.
License: Mozilla Public License 2.0
URL: http://r-pbd.org/
BugReports: https://github.com/snoweye/pbdRPC/issues
MailingList: Please send questions and comments regarding pbdR to
RoxygenNote: 6.0.1
NeedsCompilation: yes
Maintainer: Wei-Chen Chen <[email protected]>