diff options
author | (no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2004-09-08 12:37:23 +0000 |
---|---|---|
committer | (no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2004-09-08 12:37:23 +0000 |
commit | 91c7d76441b309e6b3b38d00e869ad1cea6e5d0e (patch) | |
tree | de0ac45b436104918fc7b36cebdcd3226417315d /chm/drfit.html | |
parent | 2c5a4d04e567deb2fd97c4e0b1014fb82a15a6b8 (diff) |
I built the windows binary package, and thus the compiled help files
are updated.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@6 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'chm/drfit.html')
-rw-r--r-- | chm/drfit.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chm/drfit.html b/chm/drfit.html index 0c67eae..23dd70f 100644 --- a/chm/drfit.html +++ b/chm/drfit.html @@ -87,9 +87,9 @@ Johannes Ranke <h3>Examples</h3>
<pre>
-## Not run: data(antifoul)
-## Not run: r <- drfit(antifoul)
-## Not run: format(r,digits=2)
+data(antifoul)
+r <- drfit(antifoul)
+format(r,digits=2)
</pre>
|