-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added r-universe remote for stockassessment
- Loading branch information
1 parent
8787357
commit 9417d02
Showing
1 changed file
with
2 additions
and
2 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: FLSAM | ||
Title: An Implementation of the State-Space Assessment Model for FLR | ||
Version: 3.0.0 | ||
Version: 3.0.0.9001 | ||
Date: 2023-04-18 | ||
Authors@R: c( | ||
person("N.T.", "Hintzen", email = "[email protected]", role = "cre"), | ||
|
@@ -10,7 +10,7 @@ Depends: R (>= 4.1.0), FLCore (>= 2.6.0), stockassessment (>= 0.12.0) | |
Imports: methods, utils, TMB, ellipse, MASS | ||
Suggests: reshape, plyr, RColorBrewer, doParallel | ||
Remotes: | ||
r-universe::fishfollower/stockassessment | ||
r-universe::fishfollower/SAM/stockassessment | ||
Collate: | ||
"FLSAM.control.R" | ||
"FLSAM.R" | ||
|