Displaying 20 results from an estimated 10000 matches similar to: "good editor for R sources ?"
2010 Feb 26
5
text editors
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100226/6ff97bd8/attachment.pl>
2011 Jan 28
6
R-/Text-editor for Windows?
Tinn-R (http://www.sciviews.org/Tinn-R/) is one of the topmost
suggestions when googling an R-(text-)editor for Windows. However,
to me it appears dissappointing that Tinn-R does not handle utf-8
(mac-roman, or any other) encoded R-scripts or, in general, text
files. Besides Emacs and the R built-in editor, could you
recommend a good editor for Windows, even some commmercial for a
small
2006 Nov 06
7
Colour-coded Editor for R Code
Do any of you know any simple programming editors for R scripts which offer
basic colour-coding and bracket-matching facilities?
Dregging through scripts to find a missing comma or parentheses is something
I'd rather do less of...
Jon Minton
[[alternative HTML version deleted]]
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
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
2010 May 26
3
R editor
Erik,
What R editor do you use? I've tried SciTE but it won't color the code.
Brian
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:
2007 Oct 05
8
Linux editor for R+LaTeX, but not Emacs
Using Tinn-R (in windows) is possible to run latex and R from the same
editor, which was great. Now, I am using Ubuntu-linux, which has been
better than WinXP. Currently, I am using Emacs (and then install ESS)
for running LaTeX and R from a same editor-program (like i was doing
with Tinn-R in windows). Nevertheless, and even though i have been using
Emacs for almost 2 years, it is not as
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
2005 Jan 21
5
functions not found after installing DBI/RDBI packages
Hi,
I would like to be able to use R with a connection to a PostgreSQL database. I am using R 2.0.1 on windows XP. I have tried installing both the DBI and rDBI packages (which is better?) but in either case I run into the same problem - when i try to use either the dbDriver or dbConnect functions i'm told the function couldn't be found. Seems like the packages aren't installing
2007 Sep 11
6
Editor for R under Fedora 7
Hello everyone,
I wanted to ask what will be a good editor to write R scripts in Fedora 7.
Tony
[[alternative HTML version deleted]]
2007 Apr 20
8
Suggestions for statistical computing course
Dear R-helpers,
I am planning a course on Statistical Computing and Computational
Statistics for the Fall semester, aimed at first year Masters students
in Statistics. Among the topics that I would like to cover are linear
algebra related to least squares calculations, optimization and
root-finding, numerical integration, Monte Carlo methods (possibly
including MCMC), bootstrap, smoothing and
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
2010 Feb 23
3
colour highlighting inputs and outputs in the R terminal?
Dear all
Is it possible to get basic colour highlighting for inputs and outputs
in the R terminal? I am looking for something similar to what GUIs
provide, such as JGR and (I think) the Windows R GUI: colouring all
inputs in red, and all outputs in blue. All this in a colour-aware
console (in my case, on Linux).
I've been looking into xterm256 and highlight, but I am sofar unable
to do with
2008 Oct 21
3
TINN-R's "R Explores" - Available for other editors?
Hello,
I am using TINN-R for working with R and for that purpose it is a very
handy editor, in particular the R-Explorer that shows the existing
objects and their properties is worth money.
But I want to move to a more flexible editor (in particular for Latex)
and was thinking of WinEdt (or maybe Eclipse, because of Java). I know
they have capabilities to work directly with R, but has any other
2004 Jul 07
6
text editor for R
Hi,
What is the best text editor for programming in R? I am using JEdit as the
text editor, however, it does not have anything specific for R. It will be
nice to have a developing environment where the keywords are highlighted,
plus some other debugging functions.
Yi-Xiong
[[alternative HTML version deleted]]
2010 Oct 25
2
.R file
Hello everyone
Can you please teach me how to save my homework as .R file?
I write my code in RGui. When I tried to save my work, the RGui only allows
me to save it as .RData.
By the way, after I save my work as .RData, I cannot reopen it. when I open
it, only one message comes out as following: "ARGUMENT_ignored_."
--
View this message in context:
2006 Mar 10
6
Linux editor like WinEdt?
Hi to all,
I initiate in R - Linux and I've some problems to find an editor with R
interface as like RWinEdt for WinEdt.
Anyone know one?
Thanks in advance for your kind cooperation.
Best regards
Atenciosamente
Ana Patricia Martins
-------------------------------------------
Serviço Métodos Estatísticos
Departamento de Metodologia Estatística
Telef: 218 426 100 - Ext: 3210
2007 Jul 23
2
OT(slightly) - Tracking extended projects
Hi all,
Most of the analyses I do are short little once-and-done type things that are easily encapsulated in a .Rnw file. However, I sometimes end up with projects that take an extended amount of time. Usually these projects are not easily encapsulated in an .Rnw file, so I have been using a single .R file with lots of comments.
The problem with this approach is keeping track of what you have
2004 Oct 14
5
beginner questions: objects and scripts
hi,
I got some questions on using R,
1. How do I check and edit definition of an object?
for example,
>x <- 1:100
then after a while I want to check how x is defined.
list(x) or whatever functions I know only list its
content, but I want to see its definition, without
scrolling up and down, and edit it like "fixing" a
function.
2. How to save my work in current session as a