diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-24 15:24:04 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-24 15:24:04 +0100 |
commit | 22c11d5dbc118881f9cfd7c9c2ac9711295a0f16 (patch) | |
tree | a2c88069b82633027047c60bf656e53c4b561182 /DESCRIPTION | |
parent | b05f8438729e8070f4e0cbbf628bbbcbbe3f1a7a (diff) |
Suppress error messages in dr(c)fit, maintenance
- Checking examples fails if error messages in dr(c)fit stemming from
failed fits are printed
- Delete trailing whitespace
- Update packaging
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 61c9551..173e9c6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: drfit -Version: 0.6.5 -Date: 2015-12-15 +Version: 0.7.1 +Date: 2017-03-24 Title: Dose-Response Data Evaluation Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre"), email = "jranke@uni-bremen.de")) -Imports: graphics, grDevices, MASS, drc +Imports: graphics, grDevices, MASS, drc, reshape2, qcc Suggests: RODBC Description: A somewhat outdated package of basic and easy-to-use functions for fitting dose-response curves to continuous dose-response data, calculating some |