diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 11:52:54 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 11:52:54 +0200 | 
| commit | c4960b6d8f0fe84e9a05966d4208a89d780a887c (patch) | |
| tree | 4dbe9ca78a9b06ae63b9824c30076601545fab34 | |
| parent | ded6e62ad7d1a4aa565a06f33964db0af8c7d78b (diff) | |
Quote FME package name in DESCRIPTION
| -rw-r--r-- | DESCRIPTION | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/DESCRIPTION b/DESCRIPTION index 9090f7a5..a811e510 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,7 +12,7 @@ Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"),  Description: Calculation routines based on the FOCUS Kinetics Report (2006).    Includes a function for conveniently defining differential equation models,    model solution based on eigenvalues if possible or using numerical solvers -  and a choice of the optimisation methods made available by the FME package. +  and a choice of the optimisation methods made available by the 'FME' package.    Please note that no warranty is implied for correctness of results or fitness    for a particular purpose.  Depends: minpack.lm, rootSolve | 
