Displaying 20 results from an estimated 10000 matches similar to: "2 "linux/R environment" questions"
2009 Jul 31
8
How to stop an R script when running JGR on a Linux/SuSE system
When I need to stop a running R script on Windows or Mac I just use the <esc> key which kills the current script and returns the control to R interpreter.
But when I run R from JGR the <esc> is useless as well as the other available keyboard keys.
Just recently not even clicking on the STOP-symbol (a big red X) placed on JGR top menu bar could terminate a process that had entered a
2006 Oct 24
6
extract certain values from a ts
Hi,
Having several daily wind speed time series I want to extract those
consecutive days over and below certain values (i.e. 5 < x <8) Don't
know which funtion to use (aggregate, lapply?) and how to do it.
Thanks in advance
Antonio
2008 Feb 02
9
best text editor for Linux?
Hi all,
I know this question has been asked in the past, but I am wondering if
anyone running R on Linux has any guidance as to a text editor that works
well with R. At the present time I am running R on Windows and using
TINN-R. For a number of reasons I want to switch to Linux, but can't find
much in the way of a text editor in sync with R. Any experiences,
recommendations would be
2009 Jun 02
10
Most used R editors
Hi,
I am a little lonely as R users in my group. So, I would like to know which editor is the most used in the R community.
This post is some kind of survey.
Personally, I use Emacs with ESS, It permits to :
- open more than one R session
- split the emacs editor as many part as you want.
- use a lot of keybindings.
...
I also tried Rkwards, Scilab (windows), JGR etc... but they are not
2010 May 16
4
R GUI ???
Hello !
I am really happy to find this list. I am not new to R but to Debian or
Linux in general. Up to now I used R on MS Windows but now I want to use
R on Debian lenny. I have absolutely no experience with Debian.
I was able to install R 2.11 on my system using the instruction in the
readme on CRAN. I can open R in the shell.
On windows I used R with the R GUI or with Tinn-R. Is there the
2009 Aug 27
19
Best R text editors?
Quick informal poll: what is everyone's favorite text editor for working
with R? I'd like to hear from people who are using editors that have
some level of direct R interface (e.g. Tinn-R, Komodo+SciViews). Thanks!
--j
--
Jonathan A. Greenberg, PhD
Postdoctoral Scholar
Center for Spatial Technologies and Remote Sensing (CSTARS)
University of California, Davis
One Shields Avenue
The
2008 Jul 19
3
Graphics not working for R in ubuntu
Dear list members,
I have installed R in Ubuntu successfully but issuing
command like R in terminal will able to see only the R
working in command mode, the regular GUI which I use to
have in my windows installation of R missing in linux..I am
new to linux and so clueless how I can go about that and
How I could enable it in linux? More, I never got any
problem in configuration and compilation
2010 Aug 02
7
Linux Editor
Hi Everyone,
I recently have started using R again on a Linux box after spending several
years on a Mac. Last I checked, the best way to use R was through EMACS
using something like ESS. I remember that being serviceable but not always
the most convenient.
Is there anything comparable to the mac version of R with its built in
console, editor, etc??
thanks!
--
View this message in context:
2010 Nov 17
2
help on IDE
I am new comer in R.There r few IDE like Tinn R,VIM etc.I mean How to
use them? Do I need to install R and then install them to use or they
can work alone? Also does one install packages on R or IDEs? Can I
call/use the package from IDEs?
regards
Parth
--
Socrates, proclaimed: "I came to know one thing; that I know nothing".
2011 Jun 21
2
qplot/ggplot2 Questions
I took some data from an online poll about which R GUI people used most and I
am messing around with it to learn how to use qplot. Specifically I am
making a horizontal bar graph and I have two questions.
1. The categories are ordered in rather strange way at least to me. It is
not alphabetical or ascending/descending order of votes cast so i had to
manually state the order I wanted which is
2008 Feb 14
2
Problems with Rcmdr unter JGR (Windows XP)
I try to start Rmcdr from JGR. The Rmcdr-Windows comes up correctly; but
the
Menu-Bar in the Rcmdr-Window goes away, if I try to go into the
Rmcdr-Window.
I hope, someone has a solution.
Regards, willi
--
0(049)753124283 privat
0(049)7531882641 büro
[[alternative HTML version deleted]]
2006 Oct 03
2
setting the environment variable R_LIBS
Thanks to Peter Dalgaard , I have made some decent progress as far as
getting R to work in linux . I just want to set my environment variable
R_LIBS to /u/etlfs/dev/users/leedsmar/R/library ( in linux ) so that I
can install specific packages. Does anyone know the syntax and in which
file I set this variable ( .Rprofile etc ).
I've looked in the installation manual ( i'm mainly on pg 14
2006 Oct 24
4
avoiding a loop
I think I asked a similar question 3 years ago to the Splus list and I
think the answer was no or noone answered so noone should spend more
than 5 minutes on this
because it could definitely be a waste of time.
My question is whether the function below can be rewritten without a for
loop. apply is fine if it can be done that way but i doubt it. I call it
a lot and would
prefer to not loop.
2006 Oct 19
2
hit return key before next gaph appears
i am looping and creating plots which are coming to the screen. i am in
linux and remember ( in a previopus life ) i used to use a command so
that the next graph n + 1 didn't appear on the screen until
i hit the return key after graph n appeared. i thought i remeber using
the command unix but when i type unix at the r prompt, it gices me
system. it's probably a deprecated
command then but
2005 May 29
6
R GUI for Linux?
Hello all,
I noticed that both Windows and OS X version of R have a GUI
(Rconsole). Is there a GUI for Linux? I'm running Debian on which
the CLI for R works just fine.
Regards,
- Robert
2006 Oct 09
1
read.zoo question
I have comma delimited asci data with each row being in the format :
2006-01-24 02:41:24.00011,1.22930000,5,1.22950000,7
.
.
.
.
and i'm trying to use read.zoo ( which is similar to read.table ) to
read in the data. the data goes all the way out to milliseconds and i
can't figure out what to put for the format field. if i put nothing,
then read.zoo gets rid of the the whole time and
2006 Oct 18
2
not understanding a do.call
I did a ?do.call but i don't think i understand it.
if a, b,c,d are numeric vectors then could someone explain the
difference between
do.call("cbind",list(a,b,c,d))
and cbind(a,b,c,d).
or point to an archive on it.
the return value of cbind is a matrix or dataframe depending on what is
sent in but i don't
understand wheen it would be useful to use do.call. i realize it
2006 Oct 17
1
looking for a cleaner way to do something
I have two numeric vectors each of length 17 and each is named the exact
same way.
so
obsnum ppppp ppppm pppmp . dot dot dot......
temp1 is 1417 52 63 85
obsnum ppppp ppppm pppmp . dot dot dot......
temp2 is 1213 41 50 97
what i want to have is a resultant matrix with 2 rows and 16 columns
where the 16
2006 Oct 28
1
update on my weird problem
as jim pointed out ( i think we were figuring this out simultaneously.
thanks a lot jim ), it looks it does have something to do with the
fact that it's a zoo object because below i consider two cases.
in the first case, fxdatab is a zoo object and i get the length of temp
to be 1.
in the second case, fxdatac is a matrix and the results in temp are
correct.
gabor : i really hate to bother
2006 Oct 13
4
a correlation matrix subset where the subset avg is a maximum
Hello R group,
Given a correlation matrix, I would like to obtain the best subset of
pairs in the matrix of some size > n such that the mean of r for that
subset is a maximum compared to any other possible subset of size > n.
I've been looking at the deal and subselect packages but they don't seem
to do what I need. Does anyone have any suggestions?
Thanks in advance,
Ryan