Package: BenchmarkRecovery
Title: Benchmark recovery indicators derived from remote sensing time series
Version: 0.0.0.9000
Authors@R: 
    person(given = "First",
           family = "Last",
           role = c("aut", "cre"),
           email = "first.last@example.com",
           comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package compares the performance of recovery indicators derived from remote sensing time series. It simulates time series with varying characteristics (eg amplitude of seasonality), derives recovery indicators using different preprocessing techniques and compares their performance.
License: file LICENSE
Encoding: UTF-8
LazyData: true
Remotes: bfast2/bfast@master,
         bfast2/strucchange@devel
Imports: bfast,
         forecast,
         strucchange,
         ggplot2,
         reshape2,
         plyr,
         sde, 
         devtools, 
         zoo,
         colorspace
Suggests: imputeTS,
          signal,
          GGally,
          testthat,
          knitr,
          rmarkdown,
          profvis,
          pbapply,
          parallel
RoxygenNote: 7.1.1
VignetteBuilder: knitr
