[R-sig-Debian] R crashes when making graphs

Manderscheid Katharina Katharina.Manderscheid at unilu.ch
Fri Dec 10 08:54:27 CET 2010


i fixed it - hurray!
a complete de-installation and removal of all r-files and a nice clean new installation did the trick. i guess you were right that there were some problems caused by the various libraries around.
thanks a lot for your support,
katharina


________________________________________
Von: Paul Johnson [pauljohn32 at gmail.com]
Gesendet: Donnerstag, 9. Dezember 2010 20:14
An: Manderscheid Katharina
Betreff: Re: [R-sig-Debian] R crashes when making graphs

Well, I am out of guesses.

Make sure you did remove JGR.  I think remove.packages() might not get
all of them.  In fact, if you have JGR in /usr/lib, I'm certain
remove.packages() will not remove it.  Are you certain there are no
other copies in those other places?

I think you have a problem that is not right for r-sig-debian, because
it is looking like a JGR problem.  There is a list for JGR support,
they are very eager to help.

pj

On Thu, Dec 9, 2010 at 2:45 AM, Manderscheid Katharina
<Katharina.Manderscheid at unilu.ch> wrote:
>
> Lets find out if you have more than one installed first.
>
> Run this in R
>
>> .libPaths()
>
> --> did do:
>> .libPaths()
> [1] "/home/kat/R/i486-pc-linux-gnu-library/2.12"
> [2] "/usr/local/lib/R/site-library"
> [3] "/usr/lib/R/site-library"
> [4] "/usr/lib/R/library"
>
> That will show all the places where R looks for things.
>
> Check each one of those locations for JGR or Deducer.  If there's only
> one installed, then obviously I'm wrong.
>
> --> i manually deinstalled in all librarys Deducer and JGR with remove.packages.
> --> then i reinstalled JGR with the comands from your earlier mail
> sudo R CMD  javareconf
> sudo R
> install.packages("JGR", dep=T, lib="/usr/local/lib/R/site-library")
>> JGR()
> Starting JGR ...
> (You can use /usr/local/lib/R/site-library/JGR/scripts/run to start JGR directly)
>>
> JGR starts, but plotting still makes it crash.
> f***
> hope, you have any more good ideas?
> katharina
>
>
>
>
>
>
> --
> Paul E. Johnson
> Professor, Political Science
> 1541 Lilac Lane, Room 504
> University of Kansas
>



--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas



More information about the R-SIG-Debian mailing list