Package: neonOS
Title: Basic Data Wrangling for NEON Observational Data
Version: 1.0.0
Date: 2022-09-21
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 <https://www.neonscience.org> 
  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 (>= 3.6)
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.2.1
NeedsCompilation: no
Packaged: 2022-09-27 23:18:01 UTC; clunch
Author: Claire Lunch [aut, cre, ctb] (<https://orcid.org/0000-0001-8753-6593>),
  Eric Sokol [aut, ctb] (<https://orcid.org/0000-0001-5923-0917>),
  Natalie Robinson [aut, ctb] (<https://orcid.org/0000-0002-1144-418X>),
  NEON (National Ecological Observatory Network) [aut]
Maintainer: Claire Lunch <clunch@battelleecology.org>
Repository: CRAN
Date/Publication: 2022-09-29 08:50:05 UTC
