Package: ipc
Type: Package
Title: Tools for Message Passing Between Processes
Version: 0.1.0
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.
Imports: R6, shiny, txtq, redux
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: testthat, knitr, rmarkdown, future, promises
VignetteBuilder: knitr
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2018-09-11 00:29:27 UTC; ianfellows
Repository: CRAN
Date/Publication: 2018-09-17 13:20:03 UTC
