Skip to content

Commit

Permalink
Closing v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
droglenc committed May 2, 2019
1 parent 1d792af commit ce47002
Show file tree
Hide file tree
Showing 35 changed files with 83 additions and 49 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Expand Up @@ -17,4 +17,5 @@

^man/figures/logo\.png
^inst/sticker
^tests/Validating
^tests/Validating
^tests/testthat/Rplots*
7 changes: 4 additions & 3 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: RFishBC
Version: 0.2.0.9000
Date: 2019-4-12
Version: 0.2.2
Date: 2019-5-2
Title: Back-Calculation of Fish Length
Authors@R: person("Derek","Ogle",
email="derek@derekogle.com",
Expand All @@ -9,7 +9,8 @@ Authors@R: person("Derek","Ogle",
Description: Helps fisheries scientists collect measurements from calcified
structures and back-calculate estimated lengths at previous ages using
standard procedures and models. This is intended to replace much of the
functionality provided by the now out-dated 'fishBC' software.
functionality provided by the now out-dated 'fishBC' software
(<https://fisheries.org/bookstore/all-titles/software/70317/>).
URL: http://derekogle.com/RFishBC
BugReports: https://github.com/droglenc/RFishBC/issues
License: GPL-3
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
@@ -1,4 +1,8 @@
# RFishBC 0.2.0.9000 ongoing
# RFishBC 0.2.2 2-May-19
* Added URL for fishBC software per CRAN request.
* Added a directive to ignore Rplots* files when building the package (i.e., to .rbuildignore). This reduces the size of the tar-ball per CRAN request.

# RFishBC 0.2.1 1-May-19
* Updated vignettes.
* Added more tests.
* `addNote()`: Added (addresses [#41](https://github.com/droglenc/RFishBC/issues/41); thanks to Rory Feeney).
Expand Down
9 changes: 9 additions & 0 deletions cran-comments/cran-comments-v0_2_1.md
@@ -0,0 +1,9 @@
* This updates the existing RFishBC package on CRAN.

## Testing Environments
* My Windows machine.
* Win Builder -- old-release, release, and development.
* Travis-CI and AppVeyor.

## Notes
* If there is a note about "fishBC" being misspelled in the description, then note that this is not a misspelling.
8 changes: 8 additions & 0 deletions cran-comments/cran-comments-v0_2_2.md
@@ -0,0 +1,8 @@
* This updates the existing RFishBC package on CRAN by adding a link to the fishBC software and reducing the size of the tar-ball per CRAN request (e-mail from Uwe Ligges on 2-May-19).

## Testing Environments
* My Windows machine.
* Win Builder -- old-release, release, and development.

## Notes
* If there is a note about "fishBC" being misspelled in the description, then note that this is not a misspelling.
4 changes: 2 additions & 2 deletions docs/articles/BCCalc.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/BCIntro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/BCWorkflow.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/Other.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/collectRadiiData.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/seeRadiiData.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/FSA-internals.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/RFBCoptions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/RFishBC.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/SMBassWB1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/SMBassWB2.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/StdIntLit.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/aStandard.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/addNote.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/addRadCap.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/backCalc.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/bcFuns.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/combineData.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/digitizeRadii.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce47002

Please sign in to comment.