diff options
-rw-r--r-- | ChangeLog | 26 | ||||
-rw-r--r-- | DESCRIPTION | 4 | ||||
-rw-r--r-- | build.log | 8 |
3 files changed, 32 insertions, 6 deletions
@@ -1,3 +1,29 @@ +commit a8a2a9d57f40ec7a4fc70df3dc470d88cd10c525 +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-07-24 16:31:07 +0200 + + Improve Makefile + +commit 89fc0926722fbfd6420297194c8b18f5b8a9447d +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-07-24 16:26:51 +0200 + + Version bump as I had 0.4.3 in my drat already + +commit 762880a78620e50814351248c02d012a7b030fb8 +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-07-24 16:23:22 +0200 + + Avoid warning about possibly mis-spelled word + +commit a2e24495c01f837474b69263a9861a89050cbfd1 +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2017-07-21 11:15:41 +0200 + + New Option for Step 1, fix example, update docs + + Also add the reference file for testing Step12 input file generation + commit dffa31a5ad5026d4d67327da622f45c00be40584 Author: Johannes Ranke <jranke@uni-bremen.de> Date: 2017-06-22 08:23:13 +0200 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 @@ -1,8 +1,8 @@ -* checking for file ‘./DESCRIPTION’ ... OK -* preparing ‘pfm’: +* checking for file './DESCRIPTION' ... OK +* preparing 'pfm': * checking DESCRIPTION meta-information ... OK * checking for LF line-endings in source and make files * checking for empty or unneeded directories -* looking to see if a ‘data/datalist’ file should be added -* building ‘pfm_0.4-3.tar.gz’ +* looking to see if a 'data/datalist' file should be added +* building 'pfm_0.4-4.tar.gz' |