Last data update: 2014.03.03

multiplyr

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

● 0 images, 55 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'multiplyr' ...
** package 'multiplyr' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
Creating a generic function for 'as.data.frame' from package 'base' in package 'multiplyr'
Creating a generic function for 'row.names' from package 'base' in package 'multiplyr'
** help
*** installing help indices
  converting help for package 'multiplyr'
    finding HTML links ... done
    Multiplyr-class                         html  
    Multiplyr-methods                       html  
    NA_class_                               html  
    add_rownames                            html  
    arrange                                 html  
    between                                 html  
    bm_morder                               html  
    bm_mpermute                             html  
    cumall                                  html  
    cumany                                  html  
    cummean                                 html  
    define                                  html  
    desc                                    html  
    distinct                                html  
    distribute                              html  
    dotscapture                             html  
    dotscombine                             html  
    dotseval                                html  
    dotsname                                html  
    dotsname1                               html  
    filter                                  html  
    first                                   html  
    group_by                                html  
    group_sizes                             html  
    lag                                     html  
    last                                    html  
    lead                                    html  
    multiplyr                               html  
    mutate                                  html  
    n                                       html  
    n_distinct                              html  
    n_groups                                html  
    nonunique                               html  
    nsa                                     html  
    nth                                     html  
    p                                       html  
    partition_even                          html  
    partition_group                         html  
    reduce                                  html  
    regroup                                 html  
    rename                                  html  
    select                                  html  
    shutdown                                html  
    slice                                   html  
    sm_desc_comp                            html  
    sm_desc_group                           html  
    sm_desc_subset                          html  
    sm_desc_update                          html  
    summarise                               html  
    test_transition                         html  
    transmute                               html  
    undefine                                html  
    ungroup                                 html  
    within_group                            html  
    within_node                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (multiplyr)
Making 'packages.html' ... done