forked from snoweye/pbdZMQ
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 2.4 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
38
39
40
41
42
43
44
45
Package: pbdZMQ
Version: 0.3-11
Date: 2024-01-13
Title: Programming with Big Data -- Interface to 'ZeroMQ'
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
person("Drew", "Schmidt", role = "aut"),
person("Christian", "Heckendorf", role = "aut", comment = "file transfer"),
person("George", "Ostrouchov", role = "aut", comment = "Mac OSX"),
person("Whit", "Armstrong", role = "ctb", comment = "some functions
are modified from the rzmq package for backwards compatibility"),
person("Brian", "Ripley", role = "ctb",
comment = "C code of shellexec, and Solaris"),
person("R Core team", role = "ctb", comment = "some functions are
modified from the R source code"),
person("Philipp", "A.", role = "ctb", comment = "Fedora"),
person("Elliott Sales", "de Andrade", role = "ctb", comment = "sprintf"),
person("Spencer", "Aiello", role = "ctb", comment = "windows conf"),
person("Paul", "Andrey", role = "ctb", comment = "Mac OSX conf"),
person("Panagiotis", "Cheilaris", role = "ctb", comment = "add serialize version"),
person("Jeroen", "Ooms", role = "ctb", comment = "clang++ on MacOS ARM64"),
person("ZeroMQ authors", role = c("aut", "cph"), comment = "source files in 'src/zmq_src/'")
)
Depends: R (>= 3.5.0)
LazyLoad: yes
Copyright: See files AUTHORS, COPYING, and COPYING.LESSER in
'inst/zmq_copyright/' for the 'ZeroMQ' source files in
'src/zmq_src/' which are under GPL-3.
Description: 'ZeroMQ' is a well-known library for high-performance
asynchronous messaging in scalable, distributed applications. This
package provides high level R wrapper functions to easily utilize
'ZeroMQ'. We mainly focus on interactive client/server programming
frameworks. For convenience, a minimal 'ZeroMQ' library (4.2.2)
is shipped with 'pbdZMQ', which can be used if no system installation
of 'ZeroMQ' is available. A few wrapper functions compatible with
'rzmq' are also provided.
SystemRequirements: Linux, Mac OSX, and Windows, or 'ZeroMQ' library >=
4.0.4. Solaris 10 needs 'ZeroMQ' library 4.0.7 and 'OpenCSW'.
StagedInstall: TRUE
License: GPL-3
URL: https://pbdr.org/
BugReports: https://github.com/snoweye/pbdZMQ/issues
NeedsCompilation: yes
Maintainer: Wei-Chen Chen <[email protected]>
RoxygenNote: 7.2.3