ipc
ipc: An R Package for Inter-process Communication - Published in JOSS (2018)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in JOSS metadata -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Repository
Tools for message passing between processes
Basic Info
Statistics
- Stars: 56
- Watchers: 3
- Forks: 2
- Open Issues: 3
- Releases: 5
Metadata Files
README.md
The ipc Package
Asynchronous processing is critical for performing a wide array of tasks, from high performance computing to web services. Communication between these disparate asynchronous processes is often required. Currently the statistical computing language R provides no built in features to handle interprocess communication between R processes while they are performing computations. Several packages have been written to handle the passing of text or binary data between processes (e.g. txtq, liteq, and zmq). ipc allows you to easily pass R objects between processes along with an associated signal, and have handler functions automatically execute them in the receiving process.
There is particular focus on supporting asynchronous evaluation in Shiny applications. Examples are included in the package showing how to perform useful tasks such as:
- Updating reactive values from within future
- Progress bars for long running async tasks
- Interrupting async tasks based on user input.
Installation
To install the latest version from CRAN
run:
install.packages("ipc")
To install the latest development version from the github repo run:
```
If devtools is not installed:
install.packages("devtools")
devtools::install_github("fellstat/ipc") ```
Resources
- For a more detailed description of what can be done with the
ipcpackage, see the introductory vignette.
To run an example application locally use:
library(ipc)
shinyExample()
Development
Owner
- Name: Fellows Statistics
- Login: fellstat
- Kind: organization
- Email: info@fellstat.com
- Location: San Diego
- Website: http://www.fellstat.com
- Repositories: 6
- Profile: https://github.com/fellstat
A Statistical and Machine Learning Company
JOSS Publication
ipc: An R Package for Inter-process Communication
Tags
High Performance Computing Interactive VisualizationGitHub Events
Total
- Issues event: 1
- Watch event: 3
- Issue comment event: 5
Last Year
- Issues event: 1
- Watch event: 3
- Issue comment event: 5
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| ifellows | i****n@f****m | 45 |
| ian fellows | i****s@i****l | 16 |
| ifellows | i****s@a****t | 6 |
| Henrik Bengtsson | hb@a****g | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 23
- Total pull requests: 5
- Average time to close issues: 5 months
- Average time to close pull requests: 7 months
- Total issue authors: 14
- Total pull request authors: 3
- Average comments per issue: 2.83
- Average comments per pull request: 1.8
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 3
- Pull request authors: 0
- Average comments per issue: 2.33
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JohnCoene (6)
- otoomet (2)
- HenrikBengtsson (2)
- mschubert (2)
- karchjd (2)
- dcaud (1)
- rpodcast (1)
- x1o (1)
- pata-eth (1)
- xwanner (1)
- schloerke (1)
- trafficonese (1)
- ismirsehregal (1)
- mattantaliss (1)
Pull Request Authors
- ifellows (3)
- HenrikBengtsson (1)
- otoomet (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 457 last-month
- Total docker downloads: 16
- Total dependent packages: 1
- Total dependent repositories: 5
- Total versions: 5
- Total maintainers: 1
cran.r-project.org: ipc
Tools for Message Passing Between Processes
- Homepage: https://github.com/fellstat/ipc
- Documentation: http://cran.r-project.org/web/packages/ipc/ipc.pdf
- License: MIT + file LICENCE
-
Latest release: 0.1.4
published about 3 years ago
Rankings
Maintainers (1)
Dependencies
- R6 * imports
- shiny * imports
- txtq * imports
- future * suggests
- knitr * suggests
- promises * suggests
- redux * suggests
- rmarkdown * suggests
- testthat * suggests
