-
Added objects sofiaColors, sofiaDarkblue, sofiaBlue, and sofiaOrange.
-
Added arguments 'width' and 'col' to plotCat() to override default style.
-
Improved stylistic elements in plotCat(): y-axis order, barplot series order, horizontal spacing, and colors.
-
Changed addDriors() so it raises an error if the priors table column 'terminal_state_cv' contains NA values.
-
Changed gitClone() so it recognizes repository names starting with "20**Anything" and "Workshop".
- Removed dependency on areaplot package.
-
Added function addIndex() to add index column to catch data.
-
Added plotCat() 'type' option "prop" to draw a proportional area plot. Dropped legacy support for 'type' option "all".
-
Improved addDriors() so it passes 'shape_prior' and 'growth_rate_prior_cv' to format_driors().
-
Added functions gitRepos(), gitClone(), and gitCloneAll() to list and clone GitHub repositories.
-
Dropped legacy support for 'stocks.combined' in addDriors() and addEffort(). Use 'same.priors' and 'same.effort' instead.
-
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".
-
Renamed argument 'stocks.combined' to 'same.priors' in addDriors().
-
Renamed argument 'stocks.combined' to 'same.effort' in addEffort().
-
The old argument name 'stocks.combined' is still supported in both addDriors() and addEffort() for backward compatibility. The new argument names 'same.priors' and 'same.effort' should be used in new SOFIA scripts.
-
Added function convertData() to convert primary data to combined data.
-
Improved groupData() so it exits gracefully when no CSV files are found. Furthermore, it always creates a new set of empty subdirectories for the output before copying files.
- Added function groupData() to group primary data in subdirectories.
- Improved addDriors() so effort data are passed to format_driors().
- Initial release.