[Rd] R 1.1.0 going into feature freeze
Prof Brian D Ripley
ripley@stats.ox.ac.uk
Sat, 10 Jun 2000 18:17:48 +0100 (BST)
On Sat, 10 Jun 2000, halvorsen wrote:
> In rw1001 the html help file chisq.test.html is missing.
That I believe to be an incorrect report, and I also do not see the
connection with the subject. (Bug reports on R 1.0.1 should go to
R-bugs, still.)
The file *is* there on the version of rw1001 I downloaded and in the
pre-test of rw1010 I put up. chisq.test is in package ctest, and you have
to have loaded that to get the help, or specify it explicitly in the call
to help.
I suspect the confusion arises because someone decided to make chisq.test
an autoload, and so the function appears to be available from base when it
is not really:
> ?chisq.test
Error in help(chisq.test) : No documentation for `chisq.test'
> junk <- chisq.test # loads package ctest silently
> ?chisq.test
chisq.test package:ctest R Documentation
...
If this is not what happens on your version of rw1001, please try
re-installing.
--
Brian D. Ripley, ripley@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272860 (secr)
Oxford OX1 3TG, UK Fax: +44 1865 272595
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._