Package: dataspice Version: 1.1.1 Title: Create Lightweight Schema.org Descriptions of Data Description: The goal of 'dataspice' is to make it easier for researchers to create basic, lightweight, and concise metadata files for their datasets. These basic files can then be used to make useful information available during analysis, create a helpful dataset "README" webpage, and produce more complex metadata formats to aid dataset discovery. Metadata fields are based on the 'Schema.org' and 'Ecological Metadata Language' standards. Authors@R: c( person("Carl", "Boettiger", role = c("aut"), comment = "https://github.com/cboettig"), person("Scott", "Chamberlain", role = c("aut"), comment = "https://github.com/sckott"), person("Auriel", "Fournier", role = c("aut"), comment = "https://github.com/aurielfournier"), person("Kelly", "Hondula", role = c("aut"), comment = "https://github.com/khondula"), person("Anna", "Krystalli", role = c("aut"), comment = "https://github.com/annakrystalli"), person("Bryce", "Mecum", role = c("aut", "cre"), email = "brycemecum@gmail.com", comment = "https://github.com/amoeba"), person("Maëlle", "Salmon", role = c("aut"), comment = "https://github.com/maelle"), person("Kate", "Webbink", role = c("aut"), comment = "https://github.com/magpiedin"), person("Kara", "Woo", role = c("aut"), comment = "https://github.com/karawoo"), person("Irene", "Steves", role = c("ctb"), comment = "https://github.com/isteves")) License: MIT + file LICENSE URL: https://github.com/ropensci/dataspice BugReports: https://github.com/ropensci/dataspice/issues Encoding: UTF-8 Language: en-US ByteCompile: true RoxygenNote: 7.1.1 Imports: purrr, EML, fs, jsonlite, whisker, readr, stringr, tools, tibble, shiny, rhandsontable, dplyr, tidyr, ggplot2, magrittr Suggests: testthat, kableExtra, knitr, rmarkdown, servr, listviewer, maps VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libicu-dev libjq-dev libuv1-dev libxml2-dev libssl-dev libnode-dev libx11-dev zlib1g-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-09-23 21:24:21 UTC RemoteUrl: https://github.com/ropensci/dataspice RemoteRef: main RemoteSha: fc7636f20ca47a313c8105c7d85064337dbc8cd9 NeedsCompilation: no Packaged: 2026-07-01 08:14:46 UTC; root Author: Carl Boettiger [aut] (https://github.com/cboettig), Scott Chamberlain [aut] (https://github.com/sckott), Auriel Fournier [aut] (https://github.com/aurielfournier), Kelly Hondula [aut] (https://github.com/khondula), Anna Krystalli [aut] (https://github.com/annakrystalli), Bryce Mecum [aut, cre] (https://github.com/amoeba), Maëlle Salmon [aut] (https://github.com/maelle), Kate Webbink [aut] (https://github.com/magpiedin), Kara Woo [aut] (https://github.com/karawoo), Irene Steves [ctb] (https://github.com/isteves) Maintainer: Bryce Mecum