Package: ICvectorfields Title: Vector Fields from Spatial Time Series of Population Abundance Version: 0.1.2 Authors@R: person(given = "Devin", family = "Goodsman", role = c("aut", "cre"), email = "goodsman@ualberta.ca", comment = c(ORCID = "https://orcid.org/0000-0003-1935-5779")) Description: Functions for converting time series of spatial abundance or density data in raster format to vector fields of population movement using the digital image correlation technique. More specifically, the functions in the package compute cross-covariance using discrete fast Fourier transforms for computational efficiency. Vectors in vector fields point in the direction of highest two dimensional cross-covariance. The package has a novel implementation of the digital image correlation algorithm that is designed to detect persistent directional movement when image time series extend beyond a sequence of two raster images. License: GPL (>= 3) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Suggests: ggnewscale, ggplot2, knitr, metR, ncf, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: fftwtools, Rcpp, terra (>= 1.5-21) Depends: R (>= 2.10) VignetteBuilder: knitr BugReports: https://github.com/goodsman/ICvectorfields/issues LinkingTo: Rcpp Config/pak/sysreqs: libfftw3-dev libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev Repository: https://goodsman.r-universe.dev Date/Publication: 2022-02-26 22:07:43 UTC RemoteUrl: https://github.com/goodsman/icvectorfields RemoteRef: HEAD RemoteSha: 8769e9e5f6db5672b96570818a85ead34bda976b NeedsCompilation: yes Packaged: 2026-06-18 10:17:07 UTC; root Author: Devin Goodsman [aut, cre] (ORCID: ) Maintainer: Devin Goodsman