From d79b5d7ccf11726d499a063bafcb89581d1e6610 Mon Sep 17 00:00:00 2001 From: Sanne Govaert <44606923+sannegovaert@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:24:26 +0100 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4960dc5a..eeb6b698 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,8 @@ * New function `write_eml()` transforms Camtrap DP metadata to EML (#99). * New function `round_coordinates()` allows to fuzzy/generalize location information by rounding deployment `latitude` and `longitude`. It also updates `coordinateUncertainty` in the deployments and `coordinatePrecision` and spatial scope in the metadata (#106). * New function `shift_time()` allows to shift/correct date-times in data and metadata for specified deploymentIDs and duration (#108). +* New function `contributors()` gets the +* New accessor function `contributors()` returns a data frame with contributors (#140). * `filter_deployments()` and `deployments()<-` now update the spatial, temporal and taxonomic scope in the metadata based on the returned data (#100, #132). * `filter_observations()`, `filter_media()`, `media()<-` and `observations()<-` now update the taxonomic scope in the metadata based on the returned data (#89, #100, #130). * `read_camtrapdp()` now updates the spatial and temporal scope in metadata based on the data (#130).