0.7.0
glatos 0.7.0 (2024-01-04)
Bug fixes and minor changes
-
Remove dependence on
rgeos
andrgdal
. -
This package now requires R >= 3.5.0 because serialized objects in
serialize/load version 3 cannot be read in older versions of R.
File(s) containing such objects:
'glatos/inst/testdata/flynn_island_transition.rds'
'glatos/inst/testdata/higgins_lake_transition.rds'
'glatos/inst/testdata/test-detect_transmissions-dtc_spout.rds'
'glatos/inst/testdata/test-transmit_along_path-tr_dfin_spout.rds' -
Deprecate
make_transition
andmake_transition2
; suggestmake_transition3
instead. -
Deprecate data object
greatLakesPoly
; suggestgreat_lakes_polygon
instead. -
prepare_deploy_sheet
:- Set 'skip = header_line - 1' and 'col_names = TRUE' to retain first
record and column names (read_excel ignores column names, unless set,
when skip is set). - Fix non-working example code.
- Set 'skip = header_line - 1' and 'col_names = TRUE' to retain first
-
convert_otn_to_att
andconvert_otn_erddap_to_att
:- Replaced
sp::CRS
withsf::st_crs
- Changed link (URL) to relevant issue from GitLab to GitHub repo.
- Replaced
-
Remove ffmpeg functions.
- make defunct:
check_dependencies
install_ffmpeg
make_video_ffmpeg
- make defunct:
-
Fix issues with several tests caused by changes to CRS/WKT and row.names
attributes.