Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rpath
Type: Package
Title: R implementation of Ecopath with Ecosim
Version: 1.0.0
Version: 1.1.0
Authors@R: c(
person("Kerim", "Aydin", email = "kerim.aydin@noaa.gov", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3792-9828")),
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Rpath 1.1.0

- Added ability to import .eiixml files via the `create.rpath.from.eiixml()` function
- Added balance functionality to estimate P/B from input Biomass and EE, also
allowing a missing Q/B to be estimated from input PC and the estimated P/B
- Corrected accounting for single-stage interdetrital flows during balance
- Behavior change: if all of P/B, Q/B, and PC are supplied as inputs for a group, recalculate PC during balance to ensure internal model consistency (instead of leaving PC unchanged and possibly inaccurate)
- Improved error messages in `rpath()` balance routine to help diagnose models that are missing parameters
- Improved warning message content in `check.rpath.params()` to aid diagnosis
- Modified `rpath.stanzas()` so it no longer produces errors when called with a model that has no multistanza groups (instead it returns the model unchanged)
- Added Western Bering Sea model .eiixml and EwE output csv files as an import example
- Added `Convert_EwE_to_Rpath` vignette to describe .eiixml import process
- Tested eiixml input routines on over 150 models available via EcoBase with most producing consistent results between Rpath and EwE; some remaining balancing differences between Rpath and EwE are noted in the `Convert_EwE_to_Rpath` vignette
- Fixed some table ordering issues with stanza inputs
- Documentation fixes


# Rpath 1.0.0

- Fix group parameter reference in `adjust.scenario`
Expand Down
Loading