Package: datamuseum Title: Spatial and Taxonomic Data Utilities for Specimen Datasets Version: 0.1.0 Depends: R (>= 4.1.0) Authors@R: c( person("Bryson Y.", "Torgovitsky", email = "torgovitsky.yerik.bryson.q7@dc.tohoku.ac.jp", role = c("aut", "cre")), person("Cheryl L.", "Ames", email = "ames.cheryl.lynn.a1@tohoku.ac.jp", role = "aut")) Description: A management tool for specimen data ranging from public museum collections to private specimen repositories. The main types of data addressed are spatial (coordinates, longitude and latitude) and taxonomic data (ranking and nomenclature validity) with some additional options for user-determined dataset refinement. Combined or individual calls to the online repositories of the Global Biodiversity Information Facility (GBIF) via 'rgbif' and the Integrated Taxonomic Information System (ITIS) via 'taxize' enable built-in taxonomic checks. URL: https://btorgovitsky00.github.io/datamuseum/ BugReports: https://github.com/btorgovitsky00/datamuseum/issues/ License: MIT + file LICENSE Encoding: UTF-8 Imports: dplyr, stringr, rgbif, taxize, memoise, cachem, rnaturalearth, sf, furrr, future, tibble, tools, stats, utils, rlang Suggests: R.utils, ggplot2, knitr, rmarkdown, tidyr, lubridate, googlesheets4, maps, rnaturalearthdata LazyData: true LazyDataCompression: xz RoxygenNote: 7.3.3 VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://btorgovitsky00.r-universe.dev Date/Publication: 2026-04-22 04:49:06 UTC RemoteUrl: https://github.com/btorgovitsky00/datamuseum RemoteRef: HEAD RemoteSha: 166b0f4bdc13220cb3387847667e3b1da96e14cd NeedsCompilation: no Packaged: 2026-07-12 06:24:36 UTC; root Author: Bryson Y. Torgovitsky [aut, cre], Cheryl L. Ames [aut] Maintainer: Bryson Y. Torgovitsky