Displaying 20 results from an estimated 2000 matches similar to: ".R file"
2008 May 23
3
IDE
People,
I'm a ubunto user and I used to write my scipts in "Java Gui for R", but it
is a very slow tool to run my scripts...
Do you know some efficient IDE for R?
Thankssss!!!
Alexandra Almeida
--
Alexandra R M de Almeida
[[alternative HTML version deleted]]
2010 Jun 05
2
R2HTML problem
Im developing an application with R and Gtk+. It's just a simple GUI which
helps new users to interactuate with R. Thing is, when you do a statistical
analysis, I also want to provide a HTML report, but HTMLStart doesnt work
propperly when executing from TinnR. It does create the file but not empty,
I've tried some examples from different websites, and it's always the same..
it works
2010 Oct 25
2
How to save R file into specific type
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.
Is there any difference between .R and .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
2009 Mar 29
3
Eclipse and StatET Howto (also added Subversion, Rtools)
I recently got a RFC on Eclipse and StatET setup from a R-help user, so here
it is.
Note: there may be slight errors of omission in my directions as I am making
these notes after I had a successful install. If you have questions post
here.
Setup tested with Eclipse 3.4.0 on XP 32-bit and Eclipse 3.4.2 on Vista
32-bit.
R 2.9.0 alpha.
Installing StatET:
1. Go to Help > Software Updates...
2009 Apr 18
3
Tinn-R (Version 2.2.0.2) dose not support R 2.9.0 very well
Hi£¬
I found that Tinn-R (Version 2.2.0.2) dose not support R 2.9.0 very well. Maybe, somebody who have solved this problem can help me.
Thanks for your attention!
[[alternative HTML version deleted]]
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 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>
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
2008 Nov 28
2
editor for MacOS X
Hi all,
just wondered again, if there is some R editor for Mac OS X comparable
to TINN-R on windows.
thx in advance..
2017 Mar 29
2
Alternativa a RStudio
Estimados
Leí todas las sugerencias y estoy probando, un criterio que tomé es tener algo minimalista, emacs puede estar con pocos iconos, comienzo por este porque está en https://www.r-project.org/other-projects.html .
Realicé dos intentos, uno es utilizando Windows 10 con bash, instalando desde los repositorios de Ubuntu, el segundo intento es instalando la versión para Windows, la primera de
2012 May 03
1
pdf, pairs and subfloats
Hi there!
I have found a trange problem with getting pairs()-plots to show properly in latex \subfloat environments.
If i generate images of these plots with pdf() and include them in subfloats, they will either show up in grayscale, or sometimes the datapoints of the pairplots are missing. Mind you, the PDFs themselves are properly colored and look perfectly fine, both as pdf-image in acrobat
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
2017 Mar 22
2
Alternativa a RStudio
Hola,
No sé si sabes que puedes usar "VIM" como editor dentro de RStudio.
En la barra de menú superior:
Tools >> Global Options >> (en la ventana que aparece) Code >> Editing >> Y
entre las diferentes opciones que aparecen, a mitad de altura de esa
pantalla aparece "Keybindins" un desplegable... ahí podrás seleccionar
"Vim"...
Saludos,
2010 Jan 19
4
gui windows
Hola
Yo uso R en macosx, por esas cosas ..., me compre una notebook con windows 7
64 bit, así que cuándo me llegue comienzo a migrar datos y programas.
Para los usuarios de windows, ¿que usan con R? Me refiero a programas GUI o
con autocompletar código, alguna ayuda gráfica, etc. Hace años que no uso
windows, estoy medio perdido, voy a extrañar mi macbook.
Gracias
Javier
[[alternative HTML
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 Jul 10
4
Using Ubuntu as a Server
*Hi,
I want to know how can I configure R in a Ubuntu to be a server.
I am planning to use R in a Windows machine with Tinn-R, but I want R
running at an Ubuntu Lucid machine.
How can i do this?
*Atenciosamente,
Leandro Marino
http://est.leandromarino.com.br/Blog (Estatístico)
Cel.: + 55 21 9845-7707
Cel.: + 55 21 8777-7907
[[alternative HTML version deleted]]
2011 Oct 04
1
texi2dvi problem when compiling incorrect Latex code
Hello,
I am working on a big R project using Eclipse/StatET/Texlipse. I'd like to
write a Latex document within that project but DO NOT want to Sweave it.
It's pure Latex. Via the external tools configurations I set up 2 different
versions to ensure that my latex document is processed correctly.
Version 1 (System Call):
library(tools)
setwd("${container_loc}")
file =
2010 Jun 13
2
Get a list of installed commands
I'm pretty new to R, but have experience with other languages, both OO and scripting.
I'm trying to add support for R to my text editor of choice and to do this I need a list of installed commands I can markup with XML.
I'd then simply feed in the marked up list into my text editor's library and I'm off.
I've done this in Stata before using the following command:
getcmds
2010 Sep 26
4
Good documentation about Sweave
Hello,
I am looking for a good and detailed documentation about Sweave... but can't
find anything more that 15 pages asking Google...
Any hint on that point ?
Cheers
Colin
--
View this message in context: http://r.789695.n4.nabble.com/Good-documentation-about-Sweave-tp2714326p2714326.html
Sent from the R help mailing list archive at Nabble.com.
2008 Sep 14
5
Error Running TinnR with R
Hello All,
I am using Tinn-R (v 2.0.0.7) integrated with R (v 2.7.2) on a 32-bit
Windows Vista system.
When I try to run a code and send it to R from Tinn-R, I get the following
error message;
?Error in source(.trPaths[5], echo = T) : object ".trPaths" not found?
I was using an earlier version of Tinn-R and R and I was not having problems
till recently when R-sending started freezing