diff options
Diffstat (limited to 'man/drfit-package.Rd')
-rw-r--r-- | man/drfit-package.Rd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/drfit-package.Rd b/man/drfit-package.Rd index 43334ff..3064787 100644 --- a/man/drfit-package.Rd +++ b/man/drfit-package.Rd @@ -8,7 +8,9 @@ Dose-response data evaluation See \url{../DESCRIPTION} } \details{ -There is a preliminary version of an introductory article located in \url{../doc/drfit-Rnews.pdf}. +There is an introductory article located in \url{../doc/drfit-Rnews.pdf}, +which will be published in the R News special edition on the use +of R for chemists. } \author{ Author and Maintainer: Johannes Ranke <jranke@uni-bremen.de> @@ -28,5 +30,5 @@ the advantage of my package is its user-friendliness. data(antifoul) r <- drfit(antifoul) format(r,digits=2) -\dontrun{drplot(r,antifoul,overlay=TRUE,bw=FALSE)} +drplot(r,antifoul,overlay=TRUE,bw=FALSE) } |