Version 2.0.0
8 Aug 2022
-
Added functions gitRepos(), gitClone(), and gitCloneAll() to list and clone GitHub repositories.
-
Dropped legacy support for 'stocks.combined' in addDriors() and addEffort().
-
Added errors and warnings if stock names in catch/effort/priors don't match.
-
Simplified addDriors() so it requires only the 'stock' name, not the 'taxa' name. These names used to be identical, but only 'stock' will be used from now on.
-
Improved plotCat() so it treats the first two columns of the input data frame as stock and year.
-
Renamed plotCat() 'type' options to "count" and "stock".