Package: vegbankr Title: Interface to the 'VegBank' Vegetation Plot Database Version: 1.0.0 Date: 2026-03-26 Authors@R: c( person("Jim", "Regetz", email = "regetz@nceas.ucsb.edu", role = c("aut", "cre"), comment=c(ORCID = "0009-0008-2666-6229")), person("Matthew B.", "Jones", email = "jones@nceas.ucsb.edu", role = c("aut"), comment=c(ORCID = "0000-0003-0077-4738")), person("Rushiraj", "Nenuji", email = "nenuji@nceas.ucsb.edu", role = c("aut"), comment=c(ORCID = "0000-0003-4678-5213")), person("Jeanette", "Clark", email = "jclark@nceas.ucsb.edu", role = c("aut"), comment=c(ORCID = "0000-0003-4703-1974")), person("Maggie", "Klope", email = "mmklope@nceas.ucsb.edu", role = c("aut"), comment=c(ORCID = "0000-0003-3926-7039")) ) Description: Provides a programmatic interface to 'VegBank', the vegetation plot database of the Ecological Society of America's Panel on Vegetation Classification, hosted by the National Center for Ecological Analysis and Synthesis (). 'VegBank' contains vegetation plot data, community types recognized by the U.S. National Vegetation Classification and others, and all 'ITIS/USDA' plant taxa along with other taxa recorded in plot records. As a 'VegBank' API client, the 'vegbankr' package currently supports querying and downloading vegetation plot records and other supporting information from the 'VegBank' database, and validating and uploading new data to the 'VegBank' database as well. License: Apache License (>= 2) | file LICENSE URL: https://github.com/NCEAS/vegbankr, https://nceas.github.io/vegbankr/, https://nceas.r-universe.dev/vegbankr BugReports: https://github.com/NCEAS/vegbankr/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: DBI, base64enc, cli, curl, dplyr, duckdb, httr2, jsonlite, nanoparquet, purrr, rlang, tidyr Suggests: DT, knitr, httptest2, pkgdown, rmarkdown, spelling, testthat (>= 3.0.0), withr Depends: R (>= 4.1.0) Language: en-US Config/testthat/edition: 3 Config/spelling/custom_dicts: inst/WORDLIST X-CRAN-Comment: Spelling: ITIS NCEAS VegBank vegbankr VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libssl-dev xz-utils Repository: https://nceas.r-universe.dev Date/Publication: 2026-03-27 01:29:58 UTC RemoteUrl: https://github.com/NCEAS/vegbankr RemoteRef: HEAD RemoteSha: 67b455247383d0d0c871ea2b9a0ece8001d6770b NeedsCompilation: no Packaged: 2026-07-03 14:34:31 UTC; root Author: Jim Regetz [aut, cre] (ORCID: ), Matthew B. Jones [aut] (ORCID: ), Rushiraj Nenuji [aut] (ORCID: ), Jeanette Clark [aut] (ORCID: ), Maggie Klope [aut] (ORCID: ) Maintainer: Jim Regetz