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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..9163fbb --- /dev/null +++ b/ChangeLog @@ -0,0 +1,20 @@ +2014-02-03 Johannes Ranke + + * DESCRIPTION: New version 0.5-97 (leading zeros in version numbers are + deprecated), modernize author field, enable lazy loading + + * Add this ChangeLog, a GNUMakefile, and an .Rbuildignore file + + * R/*.R: Clean out unnecessary calls to library() and require() + + * R/*.R: Tell R (>2.15.1) about some undeclared global variables to avoid NOTES in + package checks + + * R/drfit.R: Add the argument showED50. If set to TRUE, drfit includes the + ED50 and its confidence interval on the original scale in the output + + * R/drfit.R: Add the possibility to calculate several EDx values for each + dose-response model + + * man/drfit.Rd: Update the documentation and use the new optional arguments + in the example |