diff options
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 7dac5df..f706688 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: drfit -Version: 0.5-97 -Date: 2014-02-03 +Version: 0.6.1 +Date: 2014-02-25 Title: Dose-response data evaluation Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre"), email = "jranke@uni-bremen.de")) -Depends: R (>= 2.1.0), MASS, RODBC +Imports: 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 @@ -14,7 +14,8 @@ Description: drfit provides basic and easy-to-use functions for fitting 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. + 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 |