Changelog
Source:NEWS.md
swfscDAS 0.6.4
CRAN release: 2025-06-10
The DateTime column in
das_readoutput now has a timezone of""(#13)remove superseded
.data$syntax in tidyselect expressionsAdd OffSetGMT column to
das_effort‘segdata’ output (#12)
swfscDAS 0.6.3
CRAN release: 2024-07-03
Moved repo to https://github.com/SWFSC, and updated all associated documentation. Also generalized documentation to not be as SWFSC-focused, and thus speak to more general uses of DAS files
Generalized package title and description to not be SWFSC-specific
Changed license to Apache License (== 2), based on NMFS guidance at https://nmfs-opensci.github.io/GitHub-Guide
swfscDAS 0.6.1
CRAN release: 2022-01-31
Fix bug in
das_sightanddas_effortwhen the DAS file contains no sightingsChanged license based on https://github.com/NOAAGov
swfscDAS 0.6.0
CRAN release: 2021-09-03
Fix
das_checkindex math error (#5)Removed the tz argument from
das_read, and added ‘OffsetGMT’ to the output ofdas_process
swfscDAS 0.5.1
CRAN release: 2021-05-27
Link fixes - no functionality changes
swfscDAS now depends on R >= 4.0.0 for consistency across package dependencies
swfscDAS 0.5.0
CRAN release: 2021-01-07
Added ‘strata.files’ argument to
das_effortto allow users to split effort by strataThe ‘segdata’ output of
das_effortnow includes DateTime1 and DateTime2, the date/time of the start and end points of each segment. The column order of the segdata data frame was also slightly changed for consistencyUsing the ‘continuous’ method of
das_effort, effort can now also be chopped using ‘Course’ and ‘SptKt’Changed the name of the strata argument of
das_intersects_stratato ‘strata.files’ for consistencyFixed a bug in
das_checkwhere multiple files could not be checked at oncedas_checknow checks for valid longitude and latitude valuesFixed an issue where the sample stratum file did not overlap with any of the sample data
Added documentation describing how
das_sighthandles additional sperm whale group size estimatesdas_chop_condition,das_chop_equallength,das_chop_section, anddas_segdataare now exported for documentation purposes only
swfscDAS 0.4.0
CRAN release: 2020-06-30
Changed
das_within_stratatodas_intersects_stratabecause it uses the geometric binary predicatest_intersectsrather thanst_withinIn
das_effort_sight, users can now usegs.columnsto specify secondary group size columns in case of anNAgroup size value
swfscDAS 0.3.0
das_processnow lets the user add the DateTime, Lat, and Lon information to “?” and numeric (1:8) events using the ‘add.dtll.sight’ argument. This enables the user to filter the processed DAS data by date/time or coordinates, if desiredFor consistency with species code columns, the column name ‘SpProb’ is now ‘SpCodeProb’ in
das_sightoutputIn
das_sight, species-specific group sizes are now calculated as the mean of the product of the school estimate and the corresponding species percentage (for each estimate), rather than the product of the mean of the school estimate and the mean of the corresponding species percentage.das_effort_sightnow has an argument that lets the user use the low group size estimate in place of anNAbest group size estimateChanged
das_chop_equaltodas_chop_equallengthfor naming consistency. This change should not affect users, as it does not affect any of the syntax required when usingdas_effortAdded
das_within_stratafor checking if individual points, such as event points or segment midpoints, are within user-provided strataThe “DAS_data_join” vignette demonstrates how to join external data, such as from DAT files, to processed DAS data
Where applicable, error, warning, and informational messages now report both the file name and line number. This makes the messages more useful when working with concatenated DAS objects with multiple DAS files.
swfscDAS 0.2.0
General
Added ‘Data9’, ‘Data10’, and ‘Data12’ columns to the output of
das_readanddas_processto account for all recorded sighting information. These data are now extracted as ‘CalibSchool’, ‘PhotosAerial’, and ‘Biopsy’ from “S” events indas_sight, and checked indas_checkAdded ‘SpdKt’ (ship speed in knots) and ‘WindSpdKt’ (wind speed in knots) to the output of
das_process. The sources for these data are also checked indas_checkRenamed items in effort list output of
das_effortanddas_effort_sight: ‘siteinfo’ is now ‘sightinfo’, and segdata columns indicating the number of sightings or animals on a segment are now formatted as ‘description’_‘species code’, e.g. “nSI_075”
das_sight changes
Fixed a bug when processing “G” and “g” events
Added columns for high and low (in addition to best) estimates of school size
Renamed columns to follow a consistent format - see
das_sightdocumentation for a complete description of the various return format outputsAdded a “complete” return format, which has a row for every observer estimate for each sighting
Users can now use a
das_sightargument to provide the event code(s) by which they wish to filter the function output