Package: remotePARTS
Title: Spatiotemporal Autoregression Analyses for Large Data Sets
Version: 1.0.4
Authors@R: 
    c(person(given = "Clay",
           family = "Morrow",
           role = c("aut", "cre"),
           email = "morrowcj@outlook.com",
           comment = c(ORCID = "0000-0002-3069-3296")),
      person(given = "Anthony",
           family = "Ives",
           role = c("aut"),
           email = "arives@wisc.edu",
           comment = c(ORCID = "0000-0001-9375-9523")))
Description: 
  These tools were created to test map-scale hypotheses about trends in large
  remotely sensed data sets but any data with spatial and temporal variation
  can be analyzed. Tests are conducted using the PARTS method for analyzing spatially
  autocorrelated time series
  (Ives et al., 2021: <doi:10.1016/j.rse.2021.112678>).
  The method's unique approach can handle extremely large data sets that other
  spatiotemporal models cannot, while still appropriately accounting for
  spatial and temporal autocorrelation. This is done by partitioning the data
  into smaller chunks, analyzing chunks separately and then combining the
  separate analyses into a single, correlated test of the map-scale hypotheses.
URL: https://github.com/morrowcj/remotePARTS
BugReports: https://github.com/morrowcj/remotePARTS/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.3
Depends: R (>= 4.0)
Imports: stats, geosphere (>= 1.5.10), Rcpp (>= 1.0.5), CompQuadForm,
        foreach, parallel, iterators, doParallel
Suggests: dplyr (>= 1.0.0), data.table, knitr, rmarkdown, markdown,
        sqldf, devtools, ggplot2, reshape2, sf
LinkingTo: Rcpp, RcppEigen
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-09-15 15:59:14 UTC; morrowcj
Author: Clay Morrow [aut, cre] (<https://orcid.org/0000-0002-3069-3296>),
  Anthony Ives [aut] (<https://orcid.org/0000-0001-9375-9523>)
Maintainer: Clay Morrow <morrowcj@outlook.com>
Repository: CRAN
Date/Publication: 2023-09-15 19:52:13 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 03:19:10 UTC; windows
Archs: x64
