Skip to content

Commit

Permalink
Preparing v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
droglenc committed Feb 1, 2023
1 parent 0529274 commit ed80ad2
Show file tree
Hide file tree
Showing 86 changed files with 715 additions and 751 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Package: FSA
Version: 0.9.3.9000
Date: 2023-1-30
Version: 0.9.4
Date: 2023-2-1
Title: Simple Fisheries Stock Assessment Methods
Description: A variety of simple fish stock assessment methods.
Authors@R: c(
person("Derek", "Ogle", email="DerekOgle51@gmail.com",
person(c("Derek","H."), "Ogle", email="DerekOgle51@gmail.com",
role=c("aut","cre"),
comment=c(ORCID="0000-0002-0370-9299")),
person("Jason", "Doll", email="jason.doll@fmarion.edu",
person(c("Jason","C."), "Doll", email="jason.doll@fmarion.edu",
role=c("aut")),
person("Powell", "Wheeler", email="powell.wheeler@gmail.com",
person(c("A.","Powell"), "Wheeler", email="powell.wheeler@gmail.com",
role="aut"),
person("Alexis", "Dinno", email="alexis.dinno@pdx.edu",
role="aut",
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FSA 0.9.3.9000
# FSA 0.9.4
* Changes related to moving to fishR-Core-Team
* Updated sticker.
* Changed DHO e-mail address (in DESCRIPTION and in all author fields of the documentation). Partially address [#86](https://github.com/fishR-Core-Team/FSA/issues/86).
Expand All @@ -10,6 +10,7 @@
* Added links to CSV files for all data sets. This addresses [#96](https://github.com/fishR-Core-Team/FSA/issues/96).
* Changed theme in `_pkgdown.yml` to match that of `FSAdata` and more closely match `fishR`.
* Removed most recent dates from NEWS file as `pkgdown` picks up the CRAN release date to add.
* Updated `CITATION` (to match that required for next version of R).

* `alkIndivAge()`: Modified. Added a catch for `NA`s in the length sample. Also added a test. This addresses [#88](https://github.com/fishR-Core-Team/FSA/issues/88).
* `confint.boot()`: Modified. Changed hard-coding of columns that contained the confidence interval values to find those columns by `grep()`ing for the `%` sign. This fixes an issue related to `car::Confint()` returning the `coef()` results for functions that have a `coef()` method but not for those that do not. Also updated tests to use results from `car::Boot()` rather than the old `car::bootCase()`.
Expand Down Expand Up @@ -161,7 +162,7 @@
* Updated tests for changes in the `fishmethods` package (`vblrt()` replaced with `growthlrt()` and `T=` replaced with `TC=` in `M.empirical()`) per CRAN request.

# FSA 0.8.21
* Added a webpage. Setup Travis-CI to handle updates ([See this](https://www.datacamp.com/community/tutorials/cd-package-docs-pkgdown-travis)).
* Added a webpage. Setup Travis-CI to handle updates.
* Added a hex sticker logo.
* Added `withr` to Imports (see usages below).
* Added `Encoding: UTF-8` to DESCRIPTION.
Expand Down
11 changes: 11 additions & 0 deletions cran-comments/cran-comments-v0_9_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* This updates the existing FSA package on CRAN.

## Notes
* The maintainer's e-mail address has been changed from derek at derekogle.com to DerekOgle51 at gmail.com.
* There may be a note about "fishR" being misspelled in the description. This is not a misspelling.

## Testing Environments
* My Windows machine.
* Win Builder -- old-release, release, and development.
* Mac Builder
* GitHub Action (R-CMD-check.yaml)
8 changes: 4 additions & 4 deletions docs/LICENSE-text.html

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

Loading

0 comments on commit ed80ad2

Please sign in to comment.