SkillAgentSearch skills...

ReLTER

An Interface for the 'eLTER' Community

Install / Use

/learn @ropensci/ReLTER
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

ReLTER

<!-- README.md is generated from README.Rmd. Please edit that file --> <!-- badges: start --> <!-- other badges https://github.com/GuangchuangYu/badger -->

r-universe License:
GPL-3 Project Status: Active – The project has reached a stable, usable
state and is being actively
developed. Lifecycle R build
status codecov

<!-- CRAN badges --> <!-- [![](https://www.r-pkg.org/badges/version/ropensci/ReLTER?color=orange)](https://cran.r-project.org/package=ropensci/ReLTER) --> <!-- [![CRAN checks](https://badges.cranchecks.info/summary/ReLTER.svg)](https://cran.r-project.org/web/checks/check_results_ReLTER.html) --> <!-- [![](http://cranlogs.r-pkg.org/badges/last-month/badger?color=green)](https://cran.r-project.org/package=badger) --> <!-- badges: end -->

{ReLTER} is an R package that provides access to DEIMS-SDR, allowing to interact with software implemented by eLTER Research Infrastructure (RI) and improving the data/information shared among the Long Term Ecological Research (LTER) network. This package was conceived within eLTER H2020 project and will help advance the development of European Long-Term Ecosystem Research Infrastructures (eLTER RI).

The {ReLTER} package functions in particular allows to:

Functions currently implemented are derived from the discussion of the needs declared by eLTER users community.

The {ReLTER} package will follow the progress of eLTER-RI infrastructure and evolve with improvements and development of new tools.

<!-- about the icons https://github.com/ikatyang/emoji-cheat-sheet -->

:notebook_with_decorative_cover: Citation

To cite {ReLTER} please use:

Oggioni, A., Silver, M., Tagliolato, P., & Karnieli, A. (2025). ReLTER: An R interface for environmental observation in long term ecological research. Ecological Informatics, 85, 102915. https://doi.org/10.1016/j.ecoinf.2024.102915

@article{OGGIONI2025102915,
title = {ReLTER: An R interface for environmental observation in long term ecological research},
journal = {Ecological Informatics},
volume = {85},
pages = {102915},
year = {2025},
issn = {1574-9541},
doi = {https://doi.org/10.1016/j.ecoinf.2024.102915},
url = {https://www.sciencedirect.com/science/article/pii/S1574954124004576},
author = {Alessandro Oggioni and Micha Silver and Paolo Tagliolato and Arnon Karnieli}

or:

Alessandro Oggioni, Micha Silver, Luigi Ranghetti & Paolo Tagliolato. (2025). ReLTER: An Interface for the eLTER Community (v3.0). Zenodo. https://doi.org/10.5281/zenodo.5576813

@software{alessandro_oggioni_2025_5576813,
  author       = {Alessandro Oggioni and Micha Silver and Luigi Ranghetti and Paolo Tagliolato},
  title        = {ReLTER: An Interface for the eLTER Community},
  year         = 2025,
  publisher    = {Zenodo},
  version      = {v3.0},
  doi          = {10.5281/zenodo.5576813},
  url          = {https://doi.org/10.5281/zenodo.5576813}
}

:book: Documentation

Visit the {ReLTER} website at docs.ropensci.org/ReLTER/ for further documentation, examples, and installation of the package.

The manual of {ReLTER} package could be found here.

:notebook_with_decorative_cover: Cheatsheet

<a href="https://raw.githubusercontent.com/ropensci/ReLTER/main/man/cheatsheets/ReLTER_cheatSheet.pdf"><img src="https://raw.githubusercontent.com/ropensci/ReLTER/main/man/figures/ReLTER_cheatSheet_front.png" width="630" height="487" alt="ReLTER Cheatsheet" /></a> <a href="https://raw.githubusercontent.com/ropensci/ReLTER/main/man/cheatsheets/ReLTER_cheatSheet.pdf"><img src="https://raw.githubusercontent.com/ropensci/ReLTER/main/man/figures/ReLTER_cheatSheet_back.png" width="630" height="487" alt="ReLTER Cheatsheet" /></a>

:arrow_double_down: Installation

You can install the main version of {ReLTER} from GitHub with:

install.packages("devtools")
devtools::install_github("ropensci/ReLTER")
library(ReLTER)

If you want to install different package branch (e.g. ‘dev’) can you use this command:

devtools::install_github('https://github.com/ropensci/ReLTER', ref = 'dev')

The {ReLTER} package is part of the R-universe community and it can be installed also use this command:

utils::install.packages("ReLTER", repos = "https://ropensci.r-universe.dev")

Alternatively {ReLTER} can be used in a Docker container.

If you wish to help develop this package, please follow the contributing guidelines.

:woman_technologist: Persons involved :man_technologist:

Alessandro Oggioni https://orcid.org/0000-0002-7997-219X (CNR, Institute for Electromagnetic Sensing of the Environment - IREA)

<!-- Add authors, reviewers including those who, within eLTER network, reviewed the package and add acknowledgements in accordance with this https://ropensci.org/blog/2018/03/16/thanking-reviewers-in-metadata/ and this https://devguide.ropensci.org/building.html#authorship. Add the same in DESCRIPTION file -->

Micha Silver https://orcid.org/0000-0002-1128-1325 (Ben Gurion University - BGU)

Luigi Ranghetti https:://orcid.org/0000-0001-6207-5188 (CNR, Institute for Electromagnetic Sensing of the Environment - IREA)

Paolo Tagliolato https:://orcid.org/0000-0002-0261-313X (CNR, Institute for Electromagnetic Sensing of the Environment - IREA)

For a exhaustive list of contributors please visit authors page.

:office: Contributing organizations

<img src="man/figures/irea_logo.png" height="72" alt="CNR-IREA" /> <!--a href="http://www.irea.cnr.it/en/"><img src="man/figures/irea_logo.png" height="40" align="left" /></a--> <img src="man/figures/bgu_logo.png" height="80" alt="BGU" /> <!--a href="https://in.bgu.ac.il/en/"><img src="man/figures/bgu_logo.png" height="40" align="left" /></a-->

:thumbsup: Acknowledgements

This work has been partially funded from the European Union’s Horizon 2020 research and innovation programme under the H2020 eLTER-Plus project Grant Agreement No. 871128 (DOI: 10.3030/871128) and eLTER EnRich project Grant Agreement No. 101131751 (DOI: 10.3030/101131751)

Thanks to the reviewers and the editor (more about authors) for their work.

Related Skills

View on GitHub
GitHub Stars13
CategoryOperations
Updated3mo ago
Forks6

Languages

R

Security Score

92/100

Audited on Dec 16, 2025

No findings