Package: neonOS Title: Basic Data Wrangling for NEON Observational Data Version: 1.2.0.9000 Date: 2025-11-13 Authors@R: c(person("Claire","Lunch",email="clunch@battelleecology.org",role=c("aut","cre","ctb"),comment=c(ORCID="0000-0001-8753-6593")), person("Eric","Sokol",role=c("aut","ctb"),comment=c(ORCID="0000-0001-5923-0917")), person("Natalie","Robinson",role=c("aut","ctb"),comment=c(ORCID="0000-0002-1144-418X")), person("NEON (National Ecological Observatory Network)", role="aut")) Description: NEON observational data are provided via the NEON Data Portal and NEON API, and can be downloaded and reformatted by the 'neonUtilities' package. NEON observational data (human-observed measurements, and analyses derived from human-collected samples, such as tree diameters and algal chemistry) are published in a format consisting of one or more tabular data files. This package provides tools for performing common operations on NEON observational data, including checking for duplicates and joining tables. Depends: R (>= 4.0) Imports: utils, data.table, httr, curl, jsonlite Suggests: testthat, neonUtilities License: AGPL-3 URL: https://github.com/NEONScience/NEON-OS-data-processing BugReports: https://github.com/NEONScience/NEON-OS-data-processing/issues Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Config/pak/sysreqs: libssl-dev Repository: https://neonscience.r-universe.dev Date/Publication: 2025-11-14 22:29:02 UTC RemoteUrl: https://github.com/neonscience/neon-os-data-processing RemoteRef: HEAD RemoteSha: c2a6e7998c08833e52a34f8132d10f1f6c0ced68 RemoteSubdir: neonOS NeedsCompilation: no Packaged: 2026-06-12 08:22:09 UTC; root Author: Claire Lunch [aut, cre, ctb] (ORCID: ), Eric Sokol [aut, ctb] (ORCID: ), Natalie Robinson [aut, ctb] (ORCID: ), NEON (National Ecological Observatory Network) [aut] Maintainer: Claire Lunch