Package: palaeoverse Title: Prepare and Explore Data for Palaeobiological Analyses Version: 1.5.0.9000 Authors@R: c( person(given = "Lewis A.", family = "Jones", email = "LewisA.Jones@outlook.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3902-8986")), person(given = "William", family = "Gearty", email = "willgearty@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0003-0076-3262")), person(given = "Bethany J.", family = "Allen", email = "bethany.janet.allen@gfz.de", role = c("aut"), comment = c(ORCID = "0000-0003-0282-6407")), person(given = "Kilian", family = "Eichenseer", email = "kilian.eichenseer@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-0477-8878")), person(given = "Christopher D.", family = "Dean", email = "christopherdaviddean@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0001-6471-6903")), person(given = "Etienne", family = "Bacher", email = "etienne.bacher@protonmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-9271-5075")), person(given = "Joseph T.", family = "Flannery-Sutherland", email = "j.t.flannerysutherland@bham.ac.uk", role = c("aut"), comment = c(ORCID = "0000-0001-8232-6773")), person(given = "Sofia", family = "Galvan", email = "sofia.galvan@uvigo.es", role = c("ctb"), comment = c(ORCID = "0000-0002-3092-4314")), person(given = "Miranta", family = "Kouvari", email = "kouvari.miranta@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-5442-6221")), person(given = "Pedro L.", family = "Godoy", email = "pedrolorenagodoy@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0003-4519-5094")), person(given = "Cecily", family = "Nicholl", email = "cecily.nicholl@ucl.ac.uk", role = c("ctb"), comment = c(ORCID = "0000-0003-2860-2604")), person(given = "Lucas", family = "Buffan", email = "lucas.l.buffan@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-2353-1432")), person(given = "Erin M.", family = "Dillon", email = "emdillon23@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0003-0249-027X")), person(given = "A. Alessandro", family = "Chiarenza", email = "a.chiarenza15@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0001-5525-6730"))) Description: Provides functionality to support data preparation and exploration for palaeobiological analyses, improving code reproducibility and accessibility. The wider aim of 'palaeoverse' is to bring the palaeobiological community together to establish agreed standards. The package currently includes functionality for data cleaning, binning (time and space), exploration, summarisation and visualisation. Reference datasets (i.e. Geological Time Scales ) and auxiliary functions are also provided. Details can be found in: Jones et al., (2023) . License: GPL (>= 3) Language: en-GB Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Depends: R (>= 4.0) Imports: ape, curl, geosphere, graphics, h3jsr (>= 1.3.0), httr, lifecycle, methods, pbapply, sf, stats, stringdist, utils Suggests: covr, knitr, paleotree, phytools, rmarkdown, testthat (>= 3.0.0), vcr, vdiffr (>= 1.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: true Config/Needs/website: palaeoverse/palaeoverse.template URL: https://palaeoverse.palaeoverse.org, https://github.com/palaeoverse/palaeoverse, https://palaeoverse.org BugReports: https://github.com/palaeoverse/palaeoverse/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libnode-dev Repository: https://palaeoverse.r-universe.dev Date/Publication: 2026-07-17 15:55:12 UTC RemoteUrl: https://github.com/palaeoverse/palaeoverse RemoteRef: HEAD RemoteSha: a3688605895600600b48a3f387012593feed3f24 NeedsCompilation: no Packaged: 2026-07-17 17:02:29 UTC; root Author: Lewis A. Jones [aut, cre] (ORCID: ), William Gearty [aut] (ORCID: ), Bethany J. Allen [aut] (ORCID: ), Kilian Eichenseer [aut] (ORCID: ), Christopher D. Dean [aut] (ORCID: ), Etienne Bacher [aut] (ORCID: ), Joseph T. Flannery-Sutherland [aut] (ORCID: ), Sofia Galvan [ctb] (ORCID: ), Miranta Kouvari [ctb] (ORCID: ), Pedro L. Godoy [ctb] (ORCID: ), Cecily Nicholl [ctb] (ORCID: ), Lucas Buffan [ctb] (ORCID: ), Erin M. Dillon [ctb] (ORCID: ), A. Alessandro Chiarenza [ctb] (ORCID: ) Maintainer: Lewis A. Jones