diff --git a/DESCRIPTION b/DESCRIPTION index 2a76526f94c58fb02f6352aceaf0ce56ed95783b..aa758226e10c811f8a0faebf029c577a090e5ae1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,10 @@ Package: startR Title: Automatically Retrieve Multidimensional Distributed Data Sets -Version: 0.1.2 +Version: 0.1.3 Authors@R: c( person("BSC-CNS", role = c("aut", "cph")), - person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut", "cre")), + person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut")), + person("Nuria", "Perez-Zanon", , "nuria.perez@bsc.es", role = c("ctb", "cre"), comment = c(ORCID = "0000-0001-8568-3071")), person("Javier", "Vegas", , "javier.vegas@bsc.es", role = c("ctb")), person("Pierre-Antoine", "Bretonniere", , "pierre-antoine.bretonniere@bsc.es", role = c("ctb")), person("Roberto", "Serrano", , "rsnotivoli@gmal.com", role = c("ctb"))) diff --git a/R/ByChunks.R b/R/ByChunks.R index f9b4027c510ec1abf7fa7d8cef3323f59f689c3f..3959edbe795b367a73e8c66ea71bc0c3dd0287cb 100644 --- a/R/ByChunks.R +++ b/R/ByChunks.R @@ -626,6 +626,7 @@ ByChunks <- function(step_fun, cube_headers, ..., chunks = 'auto', target_dims = attr(step_fun, 'TargetDims'), fun = step_fun, ..., output_dims = attr(step_fun, 'OutputDims'), + use_attributes = attr(step_fun, 'UseAttributes'), ncores = threads_compute) if (!found_first_result) { names(arrays_of_results) <- names(result)