Skip to content
Prev 31174 / 398506 Next

R 1.7.0 (Windows) Crashes After using "Install Package from Cran option" within

On Thu, 24 Apr 2003 19:56:37 -0400, you wrote:

            
What is 2.17(a)??
Yes, it should be.
That's a sign that there is something wrong with your installation.
If you look in the R home directory, do you see a subdirectory called
library/methods?
It's probably not a good idea to install all of the packages that are
available 
 - it uses a lot of bandwidth to CRAN (unless you've chosen a mirror
closer to you)
 - it uses a lot of your disk space
 - it gives you lots of hits whenever you do a search for help -
you'll find way more than is useful.

But it should work (except that it will fail on dse, unless you're
using the patched version of 1.7.0, along with a not-yet-available
repackaging of dse).  However, the fact that methods is missing from
your installation indicates you've got serious problems.
Most of this information isn't any use.  If you have DrWatson or a
similar crash analyzer, there may be a few lines of useful information
(e.g. the location of the instruction pointer at the time of the
crash), but mostly it's not all that helpful.  Easily executed
instructions for reproducing the crash are the most useful information
you can give.

Duncan Murdoch