Package: neonstore
Title: NEON Data Store
Version: 0.5.1
Authors@R: c(person(
"Carl", "Boettiger",
email = "cboettig@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1642-628X")),
person("Quinn", "Thomas", role = "aut",
comment = c(ORCID = "0000-0003-1282-7825")),
person("Christine", "Laney", role = "aut",
comment = c("ORCID" = "0000-0002-4944-2083")),
person("Claire", "Lunch", role = "aut",
comment = c("ORCID" = "0000-0001-8753-6593")),
person("Noam", "Ross", role = c("ctb"),
comment = c(ORCID = "0000-0002-2136-0000"))
)
Description: The National Ecological Observatory Network (NEON)
provides access to its numerous data products through its REST
API, . This package
provides a high-level user interface for downloading and
storing NEON data products. Unlike 'neonUtilities', this
package will avoid repeated downloading, provides persistent
storage, and improves performance. 'neonstore' can also
construct a local 'duckdb' database of stacked tables, making
it possible to work with tables that are far to big to fit into
memory.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends: R (>= 4.1.0)
Imports: DBI, duckdb (>= 0.2.3), httr, progress, R.utils, thor, vroom
(>= 1.5.1), zip, duckdbfs, memoise, cachem, glue
RoxygenNote: 7.2.3
Suggests: tibble, jsonlite, testthat, covr, xml2, spelling, rstudioapi,
neonUtilities, rhdf5, curl, openssl, digest, arrow, dplyr,
R.methodsS3, R.oo, storr
Language: en-US
Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev
xz-utils
Repository: https://cboettig.r-universe.dev
Date/Publication: 2024-04-07 03:32:39 UTC
RemoteUrl: https://github.com/cboettig/neonstore
RemoteRef: HEAD
RemoteSha: a4313e42b4f4c91dfdf83a3048ccb7a151b9c0f2
NeedsCompilation: no
Packaged: 2026-06-17 08:07:35 UTC; root
Author: Carl Boettiger [aut, cre] (ORCID:
),
Quinn Thomas [aut] (ORCID: ),
Christine Laney [aut] (ORCID: ),
Claire Lunch [aut] (ORCID: ),
Noam Ross [ctb] (ORCID: )
Maintainer: Carl Boettiger