Package: sensobol
Title: Computation of High-Order Sobol' Sensitivity Indices
Version: 0.1.0
Authors@R: c(person(given = "Arnald", 
                    family = "Puy",
                    role = c("aut", "cre"),
                    email = "arnald.puy@gmail.com", 
                    comment = c(ORCID = "https://orcid.org/0000-0001-9469-2156")), 
            person("Bertrand", "Ioos", 
                    role = "ctb", 
                    comment = "Author of included 'sensitivity' fragments"), 
            person("Gilles", "Pujol", 
                    role = "ctb", 
                    comment = "Author of included 'sensitivity' fragments"), 
            person("RStudio", 
                    role = "cph", 
                    comment = "Copyright holder of included 'sensitivity' fragments"))
Description: It allows to rapidly compute, bootstrap and plot up to third-order Sobol' indices
    using the estimators by Saltelli et al. 2010 <doi:10.1016/j.cpc.2009.09.018> and 
    Jansen 1999 <doi:10.1016/S0010-4655(98)00154-4>. The 'sensobol' package also implements
    the algorithm by Khorashadi Zadeh et al. 2017 <doi:10.1016/j.envsoft.2017.02.001 > to 
    calculate the approximation error in the computation of Sobol' first and
    total indices, an approach that allows to robustly screen influential from non-influential
    model inputs. Finally, it also provides functions to obtain publication-ready figures
    of the model output uncertainty and sensitivity-related analysis.
License: GPL-3
Encoding: UTF-8
Imports: boot (>= 1.3.20), data.table (>= 1.12.0), ggplot2 (>= 3.1.0),
        magrittr (>= 1.5), parallel, randtoolbox (>= 1.17.1), Rdpack
        (>= 0.7), rlang (>= 0.3.1), scales (>= 1.0.0), stats, stringr
        (>= 1.4.0), utils
RdMacros: Rdpack
LazyData: true
Depends: R (>= 3.4.0)
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat, covr
VignetteBuilder: knitr
URL: http://github.com/arnaldpuy/sensobol
BugReports: http://github.com/arnaldpuy/sensobol/issues
NeedsCompilation: no
Packaged: 2019-03-01 08:07:22 UTC; arnald
Author: Arnald Puy [aut, cre] (<https://orcid.org/0000-0001-9469-2156>),
  Bertrand Ioos [ctb] (Author of included 'sensitivity' fragments),
  Gilles Pujol [ctb] (Author of included 'sensitivity' fragments),
  RStudio [cph] (Copyright holder of included 'sensitivity' fragments)
Maintainer: Arnald Puy <arnald.puy@gmail.com>
Repository: CRAN
Date/Publication: 2019-03-06 13:10:03 UTC
