diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-01-09 17:50:23 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-01-09 17:50:23 +0100 |
commit | 70fe6d14e27fa8fb0634856ecc45a27f4f689d88 (patch) | |
tree | c53c9ed5d38d31135ecf2a84e573940a27578033 /DESCRIPTION | |
parent | 571d328361fe9e4d47ceca35cc622ad7f930d608 (diff) |
Remove unused FME package from DESCRIPTION text
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index f9bed994..0bc78ed2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: mkin Type: Package Title: Kinetic Evaluation of Chemical Degradation Data -Version: 0.9.49.8 -Date: 2020-01-08 +Version: 0.9.49.9 +Date: 2020-01-09 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de", comment = c(ORCID = "0000-0003-4371-6538")), @@ -12,11 +12,10 @@ Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), Description: Calculation routines based on the FOCUS Kinetics Report (2006, 2014). 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. If a C compiler (on windows: 'Rtools') is installed, differential - equation models are solved using compiled C functions. Please note that no - warranty is implied for correctness of results or fitness for a particular - purpose. + solvers. If a C compiler (on windows: 'Rtools') is installed, differential + equation models are solved using automatically generated C functions. Please + note that no warranty is implied for correctness of results or fitness for a + particular purpose. Imports: stats, graphics, methods, deSolve, R6, inline, parallel, numDeriv, lmtest Suggests: knitr, rbenchmark, tikzDevice, testthat, rmarkdown, covr, vdiffr, |