FSA - Fisheries stock assessment methods.
RForge.net

FSA

About FSA
Installation
Package R docs
Related
Check results
Download/Files
GIT access

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/FSA/trunk FSA

To install the latest development snapshot of this package, use

install.packages("FSA",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/FSA/branches
and for tags use
svn ls svn://svn.rforge.net/FSA/tags

Most recent GIT commits


98cf3cac| Derek Ogle | Fri Apr 8 17:30:47 2022 -0500
Fixed bug in confint.boot related to car::Confint
 M       NEWS.md
 M       R/bootstrap.R
 A       inst/extdata/Boot1.RData
 D       inst/extdata/bootCase1.RData
 M       inst/extdata/nlsBoot1.RData
 M       tests/testthat/testthat_bootstrap.R

ad2a65fd| Merge: 2ac7f3ca e9313503
Derek Ogle | Fri Mar 18 21:30:10 2022 -0500

Merge pull request #90 from fishR-Core-Team/88-alkindivage-fails-ungracefully-if-na-in-length-variable-of-length-sample

Added check for NA with error message in alkIndivAge(). This closes #88

e9313503| Derek Ogle | Fri Mar 18 21:16:49 2022 -0500
Added tests and news change for fix to #88
 M       NEWS.md
 M       R/ageComparisons.R
 M       tests/testthat/testthat_AgeLengthKey.R

af7fb0b8| Derek Ogle | Fri Mar 18 21:15:46 2022 -0500
Fixed minor typo in agePrecision documentation
 M       man/agePrecision.Rd

fa27dd3a| Jason Doll | Fri Mar 18 08:24:38 2022 -0400
Added check for NA with error message in alkIndivAge().
 M       R/alkIndivAge.R