diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-16 18:02:18 +0200 |
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-16 18:02:18 +0200 |
| commit | d81550d0cccae824cc748de48e7fd50ea8d8033a (patch) | |
| tree | cb95252ff725b5dcd0237bb8f74fdac4a3e08d15 /DESCRIPTION | |
| parent | 4bc95b3e4aae22e4052e0a4c905a9227c909e2cd (diff) | |
Make na.rm = FALSE the default for geomean()
This makes more sense and is in line with mean() from base R. Adapt
tests and update docs.
Diffstat (limited to 'DESCRIPTION')
| -rw-r--r-- | DESCRIPTION | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 9487deb..4d471dc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling Version: 0.5.7 -Date: 2019-11-20 +Date: 2020-04-16 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4371-6538")) @@ -32,4 +32,4 @@ LazyLoad: yes LazyData: yes Encoding: UTF-8 URL: https://pkdown.jrwb.de/pfm -RoxygenNote: 6.1.1 +RoxygenNote: 7.0.2 |
