aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-12-17 21:39:42 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2014-12-19 11:30:44 +0100
commit92d97ba99d7b90d95a67796cb5e68f28f752b70b (patch)
tree09fdc36f58686f04c932bde80283a9a9fc596870 /README.md
Initial commit: R6 class for TOXSWA cwa files
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..523fdcf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+# pfm
+
+The R package **pfm** provides some utilities for dealing with FOCUS pesticide fate modelling tools,
+made available under the GNU public license. This means:
+
+ This program is free software: you can redistribute it and/or modify it under
+ the terms of the GNU General Public License as published by the Free Software
+ Foundation, either version 3 of the License, or (at your option) any later
+ version.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ details.
+
+ You should have received a copy of the GNU General Public License along with
+ this program. If not, see <http://www.gnu.org/licenses/>
+
+## Installation
+
+You can install the package from [github](http://github.com/jranke/pfm), e.g.
+using the `devtools` package. Using `quick = TRUE` skips docs,
+multiple-architecture builds, demos, and vignettes, to make installation as
+fast and painless as possible.
+
+```s
+library(devtools)
+install_github("jranke/pfm", subdir = "pkg", quick = TRUE)
+```

Contact - Imprint