Package: ipc
Type: Package
Title: Tools for Message Passing Between Processes
Version: 0.1.1
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: 6.1.0
NeedsCompilation: no
Packaged: 2018-11-05 18:20:07 UTC; ianfellows
Repository: CRAN
Date/Publication: 2018-11-05 18:40:02 UTC
