diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-02-03 22:04:37 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2014-02-03 22:04:37 +0000 |
commit | 184aacf1ad5a28b2428633cd1966d6fb881eb3b0 (patch) | |
tree | 8317bf1364476fb1681c0afdd090fc2a00265c0f /DESCRIPTION | |
parent | 88937b957b30b9e197858ebc3a3219079fd01f96 (diff) |
- Some updates to the packaging
- Add the possibility to calculate EDx values
- see ChangeLog for a full description
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@97 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index b5bfb8a..7dac5df 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: drfit -Version: 0.05-96 -Date: 2012-10-29 +Version: 0.5-97 +Date: 2014-02-03 Title: Dose-response data evaluation -Author: Johannes Ranke <jranke@uni-bremen.de> -Maintainer: Johannes Ranke <jranke@uni-bremen.de> -Depends: R (>= 2.1.0),stats,MASS,RODBC +Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre"), + email = "jranke@uni-bremen.de")) +Depends: R (>= 2.1.0), MASS, RODBC 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 @@ -17,6 +17,8 @@ Description: drfit provides basic and easy-to-use functions for fitting are included. 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 |