diff --git a/DESCRIPTION b/DESCRIPTION index 54472395ee56ce0a114f0fba0bdf1201f5d26a5a..ba95e15eaf50908d2cb82d1d9e40d8f7af9fa1a0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: startR Title: Automatically Retrieve Multidimensional Distributed Data Sets -Version: 0.0.2 +Version: 0.1.0 Authors@R: c( person("BSC-CNS", role = c("aut", "cph")), person("Nicolau", "Manubens", , "nicolau.manubens@bsc.es", role = c("aut", "cre")), @@ -9,12 +9,12 @@ Authors@R: c( person("Roberto", "Serrano", , "rsnotivoli@gmal.com", role = c("ctb"))) Description: Tool to automatically fetch, transform and arrange subsets of multidimensional data sets (collections of files) stored in local and/or remote file systems or servers, using multicore capabilities where possible. The tool provides an interface to perceive a collection of data sets as a single large multidimensional data array, and enables the user to request for automatic retrieval, processing and arrangement of subsets of the large array. Wrapper functions to add support for custom file formats can be plugged in/out, making the tool suitable for any research field where large multidimensional data sets are involved. Depends: - R (>= 2.14.1) + R (>= 3.2.0) Imports: abind, bigmemory, future, - multiApply (>= 2.1.0), + multiApply (>= 2.1.1), parallel Suggests: easyNCDF, diff --git a/startR-manual.pdf b/startR-manual.pdf index e29c926efa3496d977ca63d4480a52b94acd22dd..fb1a048ade6bde2ce33c175e50928af4f34a1650 100644 Binary files a/startR-manual.pdf and b/startR-manual.pdf differ