Skip to content

Releases: USEPA/lakemorpho

lakemorpho v1.0.1

20 Mar 19:36
Compare
Choose a tag to compare

Some documentation updates, started major.minor.patch, got DOI for this release.

Versioning was off on this. Should have been 1.0.1

lakemorpho v1.1.0

27 Dec 17:46
Compare
Choose a tag to compare

Release for submission to CRAN on 12/27/2016

See NEWS for latest changes.

Second CRAN release

13 May 23:05
Compare
Choose a tag to compare

lakemorpho 1.0.2 (2016-05-14)

New Features

  • Added intersect= argument on lakeMaxWidth(). Default is FALSE which finds longest line perpendicular to the maximum length line, but not necessarily intersecting with the maximum length line. TRUE forces the intersection. The definition of maximum lake width does not specify whether or not the intersection is required.

Bug Fixes

  • lakeMaxWidth() was flipping slope of line on lakes with a maximum lake length that had negative slope. Tracked down to creating a line with matrix(). Switched to data.frame() and now works.
  • lakeMaxLength() was using rgeos::gWithin to ID lines that fell inside the lake boundary. Would occassionally select a line that was outside the boundary on curved lakes (e.g. s-shaped). Couldn't track down why this was happening, but rgeos::gContains() did not have this same behavior, so replaced gWithin() with gContains.
  • switched paste(substitue()) to deparse(substitute())

API Changes

  • lakeFetch - bearing parameter no long character, accepts numeric (0-360).

Minor Changes

  • Fixed several typos in documentation
  • Corrected older documenation that doesn't reflect current API
  • Re-generated documentation with roxygen2 4.1.0
  • lakeSurroundTopo() now returns stops and errors when multiple polygons submitted.
  • lakeMorphoClass() now accepts lake only. Other arguments have defualt NULL values.
  • Default plot accepts NULLS in lakeMorphoClass and plots lines if they exist.
  • Added NEWS.md
  • Added elevation checks for functions that require it.
  • check now error, instead of warns, when wrong input is supplied
  • fixed versioning.

lakemorpho v1.1

21 Oct 13:23
Compare
Choose a tag to compare

This is the second release of the Lakemorpho R Package which is used for calculating a variety of lakemorphometry metric. More details about this are in the repository readme.

This release included some minor updates (imports) and changes required for push to CRAN

Lakemorpho v1.0

03 Jun 14:56
Compare
Choose a tag to compare

This is the initial working release of the Lakemorpho R Package which is used for calculating a variety of lakemorphometry metric. More details about this are in the repository readme