etn 2.2.2
- Fix issue in
check_value()
helper used in several functions to generate error messages. The error message failed to format whenNA
values were returned as part of alist_
function call (#356). - Fix issue in
list_receiver_ids()
whereNA
was sometimes included in the results (#356). - Fixed bug in
write_dwc()
where providing no value forrights_holder
would result in the function failing to generate a Darwin Core Archive (#356).
etn 2.2.1
-
write_dwc()
now supports uppercaseanimal_project_code
s (#289). - Bug fix in
write_dwc()
where the function would return an error due to an updated dependency (#293).
etn 2.2.0
- Add
NEWS.md
file to communicate changes to the package. - Add
depth_in_meters
field toget_acoustic_detections()
(#261). - Fix issue in
download_acoustic_dataset()
where some fields were missing fromdatapackage.json
. - Stricter unit tests (#268).
etn 2.1.0
- Add funder and use default README.Rmd (#247).
- New function
write_dwc()
to transform acoustic telemetry data to Darwin Core that can be harvested by OBIS and GBIF (#257).
etn 2.0.0
This releases updates the package to make use of the new model and scope of ETN. Have a look at this milestone for all issues that are included.
-
tag_serial_number
is now the primary identifier for tags. Tags can have multiple types, subtypes and sensors. Acoustic information is related to theacoustic_tag_id
. -
acoustic
scope remains completely covered, but is now reflected in function names. This allows us to implement additional scopes (e.g.cpod
) in the future. - Deprecations for old function names.
- New tutorial on acoustic scope (acoustic_telemetry.Rmd).