Package: ipc
Type: Package
Title: Tools for Message Passing Between Processes
Version: 0.1.4
Author: Ian E. Fellows
Maintainer: Ian E. Fellows <ian@fellstat.com>
Description: Provides tools for passing messages between R processes. 
    Shiny examples are provided showing how to perform useful tasks such as: 
    updating reactive values from within a future, progress bars for long running 
    async tasks, and interrupting async tasks based on user input.
URL: https://github.com/fellstat/ipc
BugReports: https://github.com/fellstat/ipc/issues
Imports: R6, shiny, txtq
License: MIT + file LICENCE
Encoding: UTF-8
LazyData: true
Suggests: testthat,
    knitr,
    rmarkdown,
    future,
    promises,
    redux
VignetteBuilder: knitr
RoxygenNote: 7.2.2
