Package: ridigbio Title: Interface to the iDigBio Data API Version: 0.4.1 Date: 2024-9-27 Encoding: UTF-8 Authors@R: c(person("Francois", "Michonneau", comment="Original Author", role=c("aut", "cph"), email="francois.michonneau@gmail.com"), person("Matthew", "Collins", comment="Original Author", role=c("aut"), email="mcollins@acis.ufl.edu"), person("Scott", "Chamberlain", role="ctb", email="myrmecocystus@gmail.com"), person("Kevin", "Love", role="ctb", email="klove@flmnh.ufl.edu"), person("Hem Nalini", "Morzaria-Luna", role="ctb", email="hemnalin.morzarialuna@noaa.gov"), person("Michelle L.", "Gaynor", role=c("ctb", "aut"), email="michellegaynor@ufl.edu"), person("Jesse Bennett", comment="Maintainer", role=c("cre"), email="j3553@ufl.edu")) Description: An interface to iDigBio's search API that allows downloading specimen records. Searches are returned as a data.frame. Other functions such as the metadata end points return lists of information. iDigBio is a US project focused on digitizing and serving museum specimen collections on the web. See for information on iDigBio. URL: https://github.com/iDigBio/ridigbio, https://idigbio.github.io/ridigbio/ BugReports: https://github.com/iDigBio/ridigbio/issues Depends: R (>= 3.0.1) Imports: stats, plyr, httr, jsonlite, leaflet, kableExtra, tidyverse, cowplot License: MIT + file LICENSE Suggests: testthat, markdown, knitr, utils, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libabsl-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev libgdal-dev gdal-bin libgeos-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev zlib1g-dev Repository: https://idigbio.r-universe.dev Date/Publication: 2025-07-25 19:45:12 UTC RemoteUrl: https://github.com/idigbio/ridigbio RemoteRef: HEAD RemoteSha: 4fbe5e59d932b79304afc9cf027651df95415b78 NeedsCompilation: no Packaged: 2026-07-04 20:34:27 UTC; root Author: Francois Michonneau [aut, cph] (Original Author), Matthew Collins [aut] (Original Author), Scott Chamberlain [ctb], Kevin Love [ctb], Hem Nalini Morzaria-Luna [ctb], Michelle L. Gaynor [ctb, aut], Jesse Bennett [cre] (Maintainer) Maintainer: Jesse Bennett