Other packages > Find by keyword >

pbdZMQ  

Programming with Big Data – Interface to 'ZeroMQ'
View on CRAN: Click here


Download and install pbdZMQ package within the R console
Install from CRAN:
install.packages("pbdZMQ")

Install from Github:
library("remotes")
install_github("cran/pbdZMQ")

Install by package version:
library("remotes")
install_version("pbdZMQ", "0.3-13")



Attach the package and use:
library("pbdZMQ")
Maintained by
Wei-Chen Chen
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-09-11
Latest Update: 2023-09-05
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.
How to cite:
Wei-Chen Chen (2015). pbdZMQ: Programming with Big Data – Interface to 'ZeroMQ'. R package version 0.3-13, https://cran.r-project.org/web/packages/pbdZMQ. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1-0 (2015-09-11 10:05), 0.1-1 (2015-09-23 08:05), 0.2-0 (2015-12-16 15:10), 0.2-1 (2016-01-21 08:26), 0.2-2 (2016-04-25 08:59), 0.2-3 (2016-05-20 01:16), 0.2-4 (2016-09-22 09:22), 0.2-5 (2016-12-18 11:23), 0.2-6 (2017-05-15 07:29), 0.3-0 (2018-01-04 19:02), 0.3-1 (2018-01-11 11:06), 0.3-2 (2018-01-31 13:41), 0.3-3.1 (2020-10-14 18:34), 0.3-3 (2018-05-05 21:33), 0.3-4 (2020-12-13 22:10), 0.3-5 (2021-02-10 07:50), 0.3-6 (2021-10-29 11:00), 0.3-7 (2022-02-05 11:20), 0.3-8 (2022-10-25 08:22), 0.3-9 (2023-01-21 21:40), 0.3-10 (2023-09-05 13:00), 0.3-11 (2024-01-15 22:00), 0.3-12 (2024-09-07 07:30)
Other packages that cited pbdZMQ R package
View pbdZMQ citation profile
Other R packages that pbdZMQ depends, imports, suggests or enhances
Complete documentation for pbdZMQ
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA