Package: rshift Type: Package Title: Paleoecology Functions for Regime Shift Analysis Version: 3.1.2 Authors@R: c(person("Alex H.", "Room", role = c("aut", "cre", "cph"), email = "alexhroom+cran@protonmail.com", comment = c(ORCID = "0000-0002-5314-2331")), person("Felipe", "Franco-Gaviria", role = c("ctb", "fnd"), comment = c(ORCID = "0000-0003-4799-1457")), person("Dunia H.", "Urrego", role = c("ctb", "fnd"), comment = c(ORCID = "0000-0001-7938-5529")), person(given = "The authors of the dependency Rust crates", role = c("ctb"), comment = "see inst/AUTHORS file for details")) Description: Contains a variety of functions, based around regime shift analysis of paleoecological data. Citations: Rodionov() from Rodionov (2004) Lanzante() from Lanzante (1996) Hellinger_trans from Numerical Ecology, Legendre & Legendre (ISBN 9780444538680) rolling_autoc from Liu, Gao & Wang (2018) Sample data sets lake_data & lake_RSI processed from Bush, Silman & Urrego (2004) Sample data set January_PDO from NOAA: . Suggests: R.rsp VignetteBuilder: R.rsp Depends: R (>= 4.2) Imports: grid, tibble, dplyr, ggplot2 License: MIT + file LICENSE NeedsCompilation: yes SystemRequirements: rustc & cargo if building from source URL: https://github.com/alexhroom/rshift BugReports: https://github.com/alexhroom/rshift/issues Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.1 Config/rextendr/version: 0.3.1.9001 Config/pak/sysreqs: libclang-dev Repository: https://alexhroom.r-universe.dev Date/Publication: 2025-04-06 18:27:22 UTC RemoteUrl: https://github.com/alexhroom/rshift RemoteRef: HEAD RemoteSha: 2b88cf800806ef1efe3b80ca0ab7043df70aada2 Packaged: 2026-07-03 16:39:44 UTC; root Author: Alex H. Room [aut, cre, cph] (ORCID: ), Felipe Franco-Gaviria [ctb, fnd] (ORCID: ), Dunia H. Urrego [ctb, fnd] (ORCID: ), The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file for details) Maintainer: Alex H. Room