diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-07 17:19:21 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-07 17:19:21 +0200 | 
| commit | cc66ea8e99f809c53cb5a23430b814f68efdb126 (patch) | |
| tree | 5bfd2ce2608560ffa399b7761003de14a0ede1de /DESCRIPTION | |
| parent | 5de108a65125a443d12bff7fbbde946ffa92f644 (diff) | |
Maintenance changes for the release of 0.6.4v0.6.4
Diffstat (limited to 'DESCRIPTION')
| -rw-r--r-- | DESCRIPTION | 32 | 
1 files changed, 17 insertions, 15 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index d45a28e..c98693e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,25 +1,27 @@  Package: drfit  Version: 0.6.4 -Date: 2015-07-02 -Title: Dose-response data evaluation +Date: 2015-10-07 +Title: Dose-Response Data Evaluation  Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre"),                       email = "jranke@uni-bremen.de")) -Imports: graphics, grDevices, MASS, RODBC, drc -Description: drfit provides basic and easy-to-use functions for fitting -	dose-response curves to dose-response data, calculating some -	(eco)toxicological parameters and plotting the results. 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), -	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 package can be used. +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 +  (eco)toxicological parameters and plotting the results. Please consider using +  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), +  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 +  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://kriemhild.uft.uni-bremen.de/viewcvs/?root=drfit +	http://cgit.jrwb.de/drfit/  | 
