diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-24 15:28:44 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-24 15:28:44 +0100 |
commit | baf8e4341b58c09532b4ca37ebf80c9068934db4 (patch) | |
tree | a6abd8cbdfa849a672d2abcfde5af4bfc180bcf6 /DESCRIPTION | |
parent | 22c11d5dbc118881f9cfd7c9c2ac9711295a0f16 (diff) |
Import version 0.6.7 from CRAN
I had deleted the git commits between 0.6.4 and 0.6.7 while removing
drfit from github, while the latest changes were not pushed to jrwb.de
yet.
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 173e9c6..4a0f79b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: drfit -Version: 0.7.1 -Date: 2017-03-24 +Version: 0.6.7 +Date: 2016-09-02 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, reshape2, qcc +Imports: graphics, grDevices, MASS, drc 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 @@ -12,16 +12,22 @@ Description: A somewhat outdated package of basic and easy-to-use functions for the more powerful and actively developed 'drc' package. Functions that are fitted are the cumulative density function of the lognormal distribution (probit fit), of the logistic distribution (logit fit), of the weibull - distribution (weibull fit) and a linear-logistic model ("linlogit" fit), + distribution (weibull fit) and a linear-logistic model ('linlogit' fit), derived from the latter, which is used to describe data showing stimulation at low doses (hormesis). In addition, functions checking, plotting and retrieving - dose-response data retrieved from a database accessed via RODBC are included. - As an alternative to the original fitting methods, the algorithms from the drc + dose-response data retrieved from a database accessed via 'RODBC' are included. + As an alternative to the original fitting methods, the algorithms from the 'drc' package can be used. Encoding: latin1 License: GPL (>= 2) LazyLoad: yes LazyData: yes -URL: http://www.r-project.org, - http://www.uft.uni-bremen.de/chemie/ranke?page=drfit, - http://cgit.jrwb.de/drfit/ +URL: http://www.r-project.org, + http://www.uft.uni-bremen.de/chemie/ranke?page=drfit, + http://cgit.jrwb.de/drfit/ +NeedsCompilation: no +Packaged: 2016-09-02 14:24:52 UTC; jranke +Author: Johannes Ranke [aut, cre] +Maintainer: Johannes Ranke <jranke@uni-bremen.de> +Repository: CRAN +Date/Publication: 2016-09-02 21:28:14 |