Type: Package Package: ReLTER Title: An Interface for the eLTER Community Version: 3.1.1 Authors@R: c( person("Alessandro", "Oggioni", , "alessandro.oggioni@cnr.it", role = c("aut", "cre", "fnd"), comment = c(ORCID = "0000-0002-7997-219X")), person("Micha", "Silver", , "silverm@post.bgu.ac.il", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-1128-1325")), person("Paolo", "Tagliolato", , "tagliolato.a@irea.cnr.it", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-0261-313X")), person("Luigi", "Ranghetti", , "luigi@ranghetti.info", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-6207-5188")), person("Allison", "Horst", role = "rev", comment = "Allison reviewed the package (v. 1.0.0) for rOpenSci, see https://github.com/ropensci/software-review/issues/485"), person("Will", "Bolton", role = "rev", comment = "Will reviewed the package (v. 1.0.0) for rOpenSci, see https://github.com/ropensci/software-review/issues/485"), person("Mauro", "Lepore", role = "edt", comment = "Mauro was editor for rOpenSci, see https://github.com/ropensci/software-review/issues/485") ) Description: ReLTER provides access to DEIMS-SDR (https://deims.org/), and allows interaction with data and software implemented by eLTER Research Infrastructure (RI) thus improving data sharing among European LTER projects. ReLTER uses the R language to access and interact with the DEIMS-SDR archive of information shared by the Long Term Ecological Research (LTER) network. This package grew within eLTER H2020 as a major project that will help advance the development of European Long-Term Ecosystem Research Infrastructures (eLTER RI - https://elter-ri.eu). The ReLTER package functions in particular allow to: - retrieve the information about entities (e.g. sites, datasets, and activities) shared by DEIMS-SDR (see e.g. get_site_info function); - interact with the ODSEurope (maps.opendatascience.eu) starting with the dataset shared by DEIMS-SDR (https://deims.org/) (see e.g. the get_site_ODS() function); - use the eLTER site informations to download and crop geospatial data from other platforms (see e.g. get_site_ODS function()); - improve the quality of the dataset (see e.g. get_id_worms()). Functions currently implemented are derived from discussions of the needs among the eLTER users community. The ReLTER package will continue to follow the progress of eLTER-RI and evolve, adding new tools and improvements as required. License: GPL (>= 3) URL: https://docs.ropensci.org/ReLTER BugReports: https://github.com/ropensci/ReLTER/issues Depends: R (>= 4.1.0) Imports: dplyr, dtplyr, ggforce, ggspatial, geojsonsf, ggplot2, httr2, jqr, jsonlite, leaflet (>= 2.1.1), lifecycle, lubridate, magrittr, purrr, qrcode, sf (>= 0.9-5), utils, units, tibble, stringr, terra Suggests: rbibutils, markdown, cowplot, geodata, httptest2, ISOcodes, knitr, leaflet.extras, prettymapr, RColorBrewer, shiny, spocc, tidyr, taxize (>= 0.9.97), testthat (>= 3.0.0), withr, worrms, zen4R Remotes: hrbrmstr/waffle, XML VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB LazyData: true Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libfontconfig1-dev libfreetype6-dev libgdal-dev gdal-bin libgeos-dev make libicu-dev libjpeg-dev libjq-dev libpng-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-12 09:27:11 UTC RemoteUrl: https://github.com/ropensci/ReLTER RemoteRef: main RemoteSha: 5819364a3cb5aaec9a1015d9feffc4d25a5e2571 NeedsCompilation: no Packaged: 2026-07-01 08:18:13 UTC; root Author: Alessandro Oggioni [aut, cre, fnd] (ORCID: ), Micha Silver [aut, ctb] (ORCID: ), Paolo Tagliolato [aut, ctb] (ORCID: ), Luigi Ranghetti [aut, ctb] (ORCID: ), Allison Horst [rev] (Allison reviewed the package (v. 1.0.0) for rOpenSci, see https://github.com/ropensci/software-review/issues/485), Will Bolton [rev] (Will reviewed the package (v. 1.0.0) for rOpenSci, see https://github.com/ropensci/software-review/issues/485), Mauro Lepore [edt] (Mauro was editor for rOpenSci, see https://github.com/ropensci/software-review/issues/485) Maintainer: Alessandro Oggioni