From 7b4f2ea0ea8a156bb61a54435239df25c58362ab Mon Sep 17 00:00:00 2001 From: nperez Date: Thu, 25 Jul 2019 13:22:35 +0200 Subject: [PATCH 1/2] Use of attributes --- DESCRIPTION | 3 ++- R/ByChunks.R | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2a76526..07fbb4e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,8 @@ Title: Automatically Retrieve Multidimensional Distributed Data Sets Version: 0.1.2 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 f9b4027..3959edb 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) -- GitLab From 9ac60ee4ecc6be7c5d94d0c86e998f72b77faeb9 Mon Sep 17 00:00:00 2001 From: nperez Date: Thu, 25 Jul 2019 13:32:43 +0200 Subject: [PATCH 2/2] Bumped version to v0.1.3 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 07fbb4e..aa75822 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ 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")), -- GitLab