diff --git a/DESCRIPTION b/DESCRIPTION index ae17aa27..988d29d9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "iago.mosqueira@ec.europa.eu", role = "cre"), + person("Iago", "Mosqueira", email = "iago.mosqueira@ec.europa.eu", role = "cre", + comment=c(c(ORCID = "0000-0002-3252-0591"))), person("Laurence T.", "Kell", email = "laurie.kell@iccat.int", role = "aut"), person("Philippe", "Grosjean", role = "aut")) Description: Core classes and methods for FLR, a framework for fisheries diff --git a/NEWS b/NEWS index ba6a764c..6c71f727 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/NEWS.md b/NEWS.md index 93205fe3..96990f6d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/README.md b/README.md index df4eaadd..a6a83604 100644 --- a/README.md +++ b/README.md @@ -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 - Repository: