Skip to content

Commit

Permalink
Closed v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
droglenc committed Dec 9, 2018
1 parent 5b8d52a commit ac20cbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RFishBC
Version: 0.1.1.9000
Date: 2018-12-1
Version: 0.1.9000
Date: 2018-12-9
Title: Back-Calculation of Fish Length
Authors@R: person("Derek","Ogle",
email="derek@derekogle.com",
Expand Down
10 changes: 6 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# RFishBC 0.1.1.9000 ongoing
# RFishBC 0.1.9000 ongoing

# RFishBC 0.1.2 9-Dec-18
* Added dependency to `cli` package for `DONE()`, `NOTE()`, and `RULE()` (see below).
* `digitizeRadii()`: Modified. Change console output directions to use `RULE()` instead of `NOTE()`. Fixed bug that produced error related to closing the last window when working with multiple images.
* `digitizeRadii()`: Modified. Changed console output directions to use `RULE()` instead of `NOTE()`. Fixed bug that produced error related to closing the last window when working with multiple images.
* `DONE()`: Modified. Changed to use `cat_line()` from `cli` package (removed my hack).
* `findScalingFactor()`: Modified. Change console output directions to use `RULE()` instead of `NOTE()`.
* `findScalingFactor()`: Modified. Changed console output directions to use `RULE()` instead of `NOTE()`.
* `NOTE()`: Modified. Changed to use `cat_line()` from `cli` package (removed my hack).
* `RULE()`: Added.

# RFishBC 0.1.1 12-Nov-18
* Released to CRAN.
* Removed automatic webpage construction from Travis-CI. Did not work with some of the update vignettes.
* Removed automatic webpage construction from Travis-CI. Did not work with some of the updated vignettes.
* Put fishBC in the Description field into single quotes as directed by CRAN.
* `digitizeRadii()`. Modified. Added a note that draws attention when `snap2Transect=TRUE` and `showTransect=FALSE` (i.e., "snapping" to a transect that is not shown). At least partially addresses [#30](https://github.com/droglenc/RFishBC/issues/30).

Expand Down

0 comments on commit ac20cbb

Please sign in to comment.