Package: multiplyr
Type: Package
Title: Data Manipulation with Parallelism and Shared Memory Matrices
Description: Provides a new form of data frame backed by shared memory matrices
    and a way to manipulate them. Upon creation these data frames are shared across
    multiple local nodes to allow for simple parallel processing.
Version: 0.1.1
Date: 2016-05-31
Maintainer: Jim Blundell <jeblundell@doctors.org.uk>
Authors@R: c(person(given="Jim", family="Blundell", role = c("aut", "cre", "cph"), email = "jeblundell@doctors.org.uk"))
URL: http://github.com/jeblundell/multiplyr/
BugReports: https://github.com/jeblundell/multiplyr/issues/new
License: GPL-3
Imports: bigmemory (>= 4.5.19), bigmemory.sri (>= 0.1.3), parallel,
        methods
Depends: magrittr (>= 1.5)
LazyData: TRUE
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-31 17:15:45 UTC; jim
Author: Jim Blundell [aut, cre, cph]
Repository: CRAN
Date/Publication: 2016-05-31 23:24:54
