aboutsummaryrefslogtreecommitdiff
path: root/README.rmd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-01-13 14:54:58 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-01-13 14:54:58 +0100
commit8975dc148d0a6f222174980eb60314054be9b6cf (patch)
treeec0c45d40fc0808eb94885d0c4be582314089174 /README.rmd
parent891af5d0f1ee8d45cd4403af43293463d23ba96b (diff)
Fix warning in README
Diffstat (limited to 'README.rmd')
-rw-r--r--README.rmd6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rmd b/README.rmd
index c28741d..77364fb 100644
--- a/README.rmd
+++ b/README.rmd
@@ -1,5 +1,9 @@
# pfm
-
+```{r, echo = FALSE}
+options(device = function(file, width = 7, height = 7, ...) {
+ cairo_pdf(tempfile(), width = width, height = height, ...)
+})
+```
The R package **pfm** provides some utilities for dealing with FOCUS pesticide fate modelling tools,
(currently only TOXSWA cwa files), made available under the GNU public license.
This means:

Contact - Imprint