diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2018-09-15 19:04:23 +0200 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2018-09-15 19:04:23 +0200 |
commit | c61698e427974faffd9b43755a51b6eb9122be90 (patch) | |
tree | 4c33adebdcf538143ae1f9fcd8785f03e6c47efb /DESCRIPTION | |
parent | 23528ad9b4f07434b3249f1e48ade1e0d07528bf (diff) |
Switch to odbc, reformattting of code
to make it more readable. Also remove outdated hyperlinks from
the help files.
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 4153556..7486b7e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,12 @@ Package: drfit -Version: 0.7.1 -Date: 2017-07-18 +Version: 0.7.2 +Date: 2018-09-15 Title: Dose-Response Data Evaluation -Authors@R: person("Johannes", "Ranke", role = c("aut", "cre"), - email = "jranke@uni-bremen.de", - comment = c(ORCID = "0000-0003-4371-6538")) -Imports: graphics, grDevices, MASS, drc, reshape2, qcc, RODBC +Authors@R: person("Johannes", "Ranke", email = "jranke@uni-bremen.de", + role = c("aut", "cre"), + comment = c(ORCID = "0000-0003-4371-6538")) +Depends: R (>= 2.15.1) +Imports: graphics, grDevices, MASS, drc, reshape2, qcc, odbc, DBI Description: A somewhat outdated package of basic and easy-to-use functions for fitting dose-response curves to continuous dose-response data, calculating some toxicological parameters and plotting the results. Please consider using @@ -15,7 +16,7 @@ Description: A somewhat outdated package of basic and easy-to-use functions for 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. + dose-response data retrieved from a database accessed via 'odbc' are included. As an alternative to the original fitting methods, the algorithms from the 'drc' package can be used. Encoding: UTF-8 |