Commit 43be5d16 authored by Nuria Pérez-Zanón's avatar Nuria Pérez-Zanón
Browse files

Merge branch 'production' into 'master'

Production: modification required to publish on CRAN versio 2.1.1

See merge request !19
parents 5d5cb26e 048b4ada
Pipeline #2023 passed with stage
in 1 minute and 20 seconds
......@@ -5,4 +5,5 @@ importFrom(doParallel,registerDoParallel)
importFrom(foreach,registerDoSEQ)
importFrom(plyr,llply)
importFrom(plyr,splat)
importFrom(stats,setNames)
importFrom(utils,capture.output)
......@@ -32,6 +32,7 @@
#' @importFrom doParallel registerDoParallel
#' @importFrom plyr splat llply
#' @importFrom utils capture.output
#' @importFrom stats setNames
Apply <- function(data, target_dims = NULL, fun, ...,
output_dims = NULL, margins = NULL,
use_attributes = NULL, extra_info = NULL,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment