Skip to content

Commit 0244b30

Browse files
author
kerim aydin
committed
updated DESCRIPTION version to 1.1, listed changes in NEWS.md
1 parent dbbe971 commit 0244b30

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rpath
22
Type: Package
33
Title: R implementation of Ecopath with Ecosim
4-
Version: 1.0.0
4+
Version: 1.1.0
55
Authors@R: c(
66
person("Kerim", "Aydin", email = "kerim.aydin@noaa.gov", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-3792-9828")),

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Rpath 1.1.0
2+
3+
- Added ability to import .eiixml files via the `create.rpath.from.eiixml()` function
4+
- Added balance functionality to estimate P/B from input Biomass and EE, also
5+
allowing a missing Q/B to be estimated from input PC and the estimated P/B
6+
- Corrected accounting for single-stage interdetrital flows during balance
7+
- 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)
8+
- Improved error messages in `rpath()` balance routine to help diagnose models that are missing parameters
9+
- Improved warning message content in `check.rpath.params()` to aid diagnosis
10+
- 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)
11+
- Added Western Bering Sea model .eiixml and EwE output csv files as an import example
12+
- Added `Convert_EwE_to_Rpath` vignette to describe .eiixml import process
13+
- 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
14+
- Fixed some table ordering issues with stanza inputs
15+
- Documentation fixes
16+
17+
118
# Rpath 1.0.0
219

320
- Fix group parameter reference in `adjust.scenario`

0 commit comments

Comments
 (0)