Displaying 3 results from an estimated 3 matches for "emcas".
Did you mean:
emacs
2017 Mar 29
2
Alternativa a RStudio
...es instalando la versión para Windows, la primera de las opciones instala desde Ubuntu como dependencia a R y lo necesario para este, la segunda no instala R, pero me pide que configure donde está Rterm.
En realidad el mensaje es que no está el archivo o directorio con Rterm. ¿Cómo lo configuro en emcas para que encuentre a R? (debería encontrar una forma para usar R o R server - microsoft).
Tinn-r estuvo en mi computadora hace algunos años, no recuerdo porqué lo deje, me parece que por aquellos años estaba sciview o algo por el estilo.
Javier Rubén Marcuzzi
De: rubenfcasal
Enviado: martes, 2...
2004 Sep 26
2
how to set options (variables) permanently
...run.
So an options(editor="emacs") does the trick, I already found out......
But it is very uncomfortable to set the $editor variable every time when
you return to R!
I've tried to achieve this by:
save.image()
or
q("yes")
and also:
options(OPT = emacs)
options(EDITOR=emcas)
but this didn't work! Next time I fired up Emacs/ESS/R again, the
$editor variable is still defaulting to "emacsclient"?!
Is there any possiblity to adjust and store this variable (and others)
permanently ? My search on this topic in R-Mailing-Archives failed.
regards
Thomas...
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,