diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-08-24 10:30:11 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-08-24 10:30:11 +0200 |
commit | 72d7358581bca88af8c507b6c80791100aaafafc (patch) | |
tree | 5478e6f037a64fcfa6771f2c69cf7075b23e573b /DESCRIPTION | |
parent | a8a2a9d57f40ec7a4fc70df3dc470d88cd10c525 (diff) |
Build for windows using roxygen from master
Now that roxygen can handle UTF8 characters in function
arguments thanks to Hadley Wickham and Jim Hester
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 0e9341d..73dbea8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling Version: 0.4-4 -Date: 2017-07-24 +Date: 2017-08-24 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph")) Description: Utilities for simple calculations of predicted environmental @@ -25,4 +25,4 @@ License: GPL LazyLoad: yes LazyData: yes Encoding: UTF-8 -RoxygenNote: 6.0.1 +RoxygenNote: 6.0.1.9000 |