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, 
  <https://data.neonscience.org/data-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
Depends: R (>= 4.0.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
NeedsCompilation: no
Packaged: 2024-04-07 19:04:02 UTC; rstudio
Author: Carl Boettiger [aut, cre] (<https://orcid.org/0000-0002-1642-628X>),
  Quinn Thomas [aut] (<https://orcid.org/0000-0003-1282-7825>),
  Christine Laney [aut] (<https://orcid.org/0000-0002-4944-2083>),
  Claire Lunch [aut] (<https://orcid.org/0000-0001-8753-6593>),
  Noam Ross [ctb] (<https://orcid.org/0000-0002-2136-0000>)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-08 07:22:59 UTC
Built: R 4.4.3; ; 2025-10-13 12:08:56 UTC; windows
