Skip to content

Commit

Permalink
v2.6.9.9008
Browse files Browse the repository at this point in the history
  • Loading branch information
iagomosqueira committed Oct 10, 2018
1 parent 53b4de4 commit 12ef46c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Package: FLCore
Title: Core Package of FLR, Fisheries Modelling in R
Version: 2.6.9.9007
Date: 2018-09-28
Version: 2.6.9.9008
Date: 2018-10-10
Authors@R: c(
person("Iago", "Mosqueira", email = "[email protected]", role = "cre"),
person("Iago", "Mosqueira", email = "[email protected]", role = "cre",
comment=c(c(ORCID = "0000-0002-3252-0591"))),
person("Laurence T.", "Kell", email = "[email protected]", role = "aut"),
person("Philippe", "Grosjean", role = "aut"))
Description: Core classes and methods for FLR, a framework for fisheries
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

NEW FEATURES
- window(FLQuantDistr) method added to deal with @var slot
- Method %*% for FLQuants,FLPar added
- Better handling of currency units, so far for EUR and USD. Symbols are accepted.

BUG FIXES
- propagate(FLPar) placed the original object in the matching dimname$iter,
instead of iter=1
- Methods for %^% and ^ did not deal properly with units. Exponentation now returns
the units of the base

FLCore 2.6.9

Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## NEW FEATURES
- window(FLQuantDistr) method added to deal with @var slot
- Method %*% for FLQuants,FLPar added
- Better handling of currency units, so far for EUR and USD. Symbols are accepted.

## BUG FIXES
- propagate(FLPar) placed the original object in the matching dimname$iter,
instead of iter=1
- Methods for %^% and ^ did not deal properly with units. Exponentation now returns
the units of the base

# FLCore 2.6.9

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# FLCore
- Version: 2.6.9.9007
- Date: 2018-09-28
- Version: 2.6.9.9008
- Date: 2018-10-10
- Author: FLR Team and various [contributors](CONTRIBUTORS.md).
- Maintainer: Iago Mosqueira <[email protected]>
- Repository: <https://github.com/flr/FLCore/>
Expand Down

0 comments on commit 12ef46c

Please sign in to comment.