Skip to content

limits

9 messages · Hassan Mohamed, r at quantide.com, Jorge Ivan Velez +4 more

#
Dear R User
I am using JGR on a Linux Ubuntu Computer with 2 Cpus
When Opening JGR, one Cpu goes up to 100% even if no calculation is yet 
started
Did any of you already noticed this strange behaviour?
Thanks for your help
Andrea
#
Hassan Mohamed wrote:
So you want some software that can do symbolic calculations? In that 
case use other software. R is designed for numerical analyses.

Uwe Ligges
#
r at quantide.com wrote:
Does it take very long? On the first start it builds some databases and 
that takes some time if you have installed many packages.

Uwe Ligges
#
The point is that one Cpu stays at 100% for all time JGR is up.
Any ideas?
Andrea
Uwe Ligges wrote:
1 day later
#
On Tue, 05 May 2009 15:12:00 +0200 "r at quantide.com" <r at quantide.com>
wrote:

RC> The point is that one Cpu stays at 100% for all time JGR is up.
RC> Any ideas?
RC> Andrea

I believe it is a bug with JGR. Unfortunately it is existing for quite
some time now. (I am using Fedora Linux since years and try it from
time to time.)

Just try another gui like emacs with ess or rkward.

hth
Stefan
6 days later
#
Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote:

            
In particular, if you are looking for good free software, you
might try Maxima.
#
Try the rSymPy or Ryacas packages.

In the rSymPy code below the var command defines x
as symbolic to sympy and then we perform the
computation:
Loading required package: rJava
[1] "x"
[1] "8"

Or using devel version define x as symbolic first to sympy
and then to R:
[1] "x"
[1] "8"

or using Ryacas:
Loading required package: XML
[1] "Starting Yacas!"
expression(8)

More info is available here which you should read before
using these packages:

http://rsympy.googlecode.com
http://ryacas.googlecode.com


On Tue, May 5, 2009 at 5:39 AM, Hassan Mohamed
<hassan_hany_fahmy at yahoo.com> wrote: