Type: Package Package: ecoXCorr Title: Lagged Cross-Correlation Analysis of Environmental Time Series Version: 0.2.2 Authors@R: c( person("Nicolas", "Moiroux", , "nicolas.moiroux@ird.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6755-6167")), person("Colombine", "Bartholomée", , "colombine.bartholomee@ird.fr", role = "aut", comment = c(ORCID = "0000-0001-7291-5195")), person("Paul", "Taconet", , "paul.taconet@ird.fr", role = "aut", comment = c(ORCID = "0000-0001-7429-7204")) ) Description: Tools for analysing lagged relationships between environmental variables and ecological or epidemiological time series. The package implements a workflow to aggregate meteorological data over multiple lagged intervals, fit regression models, including mixed-effect models using 'glmmTMB', for each lag window, and visualise varied models outcomes (effect strength and direction, model prediction error...) using cross-correlation maps ('CCM'). License: GPL (>= 3) URL: https://github.com/Nmoiroux/ecoXCorr BugReports: https://github.com/Nmoiroux/ecoXCorr/issues Depends: R (>= 3.5) Imports: ggplot2, glmmTMB, performance, Rdpack, scales, shiny, stats Suggests: testthat (>= 3.0.0) RdMacros: Rdpack Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://r-multiverse.r-universe.dev Date/Publication: 2026-05-01 09:46:39 UTC RemoteUrl: https://github.com/Nmoiroux/ecoXCorr RemoteRef: v0.2.2 RemoteSha: 0936697d8620330696c4e99310e4018be970f244 NeedsCompilation: no Packaged: 2026-07-01 09:11:00 UTC; root Author: Nicolas Moiroux [aut, cre] (ORCID: ), Colombine Bartholomée [aut] (ORCID: ), Paul Taconet [aut] (ORCID: ) Maintainer: Nicolas Moiroux