Skip to content

Releases: ocean-tracking-network/glatos

v0.7.1

07 Feb 15:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

0.7.0

11 Jan 18:00
Compare
Choose a tag to compare

glatos 0.7.0 (2024-01-04)

Bug fixes and minor changes

  • Remove dependence on rgeos and rgdal.

  • 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 and make_transition2; suggest make_transition3
    instead.

  • Deprecate data object greatLakesPoly; suggest great_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.
  • convert_otn_to_att and convert_otn_erddap_to_att:

    • Replaced sp::CRS with sf::st_crs
    • Changed link (URL) to relevant issue from GitLab to GitHub repo.
  • Remove ffmpeg functions.

    • make defunct:
      • check_dependencies
      • install_ffmpeg
      • make_video_ffmpeg
  • Fix issues with several tests caused by changes to CRS/WKT and row.names
    attributes.