-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closing v0.9.3 -- Attempted fix of CRAN notes and testing errors
- Loading branch information
Showing
93 changed files
with
550 additions
and
537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: FSA | ||
Version: 0.9.2 | ||
Date: 2022-2-12 | ||
Version: 0.9.3 | ||
Date: 2022-2-15 | ||
Title: Simple Fisheries Stock Assessment Methods | ||
Description: A variety of simple fish stock assessment methods. | ||
Detailed vignettes are available on the fishR website <http://derekogle.com/fishR/>. | ||
|
@@ -12,8 +12,8 @@ Authors@R: c( | |
person("Alexis", "Dinno", email="[email protected]", role="aut", | ||
comment="Provided base functionality of dunnTest()") | ||
) | ||
URL: https://github.com/droglenc/FSA | ||
BugReports: https://github.com/droglenc/FSA/issues | ||
URL: https://github.com/fishR-Core-Team/FSA | ||
BugReports: https://github.com/fishR-Core-Team/FSA/issues | ||
License: GPL (>= 2) | ||
LazyData: true | ||
Depends: | ||
|
@@ -25,14 +25,13 @@ Imports: | |
tools, | ||
utils, | ||
car, | ||
dplyr, | ||
dunn.test, | ||
lmtest, | ||
plotrix, | ||
sciplot, | ||
withr | ||
Suggests: | ||
DescTools, | ||
dplyr, | ||
fishmethods, | ||
FSAdata, | ||
knitr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
* This updates the existing FSA package on CRAN, fixing notes and "additional issues" (as brought to my attention by Prof. Ripley on 15-Feb-22). | ||
|
||
## Notes | ||
* 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) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.