From ce4700235a9889eeb9869f4d4567dfe906fae6a8 Mon Sep 17 00:00:00 2001 From: Derek Ogle Date: Thu, 2 May 2019 07:53:32 -0500 Subject: [PATCH] Closing v0.2.2 --- .Rbuildignore | 3 ++- DESCRIPTION | 7 ++++--- NEWS.md | 6 +++++- cran-comments/cran-comments-v0_2_1.md | 9 +++++++++ cran-comments/cran-comments-v0_2_2.md | 8 ++++++++ docs/articles/BCCalc.html | 4 ++-- docs/articles/BCIntro.html | 4 ++-- docs/articles/BCWorkflow.html | 4 ++-- docs/articles/Other.html | 4 ++-- docs/articles/collectRadiiData.html | 4 ++-- docs/articles/index.html | 2 +- docs/articles/seeRadiiData.html | 4 ++-- docs/authors.html | 6 +++--- docs/index.html | 5 +++-- docs/news/index.html | 18 ++++++++++++++---- docs/reference/FSA-internals.html | 2 +- docs/reference/RFBCoptions.html | 2 +- docs/reference/RFishBC.html | 2 +- docs/reference/SMBassWB1.html | 2 +- docs/reference/SMBassWB2.html | 2 +- docs/reference/StdIntLit.html | 2 +- docs/reference/aStandard.html | 2 +- docs/reference/addNote.html | 2 +- docs/reference/addRadCap.html | 2 +- docs/reference/backCalc.html | 2 +- docs/reference/bcFuns.html | 6 +++--- docs/reference/combineData.html | 2 +- docs/reference/digitizeRadii.html | 2 +- docs/reference/findNotes.html | 2 +- docs/reference/findScalingFactor.html | 2 +- docs/reference/gConvert.html | 2 +- docs/reference/getID.html | 2 +- docs/reference/index.html | 2 +- docs/reference/listFiles.html | 2 +- docs/reference/showDigitizedImage.html | 2 +- 35 files changed, 83 insertions(+), 49 deletions(-) create mode 100644 cran-comments/cran-comments-v0_2_1.md create mode 100644 cran-comments/cran-comments-v0_2_2.md diff --git a/.Rbuildignore b/.Rbuildignore index 8016ac3..c44f107 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -17,4 +17,5 @@ ^man/figures/logo\.png ^inst/sticker -^tests/Validating \ No newline at end of file +^tests/Validating +^tests/testthat/Rplots* \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 97c4714..f43c517 100644 --- a/DESCRIPTION +++ b/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", @@ -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 + (). URL: http://derekogle.com/RFishBC BugReports: https://github.com/droglenc/RFishBC/issues License: GPL-3 diff --git a/NEWS.md b/NEWS.md index d972d52..a6f3631 100644 --- a/NEWS.md +++ b/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). diff --git a/cran-comments/cran-comments-v0_2_1.md b/cran-comments/cran-comments-v0_2_1.md new file mode 100644 index 0000000..77a4150 --- /dev/null +++ b/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. diff --git a/cran-comments/cran-comments-v0_2_2.md b/cran-comments/cran-comments-v0_2_2.md new file mode 100644 index 0000000..c01a3b8 --- /dev/null +++ b/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. diff --git a/docs/articles/BCCalc.html b/docs/articles/BCCalc.html index 658760a..18441e7 100644 --- a/docs/articles/BCCalc.html +++ b/docs/articles/BCCalc.html @@ -37,7 +37,7 @@ RFishBC - 0.2.0.9000 + 0.2.2 @@ -105,7 +105,7 @@

Compute Back-Calculated Lengths

Derek H. Ogle

-

2019-04-13

+

2019-05-02

diff --git a/docs/articles/BCIntro.html b/docs/articles/BCIntro.html index b0f1ff6..8509f5c 100644 --- a/docs/articles/BCIntro.html +++ b/docs/articles/BCIntro.html @@ -37,7 +37,7 @@ RFishBC - 0.2.0.9000 + 0.2.2 @@ -105,7 +105,7 @@

Short Introduction to Back-Calculation

Derek H. Ogle

-

2019-04-13

+

2019-05-02

diff --git a/docs/articles/BCWorkflow.html b/docs/articles/BCWorkflow.html index 093650b..1ed3468 100644 --- a/docs/articles/BCWorkflow.html +++ b/docs/articles/BCWorkflow.html @@ -37,7 +37,7 @@ RFishBC - 0.2.0.9000 + 0.2.2 @@ -105,7 +105,7 @@

Suggested Workflow for Back-Calculation

Derek H. Ogle

-

2019-04-13

+

2019-05-02

diff --git a/docs/articles/Other.html b/docs/articles/Other.html index efb4fce..f2299d9 100644 --- a/docs/articles/Other.html +++ b/docs/articles/Other.html @@ -37,7 +37,7 @@ RFishBC - 0.2.0.9000 + 0.2.2 @@ -105,7 +105,7 @@

Other Features / Common Questions

Derek H. Ogle

-

2019-04-13

+

2019-05-02

diff --git a/docs/articles/collectRadiiData.html b/docs/articles/collectRadiiData.html index 3e8ef98..7839181 100644 --- a/docs/articles/collectRadiiData.html +++ b/docs/articles/collectRadiiData.html @@ -37,7 +37,7 @@ RFishBC - 0.2.0.9000 + 0.2.2 @@ -105,7 +105,7 @@

Collect radial measurements from a calcified structure by interactively selecting annuli

Derek H. Ogle

-

2019-04-13

+

2019-05-02

diff --git a/docs/articles/index.html b/docs/articles/index.html index 548dd03..d55801e 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -70,7 +70,7 @@ RFishBC - 0.2.0.9000 + 0.2.2 diff --git a/docs/articles/seeRadiiData.html b/docs/articles/seeRadiiData.html index ee90516..0a56f9f 100644 --- a/docs/articles/seeRadiiData.html +++ b/docs/articles/seeRadiiData.html @@ -37,7 +37,7 @@ RFishBC - 0.2.0.9000 + 0.2.2 @@ -105,7 +105,7 @@

Visualize Points Selected on a Calcified Structure

Derek H. Ogle

-

2019-04-13

+

2019-05-02

diff --git a/docs/authors.html b/docs/authors.html index 38932d8..62522f3 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -70,7 +70,7 @@ RFishBC - 0.2.0.9000 + 0.2.2 @@ -142,13 +142,13 @@

Citation

Ogle DH (2019). RFishBC. -R package version 0.2.0.9000, http://derekogle.com/RFishBC. +R package version 0.2.2, http://derekogle.com/RFishBC.

@Manual{,
   title = {RFishBC},
   author = {Derek H. Ogle},
   year = {2019},
-  note = {R package version 0.2.0.9000},
+  note = {R package version 0.2.2},
   url = {http://derekogle.com/RFishBC},
 }