DESCRIPTION 943 Bytes
Newer Older
Alasdair Hunter's avatar
Alasdair Hunter committed
Package: multiApply
Alasdair Hunter's avatar
Alasdair Hunter committed
Title: Apply Functions to Multiple Numeric Objects
Alasdair Hunter's avatar
Alasdair Hunter committed
Version: 0.0.1
Authors@R:   c(
    person("BSC-CNS", role = c("aut", "cph")),
    person("Alasdair", "Hunter", , "alasdair.hunter@bsc.es", role = c("aut", "cre")),
    person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = "aut"))
Alasdair Hunter's avatar
Alasdair Hunter committed
Description: The apply function and its variants and the related functions in the 'plyr' package typically take a single numeric object as input. The multiApply package extends this paradigm to functions taking multiple numeric objects as input, potentially with different dimensions, and run on multiple cores, and combines the results into a single array.
Alasdair Hunter's avatar
Alasdair Hunter committed
Depends:
    R (>= 3.2.0)
Imports:
    abind,
Alasdair Hunter's avatar
Alasdair Hunter committed
    future,
Alasdair Hunter's avatar
Alasdair Hunter committed
License: LGPL-3
Alasdair Hunter's avatar
Alasdair Hunter committed
URL: https://earth.bsc.es/gitlab/ces/multiApply
BugReports: https://earth.bsc.es/gitlab/ces/multiApply/issues
Alasdair Hunter's avatar
Alasdair Hunter committed
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.0