ReLTER 3.0.0
released on 20/08/2025
Changes
- Four functions were deprecated:
get_site_MODIS
,get_site_ODS
,get_ilter_*
,get_network_*
,get_sos_*
, andproduce_zenodo_record
; - These were replaced by a new function
get_site_EcoDataCube
; - Dependency on the older
raster
package was removed, andterra
was used instead; - Vignettes and documentation were improved;
- Rarely used packages were removed to reduce the number of dependencies (e.g.,
purrr
); - All map plots were standardized to use
leaflet
(requiresleaflet
>= 2.1.1); - Several functions were revised to make them more readable and concise (e.g.,
produce_network_points_map
andproduce_site_map
); - Dependencies were analyzed across all functions, and their number was reduced accordingly. For this purpose, a summary table was created (see Google Spreadsheet packages_vs_functions) showing the overall number of packages and their usage by function;
- Packages used only a few times (≤ 2) were removed, favoring base functions or functions already widely used in the package;
- Installation requirements were revised by evaluating which packages should not be mandatory at install time. This was achieved by:
-
@seealso
tags were used (e.g.,@seealso[tidyr::nest()]
) instead of@importFrom
to indicate usage without forcing package loading; - Packages were moved from the Imports to the Suggests section in the DESCRIPTION file;
- Package availability was checked dynamically with
requireNamespace("<package_name>", quietly = TRUE)
; - Direct calls were replaced with wrappers to avoid package loading, e.g.,
unnest_fx <- getNamespace("tidyr", "unnest")
and thenunnest_fx(cols = c(id))
. - Cheatsheets were created to provide users with quick references to the main functionalities of the package.
ReLTER 2.1.0
released on 25/01/2023
Changes
- inserted new function for acquire either Land Surface Temperature (LST) or Vegetation Index (NDVI) both cropped to an eLTER site boundary;
- outputs enrichment of certain functions with unit of measurement (UOM) and labeling with semantic terms (e.g. in the taxon_id_.R or in the get_sos_.R functions).
ReLTER 2.0.0
released on 30/09/2022
Changes
- inserted new functions for set an environment for variables of the package, for setting and for get the DEIMS-SDR base URL;
- inserted a new function for get version of DEIMS-SDR API based on the DEIMS-SDR base URL;
- added an object (queries_jq) containing all the JQ queries (as a list);
- added the new JQ queries accordingly with the structure of the new DEIMS-SDR API version;
- deleted the JQ queries call into the get_site_info(), get_activity_info(), and get_dataset_info() and substitute with a variable;
- changed the name of the functions containing “parameters” with “observed properties”;
- added for some functions the life cycle badge;
- acquisition to species occurrences from GBIF, iNaturalist and OBIS;
- harmonisation to the output of species occurrences in eLTER Data Reporting Format (v3.1);
- creation the archive (zip) with files following the eLTER Data Reporting Format (v3.1);
- composition of file naming convention following the eLTER Data Reporting Format (v3.1);
- composition of the object containing the eLTER Data Reporting Format (v3.1) tables;
- interaction with Sensor Observations Services (SOS - v2.0) for acquire procedure list, procedure info, feature of interest info, observed property info, and observations;
- interaction to the Zenodo repository in order to upload record or download dataset record;
- substituted the SPARQL package with httr2.
ReLTER 1.1.0
released on 15/04/2022
Major changes
- all the suggestion from rOpenSci reviewers has been evaluated and taken into account in this release;
- revised and linguistically corrected the documentation of package;
- revised and graphically enriched the documentation of the functions;
- created the vignettes of the package;
- new functions (get_site_ODS and taxon_id_worms) has been implemented;
- enriched the information downloaded for datasets and activities from DEIMS-SDR;
- a solution for install package by Docker has been done;
- all the packages used in the
ReLTER
have been referenced in each functions manual.
ReLTER 1.0.0
released on 15/11/2021
Major changes
- all the get_site_xxx functions could be merged into one, with an additional function parameter category;
- all the functions are renamed according with CRAN suggestion;
- first release of vignettes have been done;
- new functions for interactive improvements of taxa names using PESI and WORMS repository have been done;
- function acquires one of eight raster datasets from the European OpenDataScience maps website for a selected DEIMS site have been implemented by @micha-silver;
- a fully review of functions and package description have been done.
ReLTER 0.2.0
released on 18/10/2021
Major changes
After the first minor release big improvements are been done: * all functions have been re-engineered with harmonized metadata, testing and evaluation of error-causing situations, * all situation where the functions writing something in the local environment have been removed, * some test to the functions have been added, * the logo and thumbnails have been created, * a new function getILTERGeneralInfo have been added to the package.
ReLTER 0.1.1
released on 28/01/2021
ReLTER 0.1.0
released on 28/01/2019
Major changes
Beta release of ReLTER package!
- Some functions are released within this version of package:
- getSiteAffiliations
- getSiteBoundaries
- getSiteContact
- getSiteEnvCharacts
- getSiteRelatedResources
- getSiteResearchTopics
- getSiteGeneral
- getSiteInfrastructure
- getSiteParameters
- getNetworkEnvCharacts
- getNetworkParameters
- getNetworkResearchTopics
- getNetworkRelatedResources
- getNetworkSites
- getILTERParameters
- getILTEREnvCharacts
- getILTERResearchTopics
- getActivity
- getDataset
- mapNetworkPoint
- produceMapOfSiteFromDEIMS
- taxonIDPesi
- Documentation and application site have been created.
- The whole package is released on GitHub and available to the developer community.